Linux Networking notes

ifconfig : 

print the network interface
$ ifconfig | cut -c-10 | tr -d ' ' | tr -s '\n'  

grep ing ip address
$ ifconfig wlan0 | egrep -o "inet addr:[^ ]*" | grep -o "[0-9.]*"

192.168.0.82

host muslum21.com

nslookup muslum21.com

14/01/2015

Networking Tutorial

http://www.comptechdoc.org/independent/networking/guide/netrouting.html

14/01/2015