Answer the question
In order to leave comments, you need to log in
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
Without understanding, immediately on the forehead - hang the address with an alias vmbr0: 0, say
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question