TuRz4m / Ark-docker

Docker for ARK: Survival Evolved
168 stars 184 forks source link

Timeout when connecting to my own server #47

Open SrCrowder opened 4 years ago

SrCrowder commented 4 years ago

I get connection timeout when I try to connect to my own server that's in my local network. All ports open and up to date. Also, using 8gb so plenty there too.

christopherfowers commented 4 years ago

Seeing a similar issue. Able to connect on LAN but not outside of the LAN Ports are properly forwarded

adrianord commented 4 years ago

Everything in the README only says to pass port 7778 but you also need port 7777, so try that. -p 7777:7777 -p 7777:7777/udp for using the docker command or

  ports:
   - 7777:7777/udp
   - 7777:7777

in the docker-compose.yml