Hi all,
I'm relatively new to Proxmox, but I have a little bit of experience with Debian and Linux. I'm running a newly-configured Proxmox 7.0-10 (bullseye) on the PVE-no-subscription repo and all packages are up to date as of this post.
I'm facing an (albeit minor) issue with the PVE-firewall, where running
These are the results of
https://pastebin.com/hD2ekDJP (Pastebin'd because post exceeded character limit)
Looking at other threads posted on this forum with similar issues, it appears that my
The only IPTables-related changes I've made to the installation is installing
Thanks in advance. Please let me know if you need any other details.
I'm relatively new to Proxmox, but I have a little bit of experience with Debian and Linux. I'm running a newly-configured Proxmox 7.0-10 (bullseye) on the PVE-no-subscription repo and all packages are up to date as of this post.
I'm facing an (albeit minor) issue with the PVE-firewall, where running
pve-firewall status
always returns Status: enabled/running (pending changes)
.These are the results of
pve-firewall compile
:https://pastebin.com/hD2ekDJP (Pastebin'd because post exceeded character limit)
Looking at other threads posted on this forum with similar issues, it appears that my
ipset cmdlist
should also show exists
instead of update
, but even after running pve-firewall restart
and restarting the entire node, the firewall status still remains on "pending changes" and the outputs of compile
remain the same.The only IPTables-related changes I've made to the installation is installing
iptables-persistent
to add NAT tables, but I'm not sure if that is the cause. I've included the rules below.*nat
-A PREROUTING -p tcp -m tcp --dport 443 -j REDIRECT --to-port 8006
COMMIT
-A PREROUTING -p tcp -m tcp --dport 443 -j REDIRECT --to-port 8006
COMMIT
*nat
-A PREROUTING -p tcp -m tcp --dport 443 -j REDIRECT --to-port 8006
COMMIT
-A PREROUTING -p tcp -m tcp --dport 443 -j REDIRECT --to-port 8006
COMMIT
Thanks in advance. Please let me know if you need any other details.
Last edited: