Re: Using VLANs on Debian

2004-02-16 Thread Stephan Seitz
Hi! On Tue, Feb 03, 2004 at 04:30:57PM +0100, Nico De Ranter wrote: I'm trying to get VLANs to work on a Debian box. I've installed the vlan package and compiled vlan support into the kernel. Everything Did you patch the harware driver for your NIC? IIRC are the drivers not ready for bigger packe

Re: Using VLANs on Debian

2004-02-04 Thread Allan Wind
On 2004-02-03T16:30:57+0100, Nico De Ranter wrote: > Any ideas anyone? I settled on the following after some trial and error: $ cat /etc/network/interfaces auto lo iface lo inet loopback # dummy # auto eth0 iface eth0 inet manual up ifconfig eth0 up down ifconfig eth0 down # int

Re: Using VLANs on Debian

2004-02-04 Thread Henrique de Moraes Holschuh
On Wed, 04 Feb 2004, Nico De Ranter wrote: > /etc/network/if-pre-up.d/vlan was broken. Fixed it now (took me a while > to figure out how ifup works). I'll try sending a patch to the maintainer > if I can figure out how to do that :-) Install the reportbug package, and file a bug. Tag it PATCH, and

Re: Using VLANs on Debian

2004-02-04 Thread Nico De Ranter
/etc/network/if-pre-up.d/vlan was broken. Fixed it now (took me a while to figure out how ifup works). I'll try sending a patch to the maintainer if I can figure out how to do that :-) Nico On Tue, Feb 03, 2004 at 09:09:31PM +0200, Shaul Karl wrote: > On Tue, Feb 03, 2004 at 04:30:57PM +0100, Nic

Re: Using VLANs on Debian

2004-02-03 Thread Shaul Karl
On Tue, Feb 03, 2004 at 04:30:57PM +0100, Nico De Ranter wrote: > Hi, > > I'm trying to get VLANs to work on a Debian box. I've installed > the vlan package and compiled vlan support into the kernel. Everything > seems to work fine when I configure the interfaces manualy. However I > can't figure

Using VLANs on Debian

2004-02-03 Thread Nico De Ranter
Hi, I'm trying to get VLANs to work on a Debian box. I've installed the vlan package and compiled vlan support into the kernel. Everything seems to work fine when I configure the interfaces manualy. However I can't figure out how to make sure the interfaces will come up automaticaly at boot time.