Enable ICF through unattend.txt

J

Jeremy Scott

Does anybody know how to enable the Internet Connection
Firewall through an Unattended Setup of XP?

So far I've tried the following:

[NetAdapters]
Adapter1=params.Adapter1

[params.Adapter1]
INFID=*

[Homenet]
InternetConnectionFirewall=Adapter1

This is not working. Anyone have suggestions?

Thanks,

Jeremy
 
K

Ken Simmons [MSFT]

Hi Jeremy,

Try:
[Homenet]
Bridge = MyAdapter1, MyAdapter2
EnableICS = Yes
ExternalAdapter = MyAdapter3
InternalAdapter = MyAdapter4
InternetConnectionFirewall = MyAdapter3
InternalIsBridge = No
ShowTrayIcon = Yes

Regards,

Ken Simmons

Microsoft Technical Support for Platforms and Business Applications
 
O

Oli Restorick [MVP]

Ken

Sorry to tag another question onto a thread, but can you tell me at what
point the ICF kicks in when specified like this? Is it there from the word
go? I know that ICF isn't loaded quite as early as it should be on XP SP1a.

Cheers

Oli


Ken Simmons said:
Hi Jeremy,

Try:
[Homenet]
Bridge = MyAdapter1, MyAdapter2
EnableICS = Yes
ExternalAdapter = MyAdapter3
InternalAdapter = MyAdapter4
InternetConnectionFirewall = MyAdapter3
InternalIsBridge = No
ShowTrayIcon = Yes

Regards,

Ken Simmons

Microsoft Technical Support for Platforms and Business Applications


Jeremy Scott said:
Does anybody know how to enable the Internet Connection
Firewall through an Unattended Setup of XP?

So far I've tried the following:

[NetAdapters]
Adapter1=params.Adapter1

[params.Adapter1]
INFID=*

[Homenet]
InternetConnectionFirewall=Adapter1

This is not working. Anyone have suggestions?

Thanks,

Jeremy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top