View Single Post
C0nw0nk
Senior Member
Join Date: May 2011
Location: United Kingdom
Old 11-21-2012 , 18:22   Re: SRCDS Windows Firewall Security / Hardening
Reply With Quote #20

I recived a PM from a user a couple of days ago but this is my first revisit since then but i decided to post it here incase anyone else had the question and wanted my command.

Question :

Can you allow access to rcon for specific ip addresses only ?

Answer :

Quote:
Originally Posted by C0nw0nk
It is very easy under my post in Stage 1 - Step 4, Use either the command line or right click on the TCP firewall properties for that server and instead of blocking leave it as allow but under the "Scope" tab set the ip address(s) you wish to accept all other ip addresses shall be blocked.

I have writen the command line here for you anyway. (Go to run type "CMD") to open your command prompt (Do it as administrator if need be)
Code:
netsh advfirewall firewall add rule name="srcds Accept RCON IP"  protocol=TCP dir=in action=allow new remoteip="192.168.0.1"  program="C:\srcds\srcds.exe"
Seperate each ip address rule with a ,
__________________
C0nw0nk is offline
Send a message via MSN to C0nw0nk