Hi,
I'm setting up a new Proxmox 3.4 cluster/host with pve-firewall.
The firewall has some default rules allowing all the host's local network. That network is public.
My host IP is 1.2.3.4 on network 1.2.3.0/24
Here are the rules
Chain PVEFW-HOST-IN:
RETURN udp -- 1.2.3.0/24 1.2.3.0/24 udp dpts:5404:5405
RETURN udp -- 1.2.3.0/24 0.0.0.0/0 ADDRTYPE match dst-type MULTICAST udp dpts:5404:5405
Chain PVEFW-HOST-OUT:
RETURN tcp -- 0.0.0.0/0 1.2.3.0/24 tcp dpt:8006
RETURN tcp -- 0.0.0.0/0 1.2.3.0/24 tcp dpt:22
RETURN tcp -- 0.0.0.0/0 1.2.3.0/24 tcp dpts:5900:5999
RETURN tcp -- 0.0.0.0/0 1.2.3.0/24 tcp dpt:3128
RETURN udp -- 0.0.0.0/0 1.2.3.0/24 udp dpts:5404:5405
I have defined in my cluster:
[ALIASES]
local_network 1.2.3.4 # use the single ip addressand:
[IPSET management]
x.y.z.w # some ip address
How to get rid of this rules?
Regards
I'm setting up a new Proxmox 3.4 cluster/host with pve-firewall.
The firewall has some default rules allowing all the host's local network. That network is public.
My host IP is 1.2.3.4 on network 1.2.3.0/24
Here are the rules
Chain PVEFW-HOST-IN:
RETURN udp -- 1.2.3.0/24 1.2.3.0/24 udp dpts:5404:5405
RETURN udp -- 1.2.3.0/24 0.0.0.0/0 ADDRTYPE match dst-type MULTICAST udp dpts:5404:5405
Chain PVEFW-HOST-OUT:
RETURN tcp -- 0.0.0.0/0 1.2.3.0/24 tcp dpt:8006
RETURN tcp -- 0.0.0.0/0 1.2.3.0/24 tcp dpt:22
RETURN tcp -- 0.0.0.0/0 1.2.3.0/24 tcp dpts:5900:5999
RETURN tcp -- 0.0.0.0/0 1.2.3.0/24 tcp dpt:3128
RETURN udp -- 0.0.0.0/0 1.2.3.0/24 udp dpts:5404:5405
I have defined in my cluster:
[ALIASES]
local_network 1.2.3.4 # use the single ip addressand:
[IPSET management]
x.y.z.w # some ip address
How to get rid of this rules?
Regards