You are on page 1of 1

GESTIONDNS

/etc/network/interfaces.
iface eth0 inet static
address 192.168.3.3
netmask 255.255.255.0
gateway 192.168.3.1
dns-search example.com
dns-nameservers 192.168.3.45 192.168.8.10

/etc/resolvconf/resolv.conf.d/base. In that file, put in your info as you would in


resolv.conf.
nameserver 192.168.1.XXX
Then tell resolvconf to regenerate resolv.conf.
sudo resolvconf -u

You might also like