ICMPv6: RA: ndisc_router_discovery errors

foam0567

New Member
Jan 16, 2025
3
0
1
Hi,
I uninstalled tailscale from my proxmox host, and now I am seeing a ton of these errors in the log.

Can someone help me diagnose this?

Code:
pve-dockerhost kernel: ICMPv6: RA: ndisc_router_discovery failed to add default route

Here is my /etc/network/interfaces. I never enabled ipv6 on vmbro when I set it up. Wondering what is going on

Code:
auto lo
iface lo inet loopback

iface enp1s0 inet manual

iface enp7s0 inet manual

iface enp2s0 inet manual

iface enp8s0 inet manual

iface enxd0c1b51c3750 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.1.200/24
        gateway 192.168.1.1
        bridge-ports enp8s0
        bridge-stp off
        bridge-fd 0

source /etc/network/interfaces.d/*
 
Last edited: