View Single Post

  #2 (permalink)  
Old 07-17-2006, 07:30 PM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,103
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Type following command to edit DNS (NS1/NS2) server:
Code:
sudo vi /etc/resolv.conf
Add/modify your ISP nameserver as follows:
Code:
search isp.com
nameserver 202.54.1.110
nameserver 202.54.1.112
nameserver 202.54.1.115
Save the file. And test with nslookup or digg command:
Code:
dig theos.in
nslookup cyberciti.biz
dig isp.com
If you are using Gnome desktop type command:
Code:
network-admin
or
Code:
sudo network-admin
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote