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
 
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