Networking Forums

Networking Forums > Computer Networking > Windows Networking > RRAS wizard stalls with error about ICF being enabled

Reply
Thread Tools Display Modes

RRAS wizard stalls with error about ICF being enabled

 
 
Glenn L
Guest
Posts: n/a

 
      11-03-2004, 10:14 PM
W2K3 standard server.
3 NICs

I'm trying to set up routing.

When I launch "Configure and enable routing and remote access" wizard, it
imediately errors out with a popup.

Routing and Remote Access
ICF (Internet Connection Firewall) is currently enabled on ROUTER01. To
configure RRAS, please diasble ICF and try again.

I have disabled the ICF service.
I verified no check box on the advanced tab of the NICs for ICF.
I manually started the RRAS service.
I have rebooted.
I can't seem to get past this error to configure my router.

Any ideas...............

Glenn


 
Reply With Quote
 
 
 
 
Glenn L
Guest
Posts: n/a

 
      11-04-2004, 12:09 AM
I figured it out! :-)

I found the culprit with a script.

within a vb script file called: listsicfistrue

set WMI = GetObject("WinMgmts:\root\Microsoft\HomeNet")
set objs = WMI.ExecQuery("SELECT * FROM HNet_ConnectionProperties WHERE
IsFirewalled = TRUE")
for each obj in objs
WScript.Echo obj.GetObjectText_
next

Then set the value to false with a script.

within a vb script file called: disableicfall

set WMI = GetObject("WinMgmts:\root\Microsoft\HomeNet")
set objs = WMI.InstancesOf("HNet_ConnectionProperties")
for each obj in objs
obj.IsFirewalled = FALSE
obj.Put_
next

I was able to get past the error when launching the RRAS wizard.

"Glenn L" <the.only(delete)@gmail.com> wrote in message
news:%(E-Mail Removed)...
> W2K3 standard server.
> 3 NICs
>
> I'm trying to set up routing.
>
> When I launch "Configure and enable routing and remote access" wizard, it
> imediately errors out with a popup.
>
> Routing and Remote Access
> ICF (Internet Connection Firewall) is currently enabled on ROUTER01. To
> configure RRAS, please diasble ICF and try again.
>
> I have disabled the ICF service.
> I verified no check box on the advanced tab of the NICs for ICF.
> I manually started the RRAS service.
> I have rebooted.
> I can't seem to get past this error to configure my router.
>
> Any ideas...............
>
> Glenn
>



 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IC (Incoming Connections) is currently enabled on server1. To configure RRAS, please disable IC Rick Windows Networking 4 09-03-2009 07:28 PM
98 ICS Wizard Error Sam Windows Networking 0 12-09-2003 02:27 PM
error running Home Networking wizard jackorr Windows Networking 0 11-04-2003 11:14 AM
Network wizard giving error DB Home Networking 0 09-14-2003 06:14 PM
Error 799 Internet sharing cannot be enabled amstereofan Broadband 1 09-13-2003 02:19 PM



1 2 3 4 5 6 7 8 9 10 11