I updated my gentoo system.  After emerging system and world, the system
does not work with VLANs if the interfaces are configured via the
net.eth0 script.  However if I configure the interface manually it
works.  This worked before I updated.  Any Ideas?

The conf.d/net file is below.

Thanks,
Joe Rizzo


# cat /etc/conf.d/net
config_eth0=(
    "null"
)

vlans_eth0="16"

config_eth0_16=(
    "10.8.16.16 broadcast 10.8.16.255 netmask 255.255.255.0"
)

routes_eth0_16=(
    "-net 0.0.0.0 netmask 0.0.0.0 gw 10.8.16.1"
)

# ip addr
1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
2: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
    link/ether 00:50:45:5c:13:cc brd ff:ff:ff:ff:ff:ff
3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000
    link/ether 00:50:45:5c:13:cd brd ff:ff:ff:ff:ff:ff
42: eth0.16: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue
    link/ether 00:50:45:5c:13:cc brd ff:ff:ff:ff:ff:ff
    inet 10.8.16.16/24 brd 10.8.16.255 scope global eth0.16

-- 
gentoo-user@gentoo.org mailing list

Reply via email to