Thread: DNS servers
how save dns servers in /etc/resolv.conf file after restart ?
usually in ubuntu server don't enter dns servers directly in /etc/resolv.conf, in latest 12.04 lts version. instead, enter them in /etc/network/interfaces adding line under main interface:
dns-nameservers x.x.x.x y.y.y.y
like:
auto eth0
iface eth0 inet static
......
......
dns-nameservers x.x.x.x y.y.y.y
Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] DNS servers
Ubuntu
Comments
Post a Comment