I managed to successfully host an UT3 server behind a router on a windows machine. Ofcourse port forwarding has to be setup correctly.
I found a workaround for the problem that the server is sending the internal ip to the server list. You have to make sure that your external ip address is provided with a DNS name (although supplying an ip address in the regeditor instead of a DNS name might also work). Then you have to change the server's hostname using regedit. Go to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters
And change the values of "Hostname" and "NV Hostname" to the DNS name of the external ip address (e.g. myserver.com). (Perhaps either one of those is enough; I didn't test that).
That should do the trick. Have fun!
I found a workaround for the problem that the server is sending the internal ip to the server list. You have to make sure that your external ip address is provided with a DNS name (although supplying an ip address in the regeditor instead of a DNS name might also work). Then you have to change the server's hostname using regedit. Go to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters
And change the values of "Hostname" and "NV Hostname" to the DNS name of the external ip address (e.g. myserver.com). (Perhaps either one of those is enough; I didn't test that).
That should do the trick. Have fun!
Comment