Posts Tagged With: eth

Packet Sniffing

Tagged with: , , , , ,

Configure ‘eth0′ in promiscuous mode to gather packets (sniffing)


ifconfig eth0 promisc
No Comments »

Configure IP Address

Tagged with: , , , , ,

Configure IP Address using the ifconfig command


ifconfig eth0 192.168.1.1 netmask 255.255.255.0
No Comments »

Find Current IP Address

Tagged with: , , , , , , , ,

Find the IP address of all the active interfaces.


ifconfig | egrep -o '^[a-z0-9]{1,12}|inet addr:[0-9.]+'
No Comments »