Tag: network
nslookup Network Command
December 7, 2008
Lookup hostname to resolve name to ip address and viceversa nslookup www.example.com
Static Route
December 2, 2008
Configure static route to reach network ‘192.168.0.0/16’ route add -net 192.168.0.0 netmask 255.255.0.0 gw 192.168.1.1
Packet Sniffing
September 28, 2008
Configure ‘eth0’ in promiscuous mode to gather packets (sniffing) ifconfig eth0 promisc
Configure IP Address
September 14, 2008
Configure IP Address using the ifconfig command ifconfig eth0 192.168.1.1 netmask 255.255.255.0
Recent Comments