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