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!