OpenSecurity/bin/firewall-install.bat
changeset 241 6f73753677aa
child 242 e3ae01d2898a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/OpenSecurity/bin/firewall-install.bat	Wed Oct 29 18:22:39 2014 +0100
     1.3 @@ -0,0 +1,4 @@
     1.4 +@echo off
     1.5 +echo 'adding firewall rules for OpenSecurity...'
     1.6 +netsh advfirewall firewall add rule name="Osec Communication Rule" dir=in action=allow profile=any localip=192.168.56.1 remoteip=192.168.56.0/24 localport=8090 remoteport=any protocol=tcp
     1.7 +