View Single Post

  #2 (permalink)  
Old 07-24-2007, 03:16 PM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,061
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

Use /etc/resolv.conf file to set / modify name server. You can also use dhcpd to send router and dns server to clients

Code:
cat /etc/resolv.conf
Output
Code:
nameserver 10.0.80.11
nameserver 10.0.80.12
See my howto : http://www.cyberciti.biz/tips/linux-...as-client.html for more info!
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote