Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout when connecting to my own server #47

Open
SrCrowder opened this issue Jul 1, 2020 · 2 comments
Open

Timeout when connecting to my own server #47

SrCrowder opened this issue Jul 1, 2020 · 2 comments

Comments

@SrCrowder
Copy link

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

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

@adrianord
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants