Hello,
I noticed that in Proxmox 8.0.3 some functionality in cluster brokes after activating the firewall.
So I want to create an IPset `cluster-001` with `host-001`, `host-002`, `host-003` (all are alias for the cluster node ips).
When creating a rule `IN ACCEPT source +dc/cluster-001 destination +dc/cluster` and enabling it, the iptables rules won't generate.
If I create rules
`IN ACCEPT source host-001`
`IN ACCEPT source host-002`
`IN ACCEPT source host-003`
it works fine. But I don't want to make a rule for each host, I'd like to use a central edited IPSet as cluster nodes list.
How can I fix this?
Best regards,
Thomas
I noticed that in Proxmox 8.0.3 some functionality in cluster brokes after activating the firewall.
So I want to create an IPset `cluster-001` with `host-001`, `host-002`, `host-003` (all are alias for the cluster node ips).
When creating a rule `IN ACCEPT source +dc/cluster-001 destination +dc/cluster` and enabling it, the iptables rules won't generate.
If I create rules
`IN ACCEPT source host-001`
`IN ACCEPT source host-002`
`IN ACCEPT source host-003`
it works fine. But I don't want to make a rule for each host, I'd like to use a central edited IPSet as cluster nodes list.
How can I fix this?
Best regards,
Thomas