allow domain name for management instead of the source ip (sea vacation related! :) )

openaspace

Active Member
Sep 16, 2019
486
13
38
Italy
Hellooo :)
it's possible to allow a domain name as ip related allowed to access proxmox control panel?

My temporary beach office have a dynds.com domain, proxmox perform reverse dns control if I set the domain name in the allowed source ?
 
hi,

not really, since when you add the rule for yourdomain.dyndns.org iptables will resolve the IP and add the rule for that, and when the IP for your domain changes you will need to re-add the rule.

if you have ssh access you can instead forward the local port and access through https://localhost:8006. like this:
Code:
ssh -L 8006:127.0.0.1:8006 root@your.proxmox.ip.here