1

Topic: [HELP] Problems with port 8303

First of all I introduce myself, I'm Masato xD.

A couple of years and I already know Teeworlds server ridden before (I think it was version 0.5.3). My problem now is I says:

ERROR: the master server reports That clients can not connect to this server.
ERROR: configure your firewall / nat to let through udp on port 8303.

The thing is that I did open port both TCP and UDP. To open them I have to do it from two places, from the modem and from the router. I tried to run the server and I kept saying that. I tried to open them in the Windows Firewall either.

I tried Hamachi and I could connect with no problem, but in doing so I am limiting the network.

Does anyone know how I can do to successfully open ports to keep out server error?

PS: Use Windows 8.

2 (edited by heh2 2013-03-26 17:51:08)

Re: [HELP] Problems with port 8303

You must forward your port i suggest for u to use this :
http://portforward.com/
It let you forward your port smile
For Hamachi  i advice you to no more use it can make Virus in your computer !
For seting up a server go here :
https://www.teeworlds.com/?page=docs&am … erverSetup
And for the settings of autoexec.cfg go here:
https://www.teeworlds.com/?page=docs&am … erSettings
If you want your server at Lan (without That error but you play only with Lan )Be shur that your autoexec.cfg has this commande:
sv_register 0
If you want it in internet again change it to:
sv_register 1
And d'ont forget the other introductions
Note: your English is a litlle bit bad sad
Have a question ? Ask me smile

Discuusions ? Go away !

3

Re: [HELP] Problems with port 8303

I apologize if my English is bad, education today in my country does not have a good English >.<

I tried to download the program http://portforward.com but is that copn not support Windows 8 :S. I noticed where it said to open the ports and it was good as it had opened. But my problem is that other open port on the router (DLink DIR-300), I have to open them in the modem (Sagemcom SX682 WiMAX) and I are the two. I try to open them both but nothing happens, still says error :S

What could be the problem?

4

Re: [HELP] Problems with port 8303

heh2, I don't think you are in a position to judge anyone else's English skills. I don't know if you ever looked at your own posts, but they are pretty bad. And to be honest, I think Masato's English is actually quite good.

On-topic. Can you tell us what exactly what you did in your router/modem ? If possible some screenshots would be nice. Remember to make passwords etc. unreadable.

I also think your modem shouldn't be blocking anything. At least i never seen it before.

To go to the config page of your router type in your browser's address bar "192.168.1.1" or "192.168.0.1" and log in to your router. Alternatively you can press win+r, type "cmd", press enter, type "ipconfig", press enter and use the number right after "Default Gateway. . . . . :" .

In your config page I think you should go to Advanced -> Internet -> Port forwarding.

Set the protocol to "Both" if possible just to make sure that isn't the problem. If there's no sush option just set it to UDP. Set the internal and external port to 8303. If possible leave the "to IP address" part empty. Otherwise use "ipconfig" (as shown above) again and fill in the number right after " IPv4 Address. . . . . .: ". Don' t forget to press save when your done.

Your also sure your server is using the right port number? It should be the same as the one you just opened (8303). If it's not, change "sv_port" in your server config file.

If this doesn't work my last idea is that it could be a firewall. Have you installed any special anti virus packages ? (like Norton, Avast! etc.).

I hope this helps smile

SNAK3
People who think they know everything are a great annoyance to those of us who do. tongue

5

Re: [HELP] Problems with port 8303

ehm, try to shutdown all your firewalls, if you use any of them (e.g. ZoneAlarm), just to see whether it helps.
also i needed to create a new broadband connection in my router, due to a bug (o2 - router)

#yemDX is a known troll

6 (edited by Masato 2013-03-27 21:36:42)

Re: [HELP] Problems with port 8303

Thanks for the replies. Here I leave some screenshots of how I have configured the ports:

Router DLink DIR-300:
http://www.subeimagenes.com/img/router-585847.png

Modem Sagemcom SX682 WiMAX:
http://www.subeimagenes.com/img/modem-585848.png

The only antivirus I have installed is Microsoft that being the PC under warranty I can not delete it.

If Check My in ipconfig "Default Gateway" Only I get to access the router, but if income from my dynamic IP does not show me the contents of localhost but it shows me the modem's configuration page.

[EDIT]

I forgot, here I leave the configuration file:

sv_name "Asder"
sv_gametype "ctf"
sv_map "CTF1"
sv_port "8303"
sv_bindaddr "192.168.0.102"
sv_register 1

I call that file with a *.bat the way the guide says.