Gentoo Archives: gentoo-user

From: Joe Rizzo <jrizzo@×××××××××.com>
To: gentoo-server@l.g.o, gentoo-user@l.g.o
Subject: [gentoo-user] 802.1q/VLAN issue
Date: Wed, 10 Aug 2005 02:15:47
Message-Id: A551B98FF8BEE54DAB4B5A1600F7571A67C630@mb01.hq.perpetual.int
1 I updated my gentoo system. After emerging system and world, the system
2 does not work with VLANs if the interfaces are configured via the
3 net.eth0 script. However if I configure the interface manually it
4 works. This worked before I updated. Any Ideas?
5
6 The conf.d/net file is below.
7
8 Thanks,
9 Joe Rizzo
10
11
12 # cat /etc/conf.d/net
13 config_eth0=(
14 "null"
15 )
16
17 vlans_eth0="16"
18
19 config_eth0_16=(
20 "10.8.16.16 broadcast 10.8.16.255 netmask 255.255.255.0"
21 )
22
23 routes_eth0_16=(
24 "-net 0.0.0.0 netmask 0.0.0.0 gw 10.8.16.1"
25 )
26
27 # ip addr
28 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
30 inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
31 2: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
32 link/ether 00:50:45:5c:13:cc brd ff:ff:ff:ff:ff:ff
33 3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000
34 link/ether 00:50:45:5c:13:cd brd ff:ff:ff:ff:ff:ff
35 42: eth0.16: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue
36 link/ether 00:50:45:5c:13:cc brd ff:ff:ff:ff:ff:ff
37 inet 10.8.16.16/24 brd 10.8.16.255 scope global eth0.16
38
39 --
40 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: 802.1q/VLAN issue "Marek Więcek" <marek.wiecek@×××××.com>