Hi team,
I have a two node setup that, regularly, stop having Ipv6 routing configurations, but Ipv4 connectivity works as expected. Basically, anytime I detect that the issue are present, I go to the admin web and renew interfaces configuration or restart Networking service for each host. When this happens, IPv6 network is restored.
What I can see is that, using ip neighbour show command, each IPv6 router IP have STALE status or simply disappears, which don't happen in IPv4. After netowkring service restart, the status for this command seems the same but connectivity is restored.
All hosts and CT/VM have fixed IPv4 and IPv6 and the virtual machines don't lost connectivity at all. Sharing my configuration, and please ask if you need further information:
Interface config - Host #1
ip neighbour show command - Host #1
ip neighbour show command (after networking service restart and IPv6 connectivity restored)- Host #1
ip neighbour show command - Host #2
ip neighbour show command (after networking service restart and IPv6 connectivity restored)- Host #2
Request your help to understand the root cause and what information might be missing? I don't see this behavior in any other device in my network, with DHCPv6 or fixed IP.
Also, VLAN aware settings are disabled since I've activated after the VM/CT creation and all CT/VM created after the change, lost networking connectivity (might a host restart be missing???).
Thank you
I have a two node setup that, regularly, stop having Ipv6 routing configurations, but Ipv4 connectivity works as expected. Basically, anytime I detect that the issue are present, I go to the admin web and renew interfaces configuration or restart Networking service for each host. When this happens, IPv6 network is restored.
What I can see is that, using ip neighbour show command, each IPv6 router IP have STALE status or simply disappears, which don't happen in IPv4. After netowkring service restart, the status for this command seems the same but connectivity is restored.
All hosts and CT/VM have fixed IPv4 and IPv6 and the virtual machines don't lost connectivity at all. Sharing my configuration, and please ask if you need further information:
Interface config - Host #1
Code:
auto lo
iface lo inet loopback
iface enp86s0 inet manual
mtu 9000
auto vmbr0
iface vmbr0 inet static
address 192.168.1.21/24
gateway 192.168.1.1
bridge-ports enp86s0
bridge-stp off
bridge-fd 0
mtu 9000
iface vmbr0 inet6 static
address 2001:xxxx:xxxx:xxxx::21/64
gateway 2001:xxxx:xxxx:xxxx::1
ip neighbour show command - Host #1
Code:
192.168.1.12 dev vmbr0 lladdr ea:25:4e:d0:c7:d3 STALE
192.168.1.1 dev vmbr0 lladdr 76:ac:b9:35:16:b2 REACHABLE
192.168.1.22 dev vmbr0 lladdr 1c:69:7a:68:8d:93 REACHABLE
192.168.1.10 dev vmbr0 lladdr 00:11:32:6e:21:9d REACHABLE
192.168.1.53 dev vmbr0 lladdr ea:25:4e:d0:c7:d3 STALE
192.168.1.13 dev vmbr0 lladdr dc:a6:32:45:2f:9b REACHABLE
fe80::74ac:b9ff:fe35:16b2 dev vmbr0 lladdr 76:ac:b9:35:16:b2 router STALE
2001:xxxx:xxxx:xxxx::1 dev vmbr0 lladdr 76:ac:b9:35:16:b2 router STALE
2001:xxxx:xxxx:xxxx::22 dev vmbr0 lladdr 1c:69:7a:68:8d:93 router REACHABLE
fe80::1e69:7aff:fe68:8d93 dev vmbr0 lladdr 1c:69:7a:68:8d:93 router STALE
ip neighbour show command (after networking service restart and IPv6 connectivity restored)- Host #1
Code:
192.168.1.12 dev vmbr0 lladdr ea:25:4e:d0:c7:d3 STALE
192.168.1.1 dev vmbr0 lladdr 76:ac:b9:35:16:b2 REACHABLE
192.168.1.22 dev vmbr0 lladdr 1c:69:7a:68:8d:93 REACHABLE
192.168.1.10 dev vmbr0 lladdr 00:11:32:6e:21:9d REACHABLE
192.168.1.53 dev vmbr0 lladdr ea:25:4e:d0:c7:d3 STALE
192.168.1.13 dev vmbr0 lladdr dc:a6:32:45:2f:9b REACHABLE
fe80::74ac:b9ff:fe35:16b2 dev vmbr0 lladdr 76:ac:b9:35:16:b2 router STALE
2001:xxxx:xxxx:xxxx::1 dev vmbr0 lladdr 76:ac:b9:35:16:b2 router STALE
2001:xxxx:xxxx:xxxx::22 dev vmbr0 lladdr 1c:69:7a:68:8d:93 router REACHABLE
fe80::1e69:7aff:fe68:8d93 dev vmbr0 lladdr 1c:69:7a:68:8d:93 router STALE
Interface config - Host #2
[CODE]auto lo
iface lo inet loopback
iface eno1 inet manual
mtu 9000
auto vmbr0
iface vmbr0 inet static
address 192.168.1.22/24
gateway 192.168.1.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
mtu 9000
iface vmbr0 inet6 static
address 2001:xxxx:xxxx:xxxx::22/64
gateway 2001:xxxx:xxxx:xxxx::1
ip neighbour show command - Host #2
Code:
192.168.1.13 dev vmbr0 lladdr dc:a6:32:45:2f:9b REACHABLE
192.168.1.1 dev vmbr0 lladdr 76:ac:b9:35:16:b2 REACHABLE
192.168.1.21 dev vmbr0 lladdr 48:21:0b:34:d2:de REACHABLE
192.168.1.10 dev vmbr0 lladdr 00:11:32:6e:21:9d REACHABLE
2001:xxxx:xxxx:xxxx::21 dev vmbr0 lladdr 48:21:0b:34:d2:de REACHABLE
fe80::74ac:b9ff:fe35:16b2 dev vmbr0 lladdr 76:ac:b9:35:16:b2 router STALE
ip neighbour show command (after networking service restart and IPv6 connectivity restored)- Host #2
Code:
192.168.1.13 dev vmbr0 lladdr dc:a6:32:45:2f:9b REACHABLE
192.168.1.1 dev vmbr0 lladdr 76:ac:b9:35:16:b2 REACHABLE
192.168.1.21 dev vmbr0 lladdr 48:21:0b:34:d2:de REACHABLE
192.168.1.10 dev vmbr0 lladdr 00:11:32:6e:21:9d REACHABLE
fe80::4a21:bff:fe34:d2de dev vmbr0 lladdr 48:21:0b:34:d2:de router STALE
2001:xxxx:xxxx:xxxx::21 dev vmbr0 lladdr 48:21:0b:34:d2:de router REACHABLE
fe80::74ac:b9ff:fe35:16b2 dev vmbr0 lladdr 76:ac:b9:35:16:b2 router STALE
Request your help to understand the root cause and what information might be missing? I don't see this behavior in any other device in my network, with DHCPv6 or fixed IP.
Also, VLAN aware settings are disabled since I've activated after the VM/CT creation and all CT/VM created after the change, lost networking connectivity (might a host restart be missing???).
Thank you