Le Monday 16 April 2007 13:01:11 arnuld, vous avez écrit : > on every boot Gentoo cleans up the "/etc/resolv.conf" :-( > > any solution ? > > ----- /etc/hosts ---------- > 127.0.0.1 gnu.planet gnu localhost > > ::1 localhost > > ------ /etc/conf.d/net --------- > dns_domain_lo="planet" > > config_eth0=( "192.168.0.2/24" ) > routes_eth0=( "default via 192.168.0.1" ) > > > -- > http://arnuld.blogspot.com/
Hello !
You have to add the following line to your /etc/conf.d/net :
dns_servers_eth0 ("192.168.0.1")
change 192.168.0.1 to your nameserver address.
Regards.
--
Xavier Parizet
http://www.linuxant.fr/
pgp8N4wp7sLms.pgp
Description: PGP signature

