I'm currently running a dedicated server behind a NAT router. Everything works fine for people connecting from outside the LAN. However when connecting from inside the LAN, the player connecting fails to authenticate (i guess), but does connect. Afterwards the server gets removed from the server list, resulting in the fact that people from outside can't connect any longer; they get connection failed.
Of course both players from inside the LAN as well as outside must be able to join.
This is the way the dedicated server is started:
UT3.exe server DM-Defiance?MaxPlayers=6?NumPublicConnections=6?NumPr ivateConnections=4?NumOpenPublicConnections=6?NumO penPrivateConnections=4?MinNetPlayers=2?MinPlay=2? PureServer=1?bShouldAdvertise=True?bIsDedicated=Tr ue?bUsesStats=True?TimeLimit=20?GoalScore=0?forcer espawn=1?GameMode=0?ServerDescription=blaat?AdminN ame=xxxx?AdminPassword=xxxx -configsubdir=DM -login=xxxx -password=xxxx -nohomedir -log=..\Logs\DM-Server.log -port=7777 -queryport=6500 -unattended
Ports forwarded to the UT3 server are:
udp 7777
udp 6500
udp 13000
udp 27900
Does anybody have an idea what is going wrong? I've searched for a solution but couldn't find any...
PS The server is patched with beta patch 1.1
Of course both players from inside the LAN as well as outside must be able to join.
This is the way the dedicated server is started:
UT3.exe server DM-Defiance?MaxPlayers=6?NumPublicConnections=6?NumPr ivateConnections=4?NumOpenPublicConnections=6?NumO penPrivateConnections=4?MinNetPlayers=2?MinPlay=2? PureServer=1?bShouldAdvertise=True?bIsDedicated=Tr ue?bUsesStats=True?TimeLimit=20?GoalScore=0?forcer espawn=1?GameMode=0?ServerDescription=blaat?AdminN ame=xxxx?AdminPassword=xxxx -configsubdir=DM -login=xxxx -password=xxxx -nohomedir -log=..\Logs\DM-Server.log -port=7777 -queryport=6500 -unattended
Ports forwarded to the UT3 server are:
udp 7777
udp 6500
udp 13000
udp 27900
Does anybody have an idea what is going wrong? I've searched for a solution but couldn't find any...
PS The server is patched with beta patch 1.1
Comment