Issue connecting to server from Internet

I have stood up a BeamMP server on Debian 12
Players can connect to the server on local LAN
I have opened port 30814 on router, open port check tool tells me the port is open.
Clients are all current.
When trying to connect from the internet I am seeing the following on the log:

[05/07/24 23:21:59.971] [DEBUG] renamed old log file to ‘Server.old.log’
[05/07/24 23:21:59.971] [INFO] BeamMP Server v3.4.1
[05/07/24 23:21:59.971] LuaEngine [EVENT] onInit
[05/07/24 23:21:59.971] PPSMonitor [DEBUG] PPSMonitor starting
[05/07/24 23:21:59.971] UDPServer [INFO] Vehicle data network online on port 30814 with a Max of 4 Clients
[05/07/24 23:21:59.972] TCPServer [INFO] Vehicle event network online
[05/07/24 23:22:00.848] Main [INFO] Server up-to-date!
[05/07/24 23:22:00.848] PluginMonitor [INFO] PluginMonitor started
[05/07/24 23:22:04.976] Heartbeat [DEBUG] heartbeat (after 5s)
[05/07/24 23:22:05.873] Heartbeat [INFO] Resumed authenticated session! Success, Your server listing has been updated.
[05/07/24 23:22:05.953] Main(Waiting) [INFO] ALL SYSTEMS STARTED SUCCESSFULLY, EVERYTHING IS OKAY
[05/07/24 23:22:35.033] Heartbeat [DEBUG] heartbeat (after 30s)
[05/07/24 23:23:05.034] Heartbeat [DEBUG] heartbeat (after 30s)
[05/07/24 23:23:05.638] Identify [INFO] Identifying new ClientConnection…
[05/07/24 23:23:27.317] Identify [DEBUG] TCPRcv: Reading header failed: Connection reset by peer
[05/07/24 23:23:28.687] Identify [ERROR] Invalid authentication data received from authentication backend
[05/07/24 23:23:28.687] Identify [INFO] Client kicked: Invalid authentication data!
[05/07/24 23:23:28.687] Identify [DEBUG] write(): Broken pipe
[05/07/24 23:23:28.687] Identify [DEBUG] Disconnecting client -1 for reason: write() failed
[05/07/24 23:23:28.687] Identify [DEBUG] Failed to shutdown client socket: Transport endpoint is not connected
[05/07/24 23:23:28.687] Identify [DEBUG] tried to kick player ‘Unknown Client’ (id -1), but was already disconnected
[05/07/24 23:23:28.687] Identify [DEBUG] Disconnecting client -1 for reason: Kicked
[05/07/24 23:23:28.687] Identify [DEBUG] Failed to shutdown client socket: Bad file descriptor
[05/07/24 23:23:28.687] Identify [DEBUG] client destroyed: -1 (‘Unknown Client’)
[05/07/24 23:23:35.044] Heartbeat [DEBUG] heartbeat (after 30s)
[05/07/24 23:24:05.054] Heartbeat [DEBUG] heartbeat (after 30s)
[05/07/24 23:24:35.106] Heartbeat [DEBUG] heartbeat (after 30s)
[05/07/24 23:25:05.149] Heartbeat [DEBUG] heartbeat (after 30s)
[05/07/24 23:25:35.158] Heartbeat [DEBUG] heartbeat (after 30s)
[05/07/24 23:26:05.170] Heartbeat [DEBUG] heartbeat (after 30s)
[05/07/24 23:26:35.201] Heartbeat [DEBUG] heartbeat (after 30s)
[05/07/24 23:27:05.209] Heartbeat [DEBUG] heartbeat (after 30s)

Any help greatly appreciated.

Thanks, Nick

1 Like