Jump to content

Recommended Posts

Posted

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)


Posted (edited)

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
Posted

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?

Posted

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

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...