From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1E2phk-0005Gd-Qo for garchives@archives.gentoo.org; Wed, 10 Aug 2005 12:29:09 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j7ACR9E1005012; Wed, 10 Aug 2005 12:27:09 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j7ACHlVD020773 for ; Wed, 10 Aug 2005 12:17:47 GMT Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by smtp.gentoo.org with esmtp (Exim 4.43) id 1E2pXN-00076q-TF for gentoo-user@lists.gentoo.org; Wed, 10 Aug 2005 12:18:26 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1E2pVy-0000qW-8s for gentoo-user@gentoo.org; Wed, 10 Aug 2005 14:16:58 +0200 Received: from finn.gmane.org ([80.91.229.4]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Aug 2005 14:16:58 +0200 Received: from marek.wiecek by finn.gmane.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Aug 2005 14:16:58 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: =?ISO-8859-2?Q?Marek_Wi=EAcek?= Subject: [gentoo-user] Re: 802.1q/VLAN issue Date: Wed, 10 Aug 2005 14:15:13 +0200 Message-ID: References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: finn.gmane.org User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050725) X-Accept-Language: en-us, en In-Reply-To: Sender: news Cc: gentoo-server@lists.gentoo.org X-Archives-Salt: 531bcfa6-210b-4665-987c-67e3e092579b X-Archives-Hash: d838e6ef2cf5cf1e0f3b92a569642d9a Joe Rizzo wrote: > vlans_eth0="16" > > config_eth0_16=( > "10.8.16.16 broadcast 10.8.16.255 netmask 255.255.255.0" > ) After some digging around I've come up with following (working) config: vlans_eth0="16" vconfig_eth0=( "set_name_type VLAN_PLUS_VID_NO_PAD" ) config_vlan16=( "10.8.16.16 broadcast 10.8.16.255 netmask 255.255.255.0" ) and also there is the int vlan16 instad of eth2:16 -- mw -- gentoo-user@gentoo.org mailing list