From owner-freebsd-net Fri Jun 7 4:36:53 2002 Delivered-To: freebsd-net@freebsd.org Received: from proton.hexanet.fr (proton.hexanet.fr [81.23.32.33]) by hub.freebsd.org (Postfix) with ESMTP id 06A1837B400 for ; Fri, 7 Jun 2002 04:36:46 -0700 (PDT) Received: from hexanet.fr (localhost [127.0.0.1]) by proton.hexanet.fr (8.12.3/8.12.3) with SMTP id g57BahE8030485; Fri, 7 Jun 2002 13:36:43 +0200 (CEST) (envelope-from c.prevotaux@hexanet.fr) Date: Fri, 7 Jun 2002 13:36:43 +0200 From: Christophe Prevotaux To: "Vladimir B. " Grebenschikov , Iasen Kostov Cc: net@freebsd.org Subject: Re: [HELP] IPless VLAN interfaces Message-Id: <20020607133643.066fcda6.c.prevotaux@hexanet.fr> In-Reply-To: <1023373804.470.20.camel@vbook.express.ru> References: <20020606125126.3d44145c.c.prevotaux@hexanet.fr> <1023373804.470.20.camel@vbook.express.ru> Organization: HEXANET Sarl X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.4) X-NCC-RegID: fr.hexanet Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org All this is very interesting however I don't think this answers my question does it ? On 06 Jun 2002 18:30:04 +0400 "Vladimir B. " Grebenschikov wrote: > Ð_ Thu, 06.06.2002, в 14:51, Christophe Prevotaux напиÑ_ал: > > Hello > > > > I have a small problem I can't seem to be able to solve on > > FreeBSD 4-STABLE. > > > > I want to setup : > > > > - an interface fxp0 with an IP address with a /24 netmask > > - on this interface fxp0 I set up vlan0 vlan1 vlan2 > > - each vlan does not have an IP > > - I setup a route with the -iface option that point to each vlan > > repesctively > > > > on the other side > > > > I setup : > > machines behind each VLAN port > > each machine has an IP with a /24 netmask > > > > > > > > the setup works (ie: freebsd does not complain) > > however pinging a machine does not work so does any other type of > > traffic this does not work under FreeBSD , however when I do the > > same thing with Linux it does work. I believe there must be a way to > > do this under FreeBSD but I can't figure it out. > > > > Could someone help me or tell me what I did wrong ? > > > first try to specify source address to ping > > # ping -S 1.1.1.1 dest > > where 1.1.1.1 - address on fxp0 > > and you can set on your vlanX interfaces same addreses ad on your fxp0 > with netmask 255.255.255.255 > > # ifconfig fxp0 1.1.1.1/24 > # ifconfig vlan0 1.1.1.1 > # ifconfig vlan1 1.1.1.1 > # ifconfig vlan2 1.1.1.1 > > > > > > -- > > =============================================================== > > Christophe Prevotaux Email: c.prevotaux@hexanet.fr > > HEXANET SARL URL: http://www.hexanet.fr/ > > Z.A.C Les Charmilles Tel: +33 (0)3 26 79 30 05 > > 3 Allée Thierry Sabine Direct: +33 (0)3 26 61 77 72 > > BP202 Fax: +33 (0)3 26 79 30 06 > > 51686 Reims Cedex 2 > > FRANCE HEXANET Network Operation Center > > =============================================================== > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-net" in the body of the message > > > -- > Vladimir B. Grebenschikov > vova@sw.ru, SWsoft, Inc. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-net" in the body of the message > -- =============================================================== Christophe Prevotaux Email: c.prevotaux@hexanet.fr HEXANET SARL URL: http://www.hexanet.fr/ Z.A.C Les Charmilles Tel: +33 (0)3 26 79 30 05 3 Allée Thierry Sabine Direct: +33 (0)3 26 61 77 72 BP202 Fax: +33 (0)3 26 79 30 06 51686 Reims Cedex 2 FRANCE HEXANET Network Operation Center =============================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message