| |||||||
| Windows Vista Discuss the different versions of Windows Vista, Fuji, or Vienna |
![]() |
| | LinkBack | Thread Tools |
| |||
| Vista advanced firewall settings Hi, I've problem with advanced firewall configuration in Vista. I've created batch file for configuration: --reset firewall netsh advfirewall set currentprofile state off netsh advfirewall set currentprofile state on --delete all rules netsh advfirewall firewall delete rule name=all --change firwall policy to block all inbound and block all outband netsh advfirewall set allprofiles firewallpolicy blockinboundalways,blockoutbound --allow Ping netsh advfirewall firewall add rule name="OUT_ALLOW__PING" profile=any protocol=ICMPV4 dir=out action=allow --allow DNS request netsh advfirewall firewall add rule name="OUT_ALLOW__DNS" profile=any protocol=UDP localport=any remoteport=53 dir=out action=allow --and outgoing HTTP netsh advfirewall firewall add rule name="OUT_ALLOW__TCP_HTTP" profile=any protocol=TCP localip=any localport=any remoteip=any remoteport=80,443,8080 dir=out action=allow .... in this configuration any application have permision to access to the Internet, but if I change last rule to: --and outgoing HTTP netsh advfirewall firewall add rule name="OUT_ALLOW__TCP_HTTP" profile=any protocol=TCP localip=any localport=any remoteip=any remoteport=80,443,8080 dir=out program="C:\Program Files\Internet Explorer\iexplore.exe" action=allow if I restrict to one program e.g. IEXPLORE or FIREFOX by add parametr program="[path]" to declaration, these program's don't connect to the Internet Does anybody find solution for this problem?? [Sorry for my English its not very weel] Please help |
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IE7 / Vista Advanced privacy settings issue | Wonderman | Windows Vista | 0 | 11-12-2007 08:50 AM |
| Advanced Inbound Firewall vs. File/Printer Sharing | Joseph Morales | Windows Vista | 0 | 09-27-2007 05:10 PM |
| Vista Advanced Firewall Config | magic144 | Windows Vista | 2 | 08-21-2007 05:10 AM |
| Advanced interface to Windows Firewall | DefecTalisman | Windows Vista | 7 | 06-24-2007 06:50 AM |
| WinXP Firewall - Advanced Tab Settings question | Stephan | Windows XP | 0 | 03-13-2007 02:30 AM |