So, I try telnet to the server (not expecting anything spectacular, but some indication of a connection of some kind). Nothing. Connection refused.
So I run nmap. No arma server shown.
WHAT?? server terminal shows
Code: Select all
$ armagetronad-dedicated
[0] Bound socket to *.*.*.*:32781.
[0] Bound socket to *.*.*.*:4534.
[0] Setting CYCLE_BRAKE_REFILL (Group: Annoying) deviates from its default value; clients older than 0.2.5.0 may experience problems.
[0] Ping charity changed from 100 to 100100.
[0] Nobody there. Taking a nap...
[0] Timestamp: 2006/05/02 09:03:23
[0] Closing socket bound to *.*.*.*:4534
[0] Bound socket to *.*.*.*:4534.
edit-
Im a dumbass, forgot arma runs on UDP.
Working OK with custom connect, so I guess I can work out the rest.