OpenSecurity/bin/firewall-install.bat
author Oliver Maurhart <oliver.maurhart@ait.ac.at>
Wed, 29 Oct 2014 18:22:39 +0100
changeset 241 6f73753677aa
child 242 e3ae01d2898a
permissions -rw-r--r--
a new approach for firewall tweaks on install
     1 @echo off
     2 echo 'adding firewall rules for OpenSecurity...'
     3 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
     4