Gentoo Archives: gentoo-user

From: "Marek Więcek" <marek.wiecek@×××××.com>
To: gentoo-user@l.g.o
Cc: gentoo-server@l.g.o
Subject: [gentoo-user] Re: 802.1q/VLAN issue
Date: Wed, 10 Aug 2005 12:29:09
Message-Id: ddcr4h$e5k$1@sea.gmane.org
In Reply to: [gentoo-user] 802.1q/VLAN issue by Joe Rizzo
1 Joe Rizzo wrote:
2
3 > vlans_eth0="16"
4 >
5 > config_eth0_16=(
6 > "10.8.16.16 broadcast 10.8.16.255 netmask 255.255.255.0"
7 > )
8
9 After some digging around I've come up with following (working) config:
10
11 vlans_eth0="16"
12 vconfig_eth0=( "set_name_type VLAN_PLUS_VID_NO_PAD" )
13
14 config_vlan16=(
15 "10.8.16.16 broadcast 10.8.16.255 netmask 255.255.255.0"
16 )
17
18 and also there is the int vlan16 instad of eth2:16
19
20 --
21 mw
22
23 --
24 gentoo-user@g.o mailing list