Hi, just now testing out the Proxmox FW and have a few questions below.
- I see a "Firewall" tab in both Datacenter View and Node View... What is the difference with the two.
- I created a rule that don't seem to work. I'm creating a rule to allow connection to Hostnode via specific external source ip and this don't seem to work at all. Here's the rule created.
IN Accept -i eth0 -source ext-ip-address -dest proxmox-hostnode-ip -p tcp -dport 8006 # Ext access to proxmox gui
IN Accept -i eth0 -source ext-ip-address -dest proxmox-hostnode-ip -p tcp -dport 22 # Ext access to hostnode ssh
also, created an explicit deny rule as follows:
IN drop -i eth0
After creating the above rule and have rule enabled I can't access proxmox gui or ssh to hostnode. I have to stop firewall to gain back access. What is wrong? I'm wondering if the firewall doesn't understand a rule to itself (hostnode interface ip)?
- I was wondering if Proxmox had a built-in catch all explicit deny rule? Or should one manually create it as above.
Thanks in advance for your help!
- I see a "Firewall" tab in both Datacenter View and Node View... What is the difference with the two.
- I created a rule that don't seem to work. I'm creating a rule to allow connection to Hostnode via specific external source ip and this don't seem to work at all. Here's the rule created.
IN Accept -i eth0 -source ext-ip-address -dest proxmox-hostnode-ip -p tcp -dport 8006 # Ext access to proxmox gui
IN Accept -i eth0 -source ext-ip-address -dest proxmox-hostnode-ip -p tcp -dport 22 # Ext access to hostnode ssh
also, created an explicit deny rule as follows:
IN drop -i eth0
After creating the above rule and have rule enabled I can't access proxmox gui or ssh to hostnode. I have to stop firewall to gain back access. What is wrong? I'm wondering if the firewall doesn't understand a rule to itself (hostnode interface ip)?
- I was wondering if Proxmox had a built-in catch all explicit deny rule? Or should one manually create it as above.
Thanks in advance for your help!