I'm setting up a test server on my linux box.
I'm pretty sure I have everything configured, but having some issues with startup.
If I use the included epoch_linux_startscript.sh I get the following message and server stops.
nohup: redirecting stderr to stdout
If I run via my own script I get this.
CreateBoundSocket: ::bind couldn't find an open port between 2303 and 2303
Sure seems pretty damn limited! Like a magician asking you to pick a number between 7 and 7! lol
I've tried changing the steam ports in config.cfg
steamport = 2323;
steamqueryport = 2324;
This did nothing.
Any hints on how to get this running?