Pveproxy rules are ignored

aroger

Member
May 16, 2019
17
0
21
34
Hello

I added some rules to pveproxy but they are cleary ignored

/etc/default/pveproxy

ALLOW_FROM="127.0.0.1"
DENY_FROM="all"
POLICY="allow"


After restarting the service, I can still reach the web interface from outside localhost...

Is there any one in the same case ?

Thanks
 
Fixed:

-A INPUT -s 127.0.0.1/32 -p tcp -m tcp --dport 8006 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 8006 -j DROP
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!