Hi all, went through the process of setting up a dedicated server inside of a VM on a Ubuntu 20.04 server. When I try to connect to the server from my Windows 10 computer on the local network, I get a Network Timeout error immediately when connecting. The server log output gives me this message:
Here is the server output log in this entirety: https://pastebin.com/fHwFW9yi
I have tried disabling LiteNetLib and SteamNetworking in every variation. This is a brand new server without any mods. I'm pretty sure I have the port forward setup correctly as it does at least try to connect. I'm using the Connect Via IP option in Join Game and using my public IP found on https://www.whatsmyip.org/ and port 26900, which is what is set in my config file.
Any help would be awesome, thanks!
Code:
2023-02-09T05:13:30 949.389 INF NET: LiteNetLib: Connect from: 192.168.1.1:61241
2023-02-09T05:13:30 949.390 INF Started thread NCS_Reader_0_0
2023-02-09T05:13:30 949.391 INF Started thread NCS_Writer_0_0
2023-02-09T05:13:30 949.391 INF Started thread NCS_Reader_0_1
2023-02-09T05:13:30 949.392 INF [NET] PlayerConnected EntityID=-1, PltfmId='Local_<none>', CrossId='<unknown/none>', OwnerID='<unknown/none>', PlayerName=''
2023-02-09T05:13:30 949.392 INF Started thread NCS_Writer_0_1
2023-02-09T05:13:35 954.495 INF NET: LiteNetLib: Client disconnect from: 192.168.1.1:61241 (Timeout)
2023-02-09T05:13:35 954.495 INF [NET] PlayerDisconnected EntityID=-1, PltfmId='Local_<none>', CrossId='<unknown/none>', OwnerID='<unknown/none>', PlayerName=''
2023-02-09T05:13:35 954.495 INF Player disconnected: EntityID=-1, PltfmId='Local_<none>', CrossId='<unknown/none>', OwnerID='<unknown/none>', PlayerName=''
2023-02-09T05:13:35 954.495 INF Exited thread NCS_Writer_0_0
2023-02-09T05:13:35 954.496 INF Exited thread NCS_Reader_0_0
2023-02-09T05:13:35 954.496 INF Exited thread NCS_Reader_0_1
2023-02-09T05:13:35 954.496 INF Exited thread NCS_Writer_0_1
I have tried disabling LiteNetLib and SteamNetworking in every variation. This is a brand new server without any mods. I'm pretty sure I have the port forward setup correctly as it does at least try to connect. I'm using the Connect Via IP option in Join Game and using my public IP found on https://www.whatsmyip.org/ and port 26900, which is what is set in my config file.
Any help would be awesome, thanks!