Hello, after few months again try the Promox. I setup in Proxmox SSH the:
iptables -t nat -A PREROUTING -p tcp -d 195.91.17.11 --dport 80 -i vmbr0 -j DNAT --to-destination 192.168.1.39:80
iptables -t nat -A PREROUTING -p tcp -d 195.91.17.11 --dport 443 -i vmbr0 -j DNAT --to-destination 192.168.1.39:443
iptables -t nat -A PREROUTING -p tcp -d 195.91.17.11 --dport 8443 -i vmbr0 -j DNAT --to-destination 192.168.1.39:8443
My IP: 195.91.17.11
At first, there is a Unifi Gateway Ultra (with port forwarding 80,443,8443)
Server IP: 192.168.1.150
But still can´t access any of these ports... Why I make bad?
iptables -t nat -A PREROUTING -p tcp -d 195.91.17.11 --dport 80 -i vmbr0 -j DNAT --to-destination 192.168.1.39:80
iptables -t nat -A PREROUTING -p tcp -d 195.91.17.11 --dport 443 -i vmbr0 -j DNAT --to-destination 192.168.1.39:443
iptables -t nat -A PREROUTING -p tcp -d 195.91.17.11 --dport 8443 -i vmbr0 -j DNAT --to-destination 192.168.1.39:8443
My IP: 195.91.17.11
At first, there is a Unifi Gateway Ultra (with port forwarding 80,443,8443)
Server IP: 192.168.1.150
But still can´t access any of these ports... Why I make bad?
Last edited: