Topic: [SOLVED]Hosting issues (despite following instructions)
Ok so I recently rediscovered Teeworlds and I am wanting to host a server so that I can play online with my friends. So I followed every instruction I could find on how to host a server and I got it up and running, but it keeps telling me that I need to forward my ports, even though I already have done so (as show by this picture).
I am running version 0.6.0 of Teeworlds on Windows 7 x64 and I have disabled the Windows Firewall, I have allowed teeworlds_srv.exe for all connections and ports and (as seen above) I have forwarded my ports. In addition to the settings shown in the above picture, I also tried it with only the UDP connection type and with only port 8303, not from 8300. The given IP (10.0.0.72) is my PC's IP.
My config file looks like this:
sv_name Teeworlds sample dm
sv_map ctf1
sv_scorelimit 20
sv_timelimit 10
sv_gametype dm
sv_rcon_password remember
sv_motd Teeworlds sample dm configuration
sv_max_clients 12
sv_spectator_slots 10
sv_bindaddr 10.0.0.72
The error it gives is the following:
[4e15cc9c][register]ERROR: The master server reports that clients can not connect to this server.
[4e15cc9c][register]ERROR: configure your firewall/nat to let through udp on port 8303
Any assistance would be greatly appreciated.
EDIT: Solution: Make sure that you check the global rules on your firewall and try disabling your entire firewall to see if it works. I had a global rule to block all IP connections.