Do that for a bunch of IPs, for now. I'd say there's a big
honking bug in the server code. Use those "Report Bug" buttons.
And spam Alfred, as if he doesn't already have enough to deal
with :)

--AgentHH

Andy Shinn wrote:
But what if your like me and want a passworded internet server only for
friends or a community? =(

AgentHH wrote:

hondaman wrote:

Yes.  Please help!  Cant get on my own damn servers!!!

Michael McKoy wrote:

Does sv_password work at all, or was the cvar name changed? I'd really
like
to password my servers, seeing as my community can't get in at all.
After
updating, the server was full, 26 slots, within 2 seconds. So I made a
second on port 27016.. Full in 2 seconds.

I'd like to lock the server down so my folks have a chance to play :


You're using Linux 2.4.20+ / 2.6.x, right? IPTables is your friend. Create a rule to allow traffic from your IP alone to the Source DS port, and then create a blanket deny after that, as such: "iptables -A INPUT -p udp -s 1.2.3.4 --dport 27015 -j ACCEPT" "iptables -A INPUT -p udp --dport 27015 -j DROP" Make sure to replace 1.2.3.4 with your IP and 27015 with the port for your dedicated. And be sure the accept rule comes before the deny. Works for me, yes yes it does.

--AgentHH


_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to