Closed tvandoorn closed 2 years ago
After some more testing with Debian and Windows 10 (both behave the same) it appears the server is reachable from the game without any problems even though it does not appear to be listening on any of the ports.
Closing this issue for now.
I should note that the server doesn't listen on any ports. It just uses those ports to talk to the main servers.
Describe the bug I tried setting up a Longvinter server on Linux using both Docker and a Ubuntu 20.04.4 LTS server (clean install in a VM). In both cases the server starts just fine, but it fails to listen on any ports. This makes the server unusable since nobody can connect to it. I tested if the ports are in use with things like curl, telnet and netstat (on both the server itself, and on a different computer). Curl and telnet return a Connection Refused error, and netstat just shows port 22 being in use as that is used for SSH.
I would love to publish my Docker setup for the Linux server and spin up a couple of servers myself, but if I can't get the server software to listen on a port there's not much I can do.
To Reproduce Steps to reproduce the behavior:
curl localhost:7777
on the same server, get a connection refused errorsudo netstat -tulpn | grep LISTEN
on the same server, the list will not show ports 7777, 27015 and 27016Expected behavior The server starts just fine, and it is available on ports 7777, 27015 and 27016.
Screenshots None, see link to pastebin below for full server log
Server (please complete the following information):
Client (please complete the following information): Not relevant
Additional context Full server startup log: https://pastebin.com/BicVTsXN