Windows Vista Forums

Configure Windows Firewall
  1. #1


    Eric Guest

    Configure Windows Firewall

    Hello,

    I'm running Windows Vista Ultimate Edition at home and have configured the
    firewall to enable me from outbound traffic. The problem I need help with is
    to configure the firewall to properly allow Windows Defender and Windows
    Update to work.

    I would appreciate any help I can get to properly configure both Windows
    Defender and Windows Update so that I don't have to turn off outbound
    traffic. This is what happens below with the firewall turned on.

    When I open Windows Defender and click Check for Updates, I get an error:

    The program can't check for definition updates
    Error found: Code 0x80072efd

    When I click "Check for Updates" for Windows Updates I get the following
    error:

    Windows could not search for new updates
    Error(s) found
    Code 80072Efd

    --
    Eric






      My System SpecsSystem Spec

  2. #2


    FuriousG Guest

    RE: Configure Windows Firewall

    I would just like to add that I am experiencing the exact same issue.... If
    anyone with a fix could help I (in fact) we would greatly appreciate it..

    "Eric" wrote:

    > Hello,
    >
    > I'm running Windows Vista Ultimate Edition at home and have configured the
    > firewall to enable me from outbound traffic. The problem I need help with is
    > to configure the firewall to properly allow Windows Defender and Windows
    > Update to work.
    >
    > I would appreciate any help I can get to properly configure both Windows
    > Defender and Windows Update so that I don't have to turn off outbound
    > traffic. This is what happens below with the firewall turned on.
    >
    > When I open Windows Defender and click Check for Updates, I get an error:
    >
    > The program can't check for definition updates
    > Error found: Code 0x80072efd
    >
    > When I click "Check for Updates" for Windows Updates I get the following
    > error:
    >
    > Windows could not search for new updates
    > Error(s) found
    > Code 80072Efd
    >
    > --
    > Eric
    >
    >
    >
    >


      My System SpecsSystem Spec

  3. #3


    ...winston Guest

    Re: Configure Windows Firewall

    Retail RTM version 6000 or pre-release version 5840.
    ..winston

    "Eric" <anonymous@online.microsoft.com> wrote in message
    news:uF4AlE3fHHA.4868@TK2MSFTNGP06.phx.gbl...
    > Hello,
    >
    > I'm running Windows Vista Ultimate Edition at home and have configured the
    > firewall to enable me from outbound traffic. The problem I need help with
    > is to configure the firewall to properly allow Windows Defender and
    > Windows Update to work.
    >
    > I would appreciate any help I can get to properly configure both Windows
    > Defender and Windows Update so that I don't have to turn off outbound
    > traffic. This is what happens below with the firewall turned on.
    >
    > When I open Windows Defender and click Check for Updates, I get an error:
    >
    > The program can't check for definition updates
    > Error found: Code 0x80072efd
    >
    > When I click "Check for Updates" for Windows Updates I get the following
    > error:
    >
    > Windows could not search for new updates
    > Error(s) found
    > Code 80072Efd
    >
    > --
    > Eric
    >
    >
    >




      My System SpecsSystem Spec

  4. #4


    FuriousG Guest

    Re: Configure Windows Firewall

    Retail RTM version 6000

    "...winston" wrote:

    > Retail RTM version 6000 or pre-release version 5840.
    > ..winston
    >
    > "Eric" <anonymous@online.microsoft.com> wrote in message
    > news:uF4AlE3fHHA.4868@TK2MSFTNGP06.phx.gbl...
    > > Hello,
    > >
    > > I'm running Windows Vista Ultimate Edition at home and have configured the
    > > firewall to enable me from outbound traffic. The problem I need help with
    > > is to configure the firewall to properly allow Windows Defender and
    > > Windows Update to work.
    > >
    > > I would appreciate any help I can get to properly configure both Windows
    > > Defender and Windows Update so that I don't have to turn off outbound
    > > traffic. This is what happens below with the firewall turned on.
    > >
    > > When I open Windows Defender and click Check for Updates, I get an error:
    > >
    > > The program can't check for definition updates
    > > Error found: Code 0x80072efd
    > >
    > > When I click "Check for Updates" for Windows Updates I get the following
    > > error:
    > >
    > > Windows could not search for new updates
    > > Error(s) found
    > > Code 80072Efd
    > >
    > > --
    > > Eric
    > >
    > >
    > >

    >
    >
    >


      My System SpecsSystem Spec

  5. #5



    Newbie
    Join Date : Aug 2007
    Posts : 2
    Windows Vista Home Premium x64
    Local Time: 09:51 AM


     

    Re: Configure Windows Firewall

    Under Windows Firewall with Advanced Security:
    1. Add a new Outbound Rule
    2. Choose Program as the type
    3. The path should be %SystemRoot%\System32\svchost.exe
    4. Windows will give you a warning about additional security for services, just click Yes
    5. Choose Allow the connection
    6. Apply the rule to which ever type of connection you want, for testing I'd just leave the default which is all 3 checked.
    7. Give the rule a name of your choice and create the rule.
    8. Now double-click on the rule you just named.
    9. Under the Programs and Services tab click on Settings button
    10. Check Apply to this service and find and select Windows Update
    11. Click OK and Yes.

    Last edited by Meatball; 12 Aug 2007 at 03:01 PM.
      My System SpecsSystem Spec

  6. #6


    Robert L [MVP - Networking] Guest

    Re: Configure Windows Firewall

    Thank you for sharing your experience with us.

    Bob Lin, MS-MVP, MCSE & CNE
    Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
    How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
    "Meatball" <Meatball.2v7xy9@no-mx.forums.net> wrote in message news:Meatball.2v7xy9@no-mx.forums.net...

    I had the same problem, follow these steps to enable Windows Update with
    Vista's Firewall with outbound filtering enabled:

    1) Click on 'Start'
    2) Under search type: wf.msc and press enter. The firewall
    configuration window should open
    3) Click on 'Outbound Rules'
    4) Click 'New Rule' to the right of the window
    5) Click next
    6) Locate the program path to C:\Windows\system32\wuapp.exe
    7) Add new rules for wuacuclt.exe, WUDFHOST, WUSa.exe (all located in
    System 32)

    You should then be able to access window update


    --
    Meatball

      My System SpecsSystem Spec

  7. #7



    Newbie
    Join Date : Aug 2007
    Posts : 2
    Windows Vista Home Premium x64
    Local Time: 09:51 AM


     

    Re: Configure Windows Firewall

    Quote Originally Posted by Meatball View Post
    Under Windows Firewall with Advanced Security:
    1. Add a new Outbound Rule
    2. Choose Program as the type
    3. The path should be %SystemRoot%\System32\svchost.exe
    4. Windows will give you a warning about additional security for services, just click Yes
    5. Choose Allow the connection
    6. Apply the rule to which ever type of connection you want, for testing I'd just leave the default which is all 3 checked.
    7. Give the rule a name of your choice and create the rule.
    8. Now double-click on the rule you just named.
    9. Under the Programs and Services tab click on Settings button
    10. Check Apply to this service and find and select Windows Update
    11. Click OK and Yes.
    It's no problem, the method I posted at first was the old one I tried which didn't actually work. However the one I've quoted works 100%

      My System SpecsSystem Spec

Configure Windows Firewall problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
after windows firewall putting off on windows vista unable to access network and unable to on windows firewall Gurbatullah Khan Vista security 3 12 Mar 2008
Webrrot Firewall vs Windows Firewall Octavio Vista security 3 20 Jan 2008
Kapersky firewall or windows firewall? Sharon T Vista security 16 19 Jun 2007
Configure Firewall Outgoing Chuck Vista General 3 29 Apr 2007
Using both the windows firewall and windows live care one firewall gapascookie Vista performance & maintenance 0 03 Apr 2007