IronBits
03-22-2008, 10:28 PM
http://support.microsoft.com/kb/839013
The Microsoft Loopback adapter is a testing tool for a virtual network environment where network access is not available.
Also, you must use the Loopback adapter if there are conflicts with a network adapter or with a network adapter driver.
You can bind network clients, protocols, and other network configuration items to the Loopback adapter,
and you can install the network adapter driver or network adapter later while retaining the network configuration information.
You can also install the Loopback adapter during the unattended installation process.
Unattend.txt file
[NetAdapters]
Adapter01=Params.Adapter01
[Params.Adapter01]
InfID="*msloop"
; Microsoft Loopback Adapter
ConnectionName ="MS Loopback Adapter"
[NetProtocols]
MS_TCPIP=Params.MS_TCPIP
; TCP/IP parameters
; Use parameter values specific to your network
[Params.MS_TCPIP]
AdapterSections=params.TCPIP.Adapter01
DNS=yes
DNSSuffixSearchOrder=mycorp.com
EnableLMHosts=No
; Adapter Specific TCP/IP parameters
; Use parameter values specific to your network
[params.TCPIP.Adapter01]
SpecificTo=Adapter01
DNSDomain=mycorp.com
DNSServerSearchOrder=192.168.5.251
WINS=no
DHCP=no
IPAddress=192.168.5.10
SubnetMask=255.255.255.0
DefaultGateway=192.168.5.254
The Microsoft Loopback adapter is a testing tool for a virtual network environment where network access is not available.
Also, you must use the Loopback adapter if there are conflicts with a network adapter or with a network adapter driver.
You can bind network clients, protocols, and other network configuration items to the Loopback adapter,
and you can install the network adapter driver or network adapter later while retaining the network configuration information.
You can also install the Loopback adapter during the unattended installation process.
Unattend.txt file
[NetAdapters]
Adapter01=Params.Adapter01
[Params.Adapter01]
InfID="*msloop"
; Microsoft Loopback Adapter
ConnectionName ="MS Loopback Adapter"
[NetProtocols]
MS_TCPIP=Params.MS_TCPIP
; TCP/IP parameters
; Use parameter values specific to your network
[Params.MS_TCPIP]
AdapterSections=params.TCPIP.Adapter01
DNS=yes
DNSSuffixSearchOrder=mycorp.com
EnableLMHosts=No
; Adapter Specific TCP/IP parameters
; Use parameter values specific to your network
[params.TCPIP.Adapter01]
SpecificTo=Adapter01
DNSDomain=mycorp.com
DNSServerSearchOrder=192.168.5.251
WINS=no
DHCP=no
IPAddress=192.168.5.10
SubnetMask=255.255.255.0
DefaultGateway=192.168.5.254