Hello!
I just installed a centos 8.1 VM on a proxmox 6.1-8 (zfs). I have enabled the firewall in which I have 3 rules (2 sshs - old and new port - and one for ping).
In Firewall options:
but on my VM:
[root@gandalf ~]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
I would expect to see the rules here, no?
If I disable the ssh rule - port 22, it works (ssh is configured on port 22).
If I changed the ssh port to 8181 and restart the service, I can not connect anymore to my VM (except via the console).
What did I miss?
Thx!
I just installed a centos 8.1 VM on a proxmox 6.1-8 (zfs). I have enabled the firewall in which I have 3 rules (2 sshs - old and new port - and one for ping).
In Firewall options:
but on my VM:
[root@gandalf ~]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
I would expect to see the rules here, no?
If I disable the ssh rule - port 22, it works (ssh is configured on port 22).
If I changed the ssh port to 8181 and restart the service, I can not connect anymore to my VM (except via the console).
What did I miss?
Thx!