Dedicated Server and LAN users
I wanted to host a dedicated server and also be able to play against it on the same LAN that I have the server on. When I startup the server, everything appears fine and the server is listed in the server list when I go online. However, any client connecting to the server gets a UE immediately upon connection. However, if I stop the server and run it as a LAN server (-nologin), then the users on my LAN can use the server with no issues, but as expected, will not show-up in the server list on Tribes Next.
Any suggestions?
Any suggestions?
Comments
The error you described wherein LAN connections cause the client to crash is a known issue that generally occurs when attempting to connect (usually multiple times in succession) to the external address from a local connection. It's basically just a glitch on the client end caused by a quick server disconnection following an IP sanity check failure due to the server and client reporting mismatching addresses.
Alternatively to inserting the IP, local users could open up the console(~) and enter: 'queryLanServers(28000);' - where 28000 is your server's port. This query is normally run on refresh, but was accidentally transposed for a similar function in the current version of the patch.
This is generally always due to firewall issues. Where is your server located in relation to where you're connecting from?
Try connecting to the internet IP that the other people connect from. The way TN detects MITM attacks is a little odd.
This is what I get when I connect to the server with the WAN IP
You must use RFC1918 standardized IP addresses for your LAN to perform this kind of hosting with TribesNext. You will want to use RFC1918 addresses for your LAN anyway, because other applications will break in (perhaps more subtle) ways that are hard to predict. Acceptable addresses in the RFC1918 spec for non-routed networks are 10.0.0.0 through 10.255.255.255, 172.16.0.0 through 172.31.255.255, and 192.168.0.0 through 192.168.255.255.
Words can not express how much I appreciate you. You are absolutely right. I reverted my IP scheme back to the default 192.168.x.x
Please... allow me to buy you a 6-pack.
Connecting via the WAN prompts an unhandled exception and crashes the client.
Connecting via the LAN (which is the preferred method anyway) works wonderfully.