wtf? server hiding???

Post here if you need help setting up your server, etc.
Post Reply
gnorty
Core Dumper
Posts: 187
Joined: Wed Nov 02, 2005 2:45 am

wtf? server hiding???

Post by gnorty »

I am trying to resurrect a server I was working on prior to a distro upgrade and am having a somewhat strange problem. The server seems to start, but when I try to connect through the LAN, nothing is there in the browser. Custon connect also fails.

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.
So why is nothing listening on 4534?



edit-

Im a dumbass, forgot arma runs on UDP.

Working OK with custom connect, so I guess I can work out the rest.
User avatar
Z-Man
God & Project Admin
Posts: 11717
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Post by Z-Man »

Telnet works over TCP, arma uses UDP, so the connection refusal (I assume you tried to connect to port 4534) is to be expected.

As for the invisibility both to the lan browser and custom connects, I assume it's a firewall problem. Maybe your new distro has one installed with restrictive settings?
Post Reply