Doesn't work IPv6 with subnet on vmbr1

igrOD

New Member
Sep 14, 2021
1
0
1
39
Hi, All! I have a problem with the vmbr1 interfaces, vmbr0 works well and through it VMs receive Additional IPv4 and IPv6, and there is vmbr1 through which the subnet works, and I cannot connect IPv6 to this subnet. Please Help.

auto enp3s0
iface enp3s0 inet manual

auto vmbr0
iface vmbr0 inet static
address 135.181.xx.xxx/32
gateway 135.181.xx.xxy
bridge-ports enp3s0
bridge-stp off
bridge-fd 1
pointopoint 135.181.xx.xxy
bridge_hello 2
bridge_maxage 12

iface vmbr0 inet6 static
address 2a01:4f9:xa:xxax::x/64
gateway fe80::1

auto vmbr1
iface vmbr1 inet static
address 65.108.yy.yyy/29
bridge-ports none
bridge-stp off
bridge-fd 0