lloesche / valheim-server-docker

Valheim dedicated gameserver with automatic update, World backup, BepInEx and ValheimPlus mod support
https://hub.docker.com/r/lloesche/valheim-server
Apache License 2.0
1.91k stars 269 forks source link

Able To Connect Over LAN, WAN Connection Fails #589

Open ImmortalPancake opened 1 year ago

ImmortalPancake commented 1 year ago

So I am trying to set up the docker to run on truenas scale, and I have it working for the most part. I have been able to connect to it from my local network connecting to the docker IP. My issue is that when I try to connect to it via my public IP I am unable to, and the same goes for any friends that try to join. I have forwarded all of my ports, but nothing seems to be working. I have used tcpdump -i eno1 port '(2456 or 2457)' while trying to join via public IP and the server is receiving packets on those ports, which makes me thing it is an issue with the app itself either not receiving the packets from the server, or not handling them properly when they do. Is there anything I can to to try and troubleshoot this farther?