LoginSignup
0
0

Proxmox Web GUIをポート443にリダイレクトする

Posted at

Proxmoxのポート8006からリダイレクトします。
image.png

apt install iptables-persistent -y

確認ではYesにします。
image.png

/sbin/iptables -F
/sbin/iptables -t nat -F
/sbin/iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT --to-port 8006

image.png

経緯

Azure Application Proxy経由でProxmoxがうまく動かなかったため切り分けのため。

参考にさせていただいたサイト

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0