Marek Więcek píše v Pá 19. 08. 2005 v 11:40 +0200:
> Zbynek Houska wrote:
> 
> > my /etc/conf.d/net contains following:
> > 
> > config_eth0=( "192.168.0.3 netmask 255.255.255.0 broadcast
> > 192.168.0.255" )
> > routes_eth0=(
> >         "default via 192.168.0.1"
> 
> Have you upgraded baselayout recently?
> Did you do etc-update afterwards?
> Do you have iproute2 installed?

well, I omited to add that system was undergoing emerge -uD system, so I
figured out that culprit was me by not updating config files using
etc-update.
> 
> If you did all above, then change /etc/conf.d/net
> to following:
> 
> modules=( "iproute2" )
> config_eth0=( "192.168.0.3/24 brd 192.168.0.255" )
> routes_eth0=( "default via 192.168.0.1" )

so now everything works as expected :)

thank you for your patience.
> 
> -- 
> marek wiecek
> 
Zbynek

-- 
gentoo-user@gentoo.org mailing list

Reply via email to