Re: [hlds_linux] Guide Us

2012-12-05 Thread Drogen Viech
You could block the master servers ips so the server can not list itself in the first place - that would help a bit i presume? 2012/12/5 Bruno Garcia garcia.bru...@gmail.com: I don't think you could HIDE the server ip address and still show up in the browser. Perhaps there's a way of not being

Re: [hlds_linux] Guide Us

2012-12-05 Thread LouLouBizou
simply add -nomaster to command line 2012/12/5 Drogen Viech drogenvi...@googlemail.com You could block the master servers ips so the server can not list itself in the first place - that would help a bit i presume? 2012/12/5 Bruno Garcia garcia.bru...@gmail.com: I don't think you could

Re: [hlds_linux] Guide Us

2012-12-05 Thread Marco Padovan
on tf2 in the past we could add to the config file: hideserver 1 that will also disable the a2s info replies... is that working on other games too? Il 05/12/2012 11.36, LouLouBizou ha scritto: simply add -nomaster to command line 2012/12/5 Drogen Viech drogenvi...@googlemail.com

Re: [hlds_linux] Guide Us

2012-12-05 Thread Vitor F. - Killall
Use a firewall to block some querys(A2A_PING,A2S_INFO,A2S_PLAYER,A2S_RULES), put a password on the server, use sv_steamgroup_exclusive=1, add -nomaster to command line. I can't imagine a server more restrict than this . 2012/12/5 Marco Padovan e...@evcz.tk on tf2 in the past we could add to

Re: [hlds_linux] Guide Us

2012-12-05 Thread Sachin Sud
Thanks How can i block queries of A2A_PING,A2S_INFO,A2S_PLAYER,A2S_RULES Need some insight on this. Thanks, Sachin On Wed, Dec 5, 2012 at 6:52 PM, Vitor F. - Killall x30...@gmail.com wrote: Use a firewall to block some querys(A2A_PING,A2S_INFO,A2S_PLAYER,A2S_RULES), put a password on the

Re: [hlds_linux] Guide Us

2012-12-05 Thread Vitor F. - Killall
I've not tested it. You will need to access the firewall (iptables) and put this rule. iptables -A INPUT -p udp --dport YOUR_SERVER_PORT -m string --hex-string |FF FF FF FF 54 53 6F 75 72 63 65 20 45 6E 67 69 6E 65 20 51 75 65 72 79 00| --algo bm -j DROP Doc on

Re: [hlds_linux] Guide Us

2012-12-05 Thread Saul Rennison
The problem is, people will still be able to see your server IP when they right-click on their friends in Steam and try to view their current game info. Kind regards, Saul Rennison On 5 December 2012 14:02, Sachin Sud sudsac...@gmail.com wrote: Thanks How can i block queries of

Re: [hlds_linux] Guide Us

2012-12-05 Thread Adam Nowacki
Use VPN. If the VPN server is setup on the same computer as the game server there will be no penalties other than slightly increased bandwidth. Together with -nomaster this will make the server completely inaccessible from outside and anonymous (internal VPN ip will be reported). On 12/5/2012

Re: [hlds_linux] Guide Us

2012-12-05 Thread Sachin Sud
Can you put some info about VPN. Do you mean to say each user needs to have vps client installed as well? or Its just open VPN On Thu, Dec 6, 2012 at 1:27 AM, Adam Nowacki nowa...@platinum.linux.plwrote: If the VPN server is setup on the same computer as the game server there will be no