No connectivity via IPV6 VLAN

Louis2

Contributor
Joined
Sep 7, 2019
Messages
177
In the past I defined a bridge for a certain VM, however since there is no need for a bridge I decided to remove the bridge and attach the VM directly to the vlan.

That does (as expected) work for IPV4, however I lost IPV6-communication to the VM. I spend some hours searching "every where" what caused this. At the end I decided to create a bridge again. That solved the problem! However, it is NOT ok and it did cost me a couple of hours. :eek:

Just for info below a ping test. The upper test was done when the VM was still connected to the VLAN, the second test after modifying the network back to bridge.

C:\Users\Louis>ping xxxx:xxxx:xxxx:130::15

Pinging xxxx:xxxx:xxxx:130::15 with 32 bytes of data:
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.

Ping statistics for xxxx:xxxx:xxxx:130::15:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\Users\Louis>ping xxxx:xxxx:xxxx:130::15

Pinging xxxx:xxxx:xxxx:130::15 with 32 bytes of data:
Reply from xxxx:xxxx:xxxx:130::15: time<1ms
Reply from xxxx:xxxx:xxxx:130::15: time<1ms
Reply from xxxx:xxxx:xxxx:130::15: time<1ms
Reply from xxxx:xxxx:xxxx:130::15: time<1ms

I do not know if there is already a ticket for this, if not someone should create one
 
Top