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
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
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
/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
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
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.
6 matches
Mail list logo