My game says cannot reach the server

Please let me know what is going on. My game says cannot reach the server

3 Replies

Is the port that your game client uses open through your server firewall?

-- sw

It could be that the game's using a different port than expected, or there could be a block in your Linode's firewall.

You can check which ports services are using on your Linode with:

netstat -pltnu

You can list all firewall rules in iptables with:

iptables -L -nv --line-numbers

If it's neither of those things, check to see whether your local computer's firewall is blocking the outbound connection or port.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct