Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 148212 - baselayout-1.12.* causes "network unreachable"
Summary: baselayout-1.12.* causes "network unreachable"
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-19 09:31 UTC by A. Person
Modified: 2006-09-19 10:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description A. Person 2006-09-19 09:31:24 UTC
My Gentoo router runs great under baselayout-1.11.*, but upgrading to 1.12.* causes the following message to be output right after net.eth0 starts:

NETLINK answers: Network unreachable

The Internet is then unreachable.  net.eth0 is the connection to my Verizon DSL modem/router.  Downgrading to baselayout-1.11.* fixes the problem.  Here's my /etc/conf.d/net:

routes_eth0="default via 192.168.1.1"
config_eth0="192.168.1.2"
Comment 1 Roy Marples (RETIRED) gentoo-dev 2006-09-19 10:03:53 UTC
You didn't specify a netmask or CIDR in your config

config_eth0="192.168.1.2 netmask 255.255.255.0"
or
config_eth0="192.168.1.2/24"

should work for you.