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
oliver@241
     1
@echo off
oliver@241
     2
echo 'adding firewall rules for OpenSecurity...'
oliver@241
     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
oliver@241
     4