1 (edited by id777 2008-02-17 16:47:32)

Topic: Server not in internet list.

Hallo guys,

i configurated a teewars server but its not listed at the "Internet" tab.

This is my configuration:

sv_name=[EarlGray] Fun Teewars Server
sv_gametype=dm
sv_warmup=10
sv_map=dm2
sv_maprotation=dm2 dm6
sv_max_clients=8
sv_scorelimit=20
rcon_password=...
sv_port=8303
sv_external_port=8303

I can join the game from local network and friends can also join over internet by enter the server address. Deactivating all listing filters didn't help.

http://www.schuele.info/img/teewars_log1.JPG

What should i do to make my server listed at the "Internet" tab?


Thanks In advance smile

ps.: I love this game!!!

2

Re: Server not in internet list.

Same problem here sad
Can anyone help us/me?

3

Re: Server not in internet list.

try to leave the Sv_port thingie it just works if ur Firewall and router let THIS port through.
Heartbeats r missing

4

Re: Server not in internet list.

Hi,

now i use the follow configuration - without sv_port things.

sv_name=[EarlGray] Fun Teewars Server
sv_gametype=dm
sv_warmup=30
sv_map=dm2
sv_maprotation=dm2 dm6
sv_max_clients=8
sv_scorelimit=20
sv_sendheartbeats=1
rcon_password=...

The server dos box shows me the same as you can see on my first screenshot with the exception that it now use master3.teewars.com as master server.

The ports are opend correctly and NAT is also well configured.

You can check by yourself using this address: deholzi.dyndns.org:8303

Thanks,
id777

5

Re: Server not in internet list.

Hallo,

after lots of hours searching for the problem i found out that my server is listed but with my external ip address and a wrong port.

I have configured the external server port to 8303 but i suppose that the master server takes the incoming "server registration packet" and take the source ip and port out of it instead taking the configured sv_external_port.

My current configuration:

sv_name=[EarlGray] Fun Teewars Server - TDM
sv_gametype=tdm
sv_warmup=30
sv_map=dm2
sv_maprotation=dm2 dm6
sv_max_clients=8
sv_scorelimit=50
sv_sendheartbeats=1
rcon_password=...
sv_port=8303
sv_external_port=8303



For example:

My current external ip address -> 92.226.146.240

http://www.schuele.info/img/teewars_log2.JPG

In the upper screenshot you see the server is listed with my ip address but with a wrong port.


I guess:

1. My router opens dynamically a outgoing port for sending.
2. The master server sends to clients not the correct configurated external port.

I didnt look at sources so i dont know how server and master server interact.
At the moment i have to learn for a test and have no time browsing through the source.

>> You can check by yourself using this address: deholzi.dyndns.org:8303

Incoming NAT is ok, should i setup also the outgoing NAT?

(My router doesn't support NAT-Loopback, so i will do more tests at my wife's pc. *gg*)


Thanks,
id777