KadaverJack wrote:Lunacy wrote:How long does it take to show up?
After "heartbeat" it should only take a few seconds.
Also, is this link a reliable way to see if it is listed?
Yes, I think it's updated in realtime, but i'm not 100% shure...
But i also don't see your server in the list (there are only 2 servers on port 27000, there's also no unconnectable server on that port). Does you r firewall have a way to see which packets were blocked? Check if it's blocking any connections to ghdigital.com, dpmaster.deathmask.net or excalibur.nvg.ntnu.no (port 27950/UDP).
Thanks for the information; it is in fact updated in real time.. I figured it out..
The deal is this, when my firewall was doing NAT it was changing the source port of the packet being sent from the server out.. I changed the rule such that it didn't do that, and it worked..
It is an OpenBSD system running pfctl, and the nat rule that worked looks like this:
nat on $ext_if from $dmz_if:network to 72.232.48.140 -> ($ext_if) static-port
The "static-port" is the important part of this..
-Lunacy