Hi,

Just to reignite interest in this matter (this bug, ifupdown or whatever) I submit a sample interfaces file I just experimented with. It configures an anonymous ethernet interface (eth0) with one vlan (vlan21). This vlan is assigned an IPv4 and IPv6 address. It works on Squeeze, configuring the right addresses on the network interface, but with annoying error messages.

iface eth0 inet manual
        pre-up ip link set up dev $IFACE
        post-down ip link set down dev $IFACE

auto vlan21
iface vlan21 inet static
        address 192.168.21.1
        netmask 255.255.255.0
        vlan_raw_device eth0

iface vlan21 inet6 static
        address fd01:abcd:0:21::1
        netmask 64
        vlan_raw_device eth0

Thanks,
Jaap






--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to