Hi, Thanks for the awesome plugin! I was able to get it working with my own steamid but one issue I have is connecting to a LAN server. Connecting to a local server works fine and connecting to a remote server works fine but when I connect to a lan server on the same subnet I am not able to connect and I am not sure where the connection is breaking. I have pasted the log below. To my knowledge, they are communicating back and forth and a timeout occurs possibly on the Linux server. Any help would be greatly appreciated!
Client: Windows 64 bit
Server: Linux 64 bit
[2020.08.21-19.24.52:123][632]LogScript: Script Msg: Found a session. Ping is 9999
[2020.08.21-19.24.54:133] 99]LogOnline: Verbose: OSS: Async task 'FOnlineAsyncTaskSteamFindServers bWasSuccessful: 1 Results: 0' succeeded in 2.008253 seconds
[2020.08.21-19.24.54:135] 99]LogBlueprintUserMessages: [BP_SurvivalGameInstance_C_2147482603] Successfully joining server
[2020.08.21-19.24.54:135] 99]LogOnlineSession: STEAM: Using Host Data for Connection Serialization
[2020.08.21-19.24.54:135] 99]LogOnlineSession: OSS: Join session: traveling to 192.168.100.16:7777
[2020.08.21-19.24.54:135] 99]LogBlueprintUserMessages: [BP_SurvivalGameInstance_C_2147482603] Successfully joined server!!!
[2020.08.21-19.24.54:135] 99]LogNet: Browse: 192.168.100.16/Game/Maps/MainMenu
[2020.08.21-19.24.54:136] 99]LogInit: WinSock: Socket queue. Rx: 32768 (config 32768) Tx: 32768 (config 32768)
[2020.08.21-19.24.54:136] 99]LogNet: Created socket for bind address: 0.0.0.0 on port 0
[2020.08.21-19.24.54:136] 99]PacketHandlerLog: Loaded PacketHandler component: Engine.EngineHandlerComponentFactory (StatelessConnectHandlerComponent)
[2020.08.21-19.24.54:137] 99]LogNet: Game client on port 7777, rate 10000
[2020.08.21-19.25.14:150][976]LogNet: Warning: UNetConnection::Tick: Connection TIMED OUT. Closing connection.. Elapsed: 20.01, Real: 20.01, Good: 20.01, DriverTime: 20.02, Threshold: 20.00, [UNetConnection] RemoteAddr: 192.168.100.16:7777, Name: SteamNetConnection_2147482532, Driver: PendingNetDriver SteamNetDriver_2147482533, IsServer: NO, PC: NULL, Owner: NULL, UniqueId: INVALID
[2020.08.21-19.25.14:150][976]LogNet: Error: UEngine::BroadcastNetworkFailure: FailureType = ConnectionTimeout, ErrorString = UNetConnection::Tick: Connection TIMED OUT. Closing connection.. Elapsed: 20.01, Real: 20.01, Good: 20.01, DriverTime: 20.02, Threshold: 20.00, [UNetConnection] RemoteAddr: 192.168.100.16:7777, Name: SteamNetConnection_2147482532, Driver: PendingNetDriver SteamNetDriver_2147482533, IsServer: NO, PC: NULL, Owner: NULL, UniqueId: INVALID, Driver = PendingNetDriver SteamNetDriver_2147482533
[2020.08.21-19.25.14:150][976]LogNet: Warning: Network Failure: PendingNetDriver[ConnectionTimeout]: UNetConnection::Tick: Connection TIMED OUT. Closing connection.. Elapsed: 20.01, Real: 20.01, Good: 20.01, DriverTime: 20.02, Threshold: 20.00, [UNetConnection] RemoteAddr: 192.168.100.16:7777, Name: SteamNetConnection_2147482532, Driver: PendingNetDriver SteamNetDriver_2147482533, IsServer: NO, PC: NULL, Owner: NULL, UniqueId: INVALID
[2020.08.21-19.25.14:150][976]LogNet: NetworkFailure: ConnectionTimeout, Error: 'UNetConnection::Tick: Connection TIMED OUT. Closing connection.. Elapsed: 20.01, Real: 20.01, Good: 20.01, DriverTime: 20.02, Threshold: 20.00, [UNetConnection] RemoteAddr: 192.168.100.16:7777, Name: SteamNetConnection_2147482532, Driver: PendingNetDriver SteamNetDriver_2147482533, IsServer: NO, PC: NULL, Owner: NULL, UniqueId: INVALID'
[2020.08.21-19.25.14:150][976]LogNet: UNetConnection::Close: [UNetConnection] RemoteAddr: 192.168.100.16:7777, Name: SteamNetConnection_2147482532, Driver: PendingNetDriver SteamNetDriver_2147482533, IsServer: NO, PC: NULL, Owner: NULL, UniqueId: INVALID, Channels: 2, Time: 2020.08.21-19.25.14
[2020.08.21-19.25.14:150][976]LogNet: UChannel::Close: Sending CloseBunch. ChIndex == 0. Name: [UChannel] ChIndex: 0, Closing: 0 [UNetConnection] RemoteAddr: 192.168.100.16:7777, Name: SteamNetConnection_2147482532, Driver: PendingNetDriver SteamNetDriver_2147482533, IsServer: NO, PC: NULL, Owner: NULL, UniqueId: INVALID
[2020.08.21-19.25.14:150][976]LogNet: DestroyNamedNetDriver SteamNetDriver_2147482533 [PendingNetDriver]
[2020.08.21-19.25.14:150][976]LogExit: PendingNetDriver SteamNetDriver_2147482533 shut down
Edit:
I am able to connect to a lan server on both windows and linux but i cant connect remotely. Any suggestions?