want to connect to proxmox web UI through different network

wantTOlearnCLOUD

New Member
Jan 15, 2023
6
1
1

want to connect to proxmox web UI through different network​


hello i want to connect to my proxmox server web ui through different network
my proxmox address ip https://192.168.1.9:8006
then i unable port forwading on my router
wan ip = my router public ip
lan ip = 192.168.1.9
wan port = 8006 lan port = 8006
save and exit
change firewall rule on proxmox
iptables -I INPUT -p tcp --dport 8006 -j ACCEPT
iptables-save > /etc/network/iptables.rules

online port scanner says port close
in second attachment i just didnt fill my public ip for security resons while screenshot
 

Attachments

  • Screenshot (24).png
    Screenshot (24).png
    190.6 KB · Views: 20
  • Screenshot (25).png
    Screenshot (25).png
    157.7 KB · Views: 20
Last edited:

want to connect to proxmox web UI through different network​


hello i want to connect to my proxmox server web ui through different network
my proxmox address ip https://192.168.1.9:8006
then i unable port forwading on my router
wan ip = my router public ip
lan ip = 192.168.1.9
wan port = 8006 lan port = 8006
save and exit
change firewall rule on proxmox
iptables -I INPUT -p tcp --dport 8006 -j ACCEPT
iptables-save > /etc/network/iptables.rules

online port scanner says port close
in second attachment i just didnt fill my public ip for security resons while screenshot
Hi, it is not recommended to expose the WebUI to the internet, use a VPN such as OpenVPN or Wireguard for connecting to your local network.