Proxmox 1 ip NAT Plesk Installation Port not working

nilsw

New Member
May 3, 2023
1
0
1
Debian interface config:

auto lo
iface lo net loopback

allow-hot plug ens18
iface ens18 inet static
address 10.10.10.10/24
gateway 10.10.10.1

Proxmox config:

auto lo
iface lo inet loopback

iface lo inet6 loopback

auto enp8s0
iface enp8s0 inet static
address 65.**.**.84/24
gateway 65.**.**.65
# route 65.**.**.64/26 via 65.**.**.65

auto vmbr0
#private sub network
iface vmbr0 inet static
address 10.10.10.1/24
bridge-ports none
bridge-stp off
bridge-fd 0

post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '10.10.10.0/24' -o enp8s0 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '10.10.10.0/24' -o enp8s0 -j MASQUERADE

post-up iptables -t nat -A PREROUTING -i vmbr0 -p tcp --dport 8447 -j DNAT --to 10.10.10.10:8447


Web Interface is now started
Please visit https://10.10.10.10:8447

Ive tried to route it but it is not working. Need help. First time working with NAT
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!