Hello there,
this post is more for information puropses, should someone else stumble over the same problem.
We just upgraded our 5.4 environment to 6.0. To provide internal connectivity for some of our VMs, we have another ovs (vmbrX, with no physical device connected) on each node, all of them being linked in a mesh via GRE. It worked nicely all the time, until we upgraded to PVE6. Suddenly, the GRE traffic was blocked, assumingly by this rule:
Solution: load module nf_conntrack_proto_gre.
I don't know, if this is meant to be like this, it got me off guard and had me search a while.
Kind regards,
Hauke
this post is more for information puropses, should someone else stumble over the same problem.
We just upgraded our 5.4 environment to 6.0. To provide internal connectivity for some of our VMs, we have another ovs (vmbrX, with no physical device connected) on each node, all of them being linked in a mesh via GRE. It worked nicely all the time, until we upgraded to PVE6. Suddenly, the GRE traffic was blocked, assumingly by this rule:
-A PVEFW-Drop -m conntrack --ctstate INVALID -j DROP
Solution: load module nf_conntrack_proto_gre.
I don't know, if this is meant to be like this, it got me off guard and had me search a while.
Kind regards,
Hauke