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? 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" ) -- marek wiecek -- [email protected] mailing list

