#Cant connect to TF2 Server

9 messages · Page 1 of 1 (latest)

atomic ruin
#

Okay I have just tried telnet <public.ip> 27015 and got unable to connect to remote host: No route to host but when i telnet the DNS hostname which directs to my public ip it connects correctly. is that indicitive of anything? (This is all from the server machine)

knotty foxBOT
#

Not good, @atomic ruin! The host you're trying to reach might be invalid or its firewall is blocking your connection attempts gracefully.

If you believe the host to be correct and have checked it with dig or https://dnschecker.org/, it means your DNS might be experiencing issues. You can try to ping a different domain, such as Google and if it resolves the issue is not with your DNS and rather with the host you are trying to reach.

ping google.com
atomic ruin
#

connected

jade ether
#

I’m thinking it’s

knotty foxBOT
#

Suppose you are having trouble connecting to a Panel or Node on the same network as your device, or Panel and Wings can't reach each other on the same network. In that case, you may have to edit your /etc/hosts file to point the domain to the local IP, as some routers don't handle NAT Loopback correctly, if at all. On Windows, this file is at C:\Windows\System32\Drivers\etc\hosts

192.168.1.24 panel.mydomain.com node1.mydomain.com
192.168.1.25 node2.mydomain.com
jade ether
#

^^ hence the domain works because it’s tunnelled through a nameserver

atomic ruin
#

okay after some further testing i have discovered that the port 27015 works fine and it is definitely not an issue with firewalls or port forwarding. other services worked fine on port 27015.
also, the tf2 server wont seem to work on any other port that i know works. so it must be an issue with the tf2 server

#

not sure what the issue could be though