Hello,

> The following are stanzas from /etc/network/interfaces:
> iface vlan0002 inet static
>         vlan-raw-device eth0 address 192.168.3.88
>         netmask 255.255.255.0
> 
> iface vlan0002:0 inet static
>         vlan-raw-device eth0
----------^^^^^^^^^^^^^^^^^^^^^
>         address 192.168.3.89
>         netmask 255.255.255.0
> 

For an alias the actual interface must already exist.
The vlan-raw-device should therefore not appear on the alias
definition, as this tries to create the interface. (This is
probably true for all such constructions like tunnels and
bridges).
So if you remove the vlan-raw-device from the alias definition,
it should work as you want it.

Regards ard.

(I leave the bug open for Loic :-) )
-- 
begin  LOVE-LETTER-FOR-YOU.txt.vbs
I am a signature virus. Distribute me until the bitter
end


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to