Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

using winnt.sif with 2 NIC's ?

Featured Replies

I have two nic's one for the internet ( which is shared ) and another with DHCP enabled for sharing the connection, how can i put the information for the second adapter in winnt.sif.

PS: Xp setup takes the shared connection as Local Area Connection 2

Also anyway of sharing LAC 2 unattended with HTTP and FTP forwarded.

current winnt.sif

[Networking]
   InstallDefaultComponents=No

[NetAdapters]
   Adapter1=params.Adapter1

[params.Adapter1]
   INFID=*

[NetProtocols]
   MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
   DNS=No
   UseDomainNameDevolution=No
   EnableLMHosts=Yes
   AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
   SpecificTo=Adapter1
   DHCP=No
   IPAddress=172.16.7.70,10.16.7.157
   SubnetMask=255.255.0.0,255.255.254.0
   DefaultGateway=10.16.X.X
   DNSServerSearchOrder=10.16.X.X
   WINS=No
   NetBIOSOptions=2

  • Author

is it like this

[NetAdapters]
   Adapter1=params.Adapter1
   Adapter2=params.Adapter2

[params.Adapter1]
   INFID=*

[params.Adapter2]
   INFID=*

[NetProtocols]
   MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
   DNS=No
   UseDomainNameDevolution=No
   EnableLMHosts=Yes
   AdapterSections=params.MS_TCPIP.Adapter1
   AdapterSections=params.MS_TCPIP.Adapter2

[params.MS_TCPIP.Adapter1]
   SpecificTo=Adapter1
   DHCP=YES
   WINS=No
   NetBIOSOptions=2

[params.MS_TCPIP.Adapter2]
   SpecificTo=Adapter2
   DHCP=No
   IPAddress=172.16.7.70,10.16.7.157
   SubnetMask=255.255.0.0,255.255.254.0
   DefaultGateway=10.16.6.3
   DNSServerSearchOrder=10.16.0.2
   WINS=No
   NetBIOSOptions=2

ip setting are for adapter 2 cause its the shared one, or i could just give winnt.sif the setting for one adapter, the other one would become dhcp'ed and i could just change the cable based on whats what.

If you choose the 'Custom' setup or Non-typical settings in Setupmgr.exe when creating your WINNT.SIF, the entries will be generated for you.

I do mine like this:

[NetAdapters]
ADMtek=params.ADMtek
VIA=params.VIA

[params.ADMtek]
NetCardAddress=(mac address in the format of 0x************)
ConnectionName="**********"

[params.VIA]
NetCardAddress=(mac address in the format of 0x************)
ConnectionName="***********"

[NetClients]

[NetServices]

[NetProtocols]
MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
DNS=No
UseDomainNameDevolution=No
EnableLMHosts=No
AdapterSections=params.MS_TCPIP.ADMtek, params.MS_TCPIP.VIA

[params.MS_TCPIP.ADMtek]
SpecificTo=ADMtek
DHCP=Yes
DNSServerSearchOrder=***.***.***.***
WINS=No
NetBIOSOptions=2

[params.MS_TCPIP.VIA]
SpecificTo=VIA
DHCP=Yes
DNSServerSearchOrder=***.***.***.***
WINS=No
NetBIOSOptions=2

I have a similar question i have a wireless network connection as well as the wired connection, how could i have the settings done for the wireless connection & not the wired, as ended up being the case.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.