2008/11/12 Markus Viitamäki <[EMAIL PROTECTED]> > Hello! > > I would like to know what port the steam auth server uses, since I think my > server wont be able to auth since its on a NAT:ed network and only have > 27015 port open to the server. > Anyone that could help me? > > Kind regards, > Markus Viitamäki > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, > please visit: > http://list.valvesoftware.com/mailman/listinfo/hlds_linux >
This is my firewall settings for cs1.6 # players -A INPUT -p udp -m udp --dport 26090:27050 -j ACCEPT #friends -A INPUT -p udp -m udp --dport 1200 -j ACCEPT # rcon -A INPUT -p tcp -m tcp --dport 27015 -j ACCEPT And the outgoing connections is allowed. Tyrael _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

