Port Forward to VMs for Enshrouded Server

Raisoko

New Member
May 29, 2024
3
0
1
Hi Everyone, been trying to set up an Enshrouded Dedicated Server for friends and having issues with the port forwarding to a VM.

Router is set to have Manually Assigned IPs around DHCP list.
Router: 192.168.50.1
Proxmox: 192.168.50.2
VM: 192.168.50.3 - running xubuntu and SteamCMD

SteamCMD is running inside of wine and shows as connecting
1716953650945.png

Firewall is set to No all the way up to the Datacenter level. Don't want to run this way forever, but just trying to simplify to make things work and then go back up from there.

I can ping from Windows client to VM, but as soon as port for Enshrouded is added then cannot ping host.

While running SteamCMD it seems the UDP port is made at 15637, but I do not see that the TCP port gets made. In any case neither one works.

1716954063811.png

I've kind of exhausted every avenue I could search short of making an LXC and trying to run this inside of Docker container.

Router also set for port forwarding to no avail.

1716953945377.png

Any help would be greatly appreciated.
 
Code:
iptables -L

Chain INPUT (policy ACCEPT)
target        prot opt source            destination

Chain FORWARD (policy ACCEPT)
target        prot opt source            destination

Chain OUTPUT (policy ACCEPT)
target        prot opt source            destination


iptables -t nat-L
Chain PREROUTING (policy ACCEPT)
target        prot opt source            destination

Chain INPUT (policy ACCEPT)
target        prot opt source            destination

Chain OUTPUT (policy ACCEPT)
target        prot opt source            destination

Chain POSTROUTING (policy ACCEPT)
target        prot opt source            destination
 
one problem is ports forwarding on router which is wrong.
keep only the last line.
btw, it's weird rules was accepted.
you can't forward the same port.
 
So, in the end, I did get it working completely. I definitely messed up on the router side of things and so I quickly after posting this fix my error with separating the 2 ports I actually need to be forwarded and made them separate rules.

1717024946641.png
 
you can forward multi ports in 1 rule to 1 ip.
the mistake was same ports forwarded to ip 50.2 and 50.3 which is not possible.
 

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!