Hi,

I tried rewritting my conf.d/net file the way you explained.  I still
can not get networking to work unless I edit my resolv.conf.  Any
Suggestions?

On 4/16/07, Jerry McBride <[EMAIL PROTECTED]> wrote:
On Monday 16 April 2007 07:01:11 am arnuld wrote:
> 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/

Yes... this is typical of the later versions of baselayout. You have to enter
your dns info into the file ate /etc/conf.d/net... Like this...

#/etc/conf.d/net
modules=("ifconfig")
config_eth0=("192.168.0.12 netmask 255.255.255.0 broadcast 192.168.0.255")
routes_eth0=("default via 192.168.0.1")
dns_domain_eth0=("my.domain")
dns_search_eth0=("search hsd99.nj.comcast.net.")
dns_servers_eth0=("68.87.75.194 68.87.64.146")





--

--

Jerry McBride
--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list

Reply via email to