Archive for Juni 29th, 2014

Microsoft Windows Server 2008 R2 – how to configure the Windows Firewall in your enterprise using group policy

Sonntag, Juni 29th, 2014

mswindows_logo.jpg   The Windows Firewall supports firewalling for both incoming and outgoing traffic – e.g. a network administrator can configure the new Windows Firewall with a set of rules to block all traffic sent to specific ports such as the well-known ports used by virus software or to specific addresses containing either sensitive or undesirable Content

Firewall_01Windows Firewall Netsh Commands …
netsh advfirewall reset
netsh advfirewall firewall show rule name=all
netsh advfirewall set allprofiles state on
netsh advfirewall set allprofiles state off
netsh advfirewall set currentprofile logging filename „C:\tmp\pfirewall.log“
netsh advfirewall firewall add rule name=“All ICMP V4″ dir=in action=block protocol=icmpv4
netsh advfirewall firewall add rule name=“All ICMP V4″ dir=in action=allow protocol=icmpv4
netsh advfirewall firewall add rule name=“Open SQL Server Port 1433″ dir=in action=allow protocol=TCP localport=1433
netsh advfirewall firewall delete rule name=“Open SQL Server Port 1433″ protocol=tcp localport=1433
netsh advfirewall firewall add rule name=“Allow Messenger“ dir=in action=allow program=“C:\programfiles\messenger\msnmsgr.exe“
netsh advfirewall firewall set rule group=“remote desktop“ new enable=Yes
netsh advfirewall export „C:\tmp\WFconfiguration.wfw“
netsh advfirewall import „C:\tmp\WFconfiguration.wfw“

McDonnell Douglas AV-8B Harrier II – no gear landing on USS Bataan

Sonntag, Juni 29th, 2014