Enable ICF through unattend.txt

  • Thread starter Thread starter Jeremy Scott
  • Start date Start date
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
 
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
 
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
 
Back
Top