Good morning,
i wanted to secure my pve gui by only allowing it to listen on 127.0.0.1 so that i need to local forward 8006 on a computer in order to access the web interface. I found a thread where someone (ok, many threads) described to just do this:
/etc/default/pveproxy:
ALLOW_FROM="127.0.0.1"
DENY_FROM="all"
POLICY="allow"
I restartet the service, and even did a complete reboot of my machine but im still able to access the ui via the internet. Does anybody know a solution for this?
i wanted to secure my pve gui by only allowing it to listen on 127.0.0.1 so that i need to local forward 8006 on a computer in order to access the web interface. I found a thread where someone (ok, many threads) described to just do this:
/etc/default/pveproxy:
ALLOW_FROM="127.0.0.1"
DENY_FROM="all"
POLICY="allow"
I restartet the service, and even did a complete reboot of my machine but im still able to access the ui via the internet. Does anybody know a solution for this?