P
P
Puma Thailand2012-08-31 10:09:47
Debian
Puma Thailand, 2012-08-31 10:09:47

Has anyone set up a bridge for ipv6 in proxmox?

Just how to hang ipv6 on eth0 everything works in the bridge does not want to stick

I try two options

iface eth0 inet6 static
address 2a01:4f8:101:3181::2
netmask 64
gateway 2a01:4f8:101:3180::1

iface vmbr0 inet6 static
bridge_ports eth0
bridge_stp off
bridge_fd 0

Not rising vmbr0 I'll

think of an alternative

iface vmbr0 inet6 static
address 2a01:4f8:101:3181::2
netmask 64
gateway 2a01:4f8:101:3180::1
bridge_ports eth0
bridge_stp off
bridge_fd 0

Also doesn't work

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Rumka, 2012-09-01
@Rumka

Without understanding, immediately on the forehead - hang the address with an alias vmbr0: 0, say

D
Dango, 2012-09-14
@Dango

does it work or not?

A
Alexander Chekalin, 2013-11-24
@achekalin

Hmm... Remove the bridge_* lines, they already exist in the ipv4 configuration above. I have this:

auto vmbr0
iface vmbr0 inet static
        address x.x.x.x
        netmask 255.255.255.y
        gateway x.x.x.1
        bridge_ports eth0
        bridge_stp off
        bridge_fd 0

iface vmbr0 inet6 static
        address z:z:z::z
        netmask 64
        gateway z:z:z::1

works great.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question