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
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