Hello,
I have a VM configured with 4 IPs
1.1.1.1, 2.2.2.2, 3.3.3.3, 4.4.4.4
I want to restrict to use the IP: 4.4.4.4
Then, what I do is go to /etc/pve/firewall/100.fw and remove the line with the IP 4.4.4.4
But don't take effect. The IP 4.4.4.4 is still pinging
Any idea about what is the issue?
Thanks!!!
I have a VM configured with 4 IPs
1.1.1.1, 2.2.2.2, 3.3.3.3, 4.4.4.4
I want to restrict to use the IP: 4.4.4.4
Then, what I do is go to /etc/pve/firewall/100.fw and remove the line with the IP 4.4.4.4
But don't take effect. The IP 4.4.4.4 is still pinging
Any idea about what is the issue?
Thanks!!!
Code:
root@ns1001:~# cat /etc/pve/nodes/ns1001/host.fw
[OPTIONS]
enable: 1
Code:
root@ns1001:~# cat /etc/pve/firewall/cluster.fw
[OPTIONS]
policy_in: ACCEPT
enable: 1
Code:
root@ns1001:~# cat /etc/pve/firewall/100.fw
[OPTIONS]
enable: 1
macfilter: 0
ipfilter: 1
log_level_in: debug
log_level_out: debug
policy_in: ACCEPT
radv: 1
[IPSET ipfilter-net0]
1.1.1.1
2.2.2.2
3.3.3.3
4.4.4.4