PDA

View Full Version : [ubuntu] ip config


irshan
May 6th, 2008, 11:47 PM
dear friends

i dont know how to look at the ipconfig in ubuntu but in windows if i enter ipconfig in command line it will giv all the information abt if config
so pls help how do i get that information in ubuntu.

tamoneya
May 6th, 2008, 11:49 PM
I think you are looking for thisifconfig

Aearenda
May 6th, 2008, 11:50 PM
The Linux equivalent is 'ifconfig' - but you also need to do cat /etc/resolv.conf to see the DNS settings, and use 'route' to see the gateway.