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.

winnt.sif tcp ip setup

Featured Replies

could someone provide a full example to setup a network connection.. please.. (

Default protocols will do, but I need to set the TCP/IP protocol with correct IPs so it will auto activate XP..

and is it possible to setup 2 network connections? (I have to 2 network adapters, one for LAN of course)

This is the network part of my winnt.sif:

[Networking]
InstallDefaultComponents=No

[NetAdapters]
Adapter1=params.Adapter1

[params.Adapter1]
INFID=*

[NetClients]
MS_MSClient=params.MS_MSClient

[NetServices]
MS_SERVER=params.MS_SERVER

[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.1.5
SubnetMask=255.255.255.0
DefaultGateway=172.16.1.254
DNSServerSearchOrder=172.16.1.254, 134.76.10.46
NetBIOSOptions=0

Don't know how to configure a second adapter, but should be done by dublicating the last section and modify it and add the second adapter everywhere the first is mentioned ( e.g. under [NetAdapters])

Edited by Doc Symbiosis

  • Author

thanks, I'm updating it now :)

btw:

after the ...

[params.MS_TCPIP.Adapter1]

line

DHCP can only be set Yes or No ? ...or can I use the address of my DHCP server?

  • Author

like this:

[Networking]
InstallDefaultComponents=No

[NetAdapters]
Adapter1=params.Adapter1
Adapter2=params.Adapter2
[params.Adapter1]
INFID=*
[params.Adapter2]
INFID=*
[NetClients]
MS_MSClient=params.MS_MSClient

[NetServices]
MS_SERVER=params.MS_SERVER

[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=XXX.XXX.XXX.XXX
IPAddress=XXX.XXX.XXX.XXX
SubnetMask=255.255.255.0
DefaultGateway=XXX.XXX.XXX.XXX
DNSServerSearchOrder=XXX.XXX.XXX.XXX, XXX.XXX.XXX.XXX
NetBIOSOptions=0


[params.MS_TCPIP.Adapter2]
SpecificTo=Adapter2
DHCP=No
IPAddress=192.168.0.1
SubnetMask=255.255.255.0
DefaultGateway=
DNSServerSearchOrder=
NetBIOSOptions=0

would it work? :huh::blink:

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.