From owner-freebsd-security Wed Feb 28 0: 2:37 2001 Delivered-To: freebsd-security@freebsd.org Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.157]) by hub.freebsd.org (Postfix) with ESMTP id BEE9037B71A for ; Wed, 28 Feb 2001 00:02:32 -0800 (PST) (envelope-from jen@comp.chem.msu.su) Received: (from jen@localhost) by comp.chem.msu.su (8.11.1/8.11.1) id f1S81wh19310; Wed, 28 Feb 2001 11:01:58 +0300 (MSK) (envelope-from jen) Date: Wed, 28 Feb 2001 11:01:58 +0300 From: Jen Linkova To: Rocco Lucia Cc: jeff , security@FreeBSD.ORG Subject: Re: vlan Message-ID: <20010228110158.A16617@comp.chem.msu.su> References: <3A9A63D8.D6C8881F@eng.ufl.edu> <9185502756.20010227105425@technobank.com.by> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from rlucia@iscanet.com on Wed, Feb 28, 2001 at 03:04:41AM +0100 Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! On Wed, Feb 28, 2001 at 03:04:41AM +0100, Rocco Lucia wrote: > >i'm strongly needet to set up vlan on my freebsd-box > >but unfortunately i can't find any clear instruction how to do it > > first you should add: > pseudo-device vlan ... see LINT > to your kernel configuration. Hmm...I'm afraid he will find nothing.. jen@comp:/usr/src/sys/i386/conf>grep vlan LINT jen@comp:/usr/src/sys/i386/conf>uname -a FreeBSD comp.chem.msu.su 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Thu Nov 30 20:06:23... > Then you can use ifconfig to set your virtual vlan interfaces > bound to the physical one/s. > ifconfig vlan0 inet 10.0.0.1 netmask 0xffffff00 vlan 2 vlandev xl0 And remember: xl0 must be UP at this time! (FreeBSD 4*, AFAIR) (http://www.FreeBSD.org/cgi/query-pr.cgi?pr=22179) And one more thing - using vlan, we can get trouble with MTU and need to apply patche on interface driver. (related discussions can be found in mailing lists archive). SY, Jen aka Furry ### I tell you: all done, all done, tomorrow we'll be there! ### To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message