As there's no official way to have proxmox use port 443 on the management interface, and various random suggestions like 'put a proxy in front of it' and other things like that (really? MORE moving pieces?), I've thrown together a little script that you can run in the post-up hook in /etc/network/interfaces that figures everything out for you automatically and puts the iptables rule in place (including removing any old ones, in case of IP address changes)
https://github.com/xrobau/ansible-proxmox-host/blob/master/roles/proxmox-base/files/fix-port-8006.sh
Super simple and basic, and PROBABLY doesn't work with anything more complex than the default OVS example.interfaces file that is put in place when you run `make proxmox`, but it does scratch an itch that needed scratching.
Kudos to @saud for the idea in https://forum.proxmox.com/threads/change-port-from-8006-to-443.41710/post-427251
https://github.com/xrobau/ansible-proxmox-host/blob/master/roles/proxmox-base/files/fix-port-8006.sh
Super simple and basic, and PROBABLY doesn't work with anything more complex than the default OVS example.interfaces file that is put in place when you run `make proxmox`, but it does scratch an itch that needed scratching.
Kudos to @saud for the idea in https://forum.proxmox.com/threads/change-port-from-8006-to-443.41710/post-427251