I got a cluster with 5 nodes. Each of them connected via a GRE to allow multicast (because my local network not allow multicast).
Everything work fine and i want to activate firewall on cluster. My problem is that when i start firewall on a node it become red and not accessible by other.
My GRE tunnel seems to be up but no ping , no connection is possible on it.
i see that rules in iptables and i think that's the problem:
Chain PVEFW-DropBroadcast (2 references)
target prot opt source destination
DROP all -- anywhere anywhere ADDRTYPE match dst-type BROADCAST
DROP all -- anywhere anywhere ADDRTYPE match dst-type MULTICAST
DROP all -- anywhere anywhere ADDRTYPE match dst-type ANYCAST
DROP all -- anywhere base-address.mcast.net/4
all -- anywhere anywhere /* PVESIG:NyjHNAtFbkH7WGLamPpdVnxHy4w */
Could you please help me understanding what i should do to make it working ?
Marc.
Everything work fine and i want to activate firewall on cluster. My problem is that when i start firewall on a node it become red and not accessible by other.
My GRE tunnel seems to be up but no ping , no connection is possible on it.
i see that rules in iptables and i think that's the problem:
Chain PVEFW-DropBroadcast (2 references)
target prot opt source destination
DROP all -- anywhere anywhere ADDRTYPE match dst-type BROADCAST
DROP all -- anywhere anywhere ADDRTYPE match dst-type MULTICAST
DROP all -- anywhere anywhere ADDRTYPE match dst-type ANYCAST
DROP all -- anywhere base-address.mcast.net/4
all -- anywhere anywhere /* PVESIG:NyjHNAtFbkH7WGLamPpdVnxHy4w */
Could you please help me understanding what i should do to make it working ?
Marc.