Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.0 KiB

  1. ; -----------------------------------------------------------------
  2. ; This file shows how to install / configure the following components.
  3. ; - TCP/IP protocol
  4. ;
  5. ; 1. Only some of the configurable parameters of the above components
  6. ; are listed here. For a full list, please refer to the document
  7. ; "Unattended Setup Parameters" available at http://ntcentral/ntbase.
  8. ; 2. This sample contains only the Networking related sections.
  9. ; If you want to use this file for unattended installs, you may want to
  10. ; add contents of the file baseaf.txt to this file.
  11. ;
  12. [Networking]
  13. ; -----------------------------------------------------------------
  14. ; Adapters
  15. ;
  16. [NetAdapters]
  17. A1=params.A1
  18. [params.A1]
  19. InfId=*
  20. ; -----------------------------------------------------------------
  21. ; Protocols
  22. ;
  23. [NetProtocols]
  24. MS_TCPIP=params.MS_TCPIP
  25. [params.MS_TCPIP]
  26. AdapterSections=params.MS_TCPIP.A1
  27. [params.MS_TCPIP.A1]
  28. SpecificTo=A1
  29. IPAddress=1.1.1.1
  30. DNSServerSearchOrder=193.1.1.3,193.1.1.44