cant connect publicly

wantTOlearnCLOUD

New Member
Jan 15, 2023
6
1
1
i want to connect to my proxmox server publicly
my ip is 2.2.2.2 and port is 8006 so
i set up firewall rule in proxmox and put allow port 12345 and for ip 0.0.0.0/0
and then in my router i set port forwading to wan port 12345 lan port 8006 lap ip to 2.2.2.2 and wan ip to 0.0.0.0
my router public ip 10.23.23.4
and when i try to connect to proxmox i put https://10.23.23.4:12345
what am i doing wrong
 
First, I would disable the firewall on the PVE side to see if the open port in your router is correct. If it's then you can re-enable the firewall on the PVE.
Otherwise, make sure that the 12345 port on PVE is open `nc -zv 2.2.2.2 12345` and keep in mind that the Proxmox VE HTTPS uses 8006 port instead if you are using reverse proxy.
 
I suggest changing to a valid private IP too, since 2.2.2.2 is not something you should assign in a local network.