edmoncu Posted June 6, 2004 Author Posted June 6, 2004 i was able to add the code on my winnt.sif, unfortunately, it didnt worked. i wonder what have i missed.
Rico.JohnnY Posted June 6, 2004 Posted June 6, 2004 [Networking] InstallDefaultComponents=Yes ProcessPageSections=Yes[NetAdapters] Adapter1=params.Adapter1[Params.Adapter1] InfID=PCI\VEN_10B7&DEV_1700 ConnectionName="3 Com Gigabit LOM"[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=192.168.10.1 SubnetMask=255.255.255.0 WINS=No NetBIOSOptions=0here's my code...it works for me,i have 3 Ethernet802.3 adapters...and i only configure the one i use to dial up ADSL...the purpose of this is to figure out the freeze problem on start up when using PPPOE dial up
edmoncu Posted June 6, 2004 Author Posted June 6, 2004 [Params.Adapter1] InfID=PCI\VEN_10B7&DEV_1700 ConnectionName="3 Com Gigabit LOM"so i really have to specify the hardware-id? i plan on using this on PC's with different brands/types of LAN card, would it be applicable to set a common setting accross all of em?
Rico.JohnnY Posted June 6, 2004 Posted June 6, 2004 unless all the computers itself has only one adapter,you can have the InfID set to * ,and it works the same on every computer(you can specify multipyle ip and subnetMask ,separated by comma).Otherwise,you should specify the IDs,or MAC,or Bus Location....
edmoncu Posted July 2, 2004 Author Posted July 2, 2004 i was browsing thru this unattend instruction webpage for WinNT4 and i came upon this setting......[Display]ConfigureAtLogon = 0BitsPerPel = 8XResolution = 800YResolution = 600VRefresh = 60AutoConfirm = 1 ;Do not ask user to confirm video[Network]DetectAdapters = "" ;Auto-detect NIC from drvlibInstallProtocols = ProtocolsSection[ProtocolsSection]TC = TCParamSection[TCParamSection]DHCP = noIPAddress = 123.456.789.1Subnet = 987.654.321.0Gateway = 123.456.789.5DNSServer = 123.456.788.750, 123.456.788.751WINSPrimary = 123.456.788.700WINSSecondary = 123.456.788.701...what made me wonder is the existence of the DetectAdapters = "" ;Auto-detect NIC from drvlib under the [Network] section whether it can be used to auto-enumerate all existing LAN cards and set parameters in them.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now