This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:security:windows_firewall [2012/05/08 12:57] gcooper |
computing:security:windows_firewall [2014/07/26 11:51] (current) gcooper |
||
---|---|---|---|
Line 4: | Line 4: | ||
:!: You can use Computer Startup scripts as they run as the LocalSystem account. | :!: You can use Computer Startup scripts as they run as the LocalSystem account. | ||
+ | |||
+ | ===== Enable ICMP (Ping) Responses ===== | ||
+ | |||
+ | Enable the existing rule(s) for: | ||
+ | |||
+ | < | ||
+ | File and Printer Sharing (Echo Request - ICMPv4-In) | ||
+ | </ | ||
===== Manage with Group Policy ===== | ===== Manage with Group Policy ===== | ||
+ | |||
+ | ==== Windows XP/2003 ==== | ||
http:// | http:// | ||
+ | |||
+ | http:// | ||
Edit an existing or create a new Group Policy Object (GPO) | Edit an existing or create a new Group Policy Object (GPO) | ||
- | **Computer Configuration -> Administrative Templates -> Network -> Network Connections -> Windows Firewall** | + | **Computer Configuration |
Choose the proper profile to modify, // | Choose the proper profile to modify, // | ||
Line 18: | Line 30: | ||
* Enable firewall on all workstations | * Enable firewall on all workstations | ||
+ | * Allow Remote Desktop connections | ||
* Enable WMI | * Enable WMI | ||
* Enable AVG Admin remote installations | * Enable AVG Admin remote installations | ||
- | Windows Firewall: Protect all network connections -> enabled | + | ^Setting^Enabled^Other Settings or Notes^ |
+ | |Windows Firewall: Protect all network connections|enabled|Enable the Windows Firewall| | ||
+ | |Windows Firewall: Allow remote administration exception|enabled|IP address of your management host| | ||
+ | |Windows Firewall: Allow ICMP exceptions|enabled|Allow inbound echo request| | ||
+ | |Windows Firewall: Allow Remote Desktop exception|enabled|comma separated list of allowed IP addresses or networks| | ||
+ | |Windows Firewall: Define port exceptions|enabled|135: | ||
+ | |||
+ | ==== Windows 7/2008 ==== | ||
+ | |||
+ | http:// | ||
+ | |||
+ | **Computer Configuration | ||
+ | |||
+ | :!: Note that settings from the older XP/2003 firewall will also still be applied and may conflict! | ||
+ | |||
+ | |||
- | Windows Firewall: Allow remote administration exception -> enabled -> ipaddr.your.mgmt.host (adjust) | + | ===== Manage with Batch Files ===== |
- | Windows Firewall: Allow ICMP exceptions | + | http:// |
- | Windows Firewall: Allow Remote Desktop exception -> enabled -> localnet,10.0.0.0/8 (adjust) | + | http://www.ehow.com/how_7517044_use-vbs-netsh.html |