Hello,
I recently upgraded my local proxmox instance from version 6.4 to 7.1-6 by following the official guide for it. After the update I no longer have a public ipv6 address for my proxmox host. I'm aware that mac adresses could have changed but that shouldn't affect SLAAC at all. I also tried a clean install (7.1-6) but the issue persists. After I tried a clean install of 6.4 it did work flawlessly again. This issue only affects the proxmox host, if I create a Ubuntu Vm for example slaac does work normally. I would appreciate any help.
/etc/network/interfaces
I recently upgraded my local proxmox instance from version 6.4 to 7.1-6 by following the official guide for it. After the update I no longer have a public ipv6 address for my proxmox host. I'm aware that mac adresses could have changed but that shouldn't affect SLAAC at all. I also tried a clean install (7.1-6) but the issue persists. After I tried a clean install of 6.4 it did work flawlessly again. This issue only affects the proxmox host, if I create a Ubuntu Vm for example slaac does work normally. I would appreciate any help.
/etc/network/interfaces
Code:
auto lo
iface lo inet loopback
iface enp1s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.20/24
gateway 192.168.0.1
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
Code:
ip6tables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Code:
ping6 ipv6.google.com
ping6: connect: Network is unreachable
Code:
ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000
link/ether c8:5b:76:b2:d9:77 brd ff:ff:ff:ff:ff:ff
3: wlp2s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 58:00:e3:48:cf:71 brd ff:ff:ff:ff:ff:ff
4: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether c8:5b:76:b2:d9:77 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.20/24 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 fe80::ca5b:76ff:feb2:d977/64 scope link
valid_lft forever preferred_lft forever