> iface eth0 inet static
>  address 172.17.207.12
>  gateway 172.17.207.1
>  netmask 255.255.255.0


I'll assume that interface eth0 is configured using the "ifup" command.

Add this line to the "iface eth0" stanza in /etc/network/interfaces

  dns-nameservers 172.17.207.1 172.17.207.18

Then do, as root:

 ifdown eth0
 ifup eth0

Then your resolv.conf file should be correct.  Please read
resolvconf(8) and the README file in/usr/share/doc/resolvconf  for
background information.
--
Thomas Hood



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to