Chinaunix

标题: Microsoft LoopBack Adapter 配置为系统的主网络适配器 [打印本页]

作者: bingkafei    时间: 2009-12-05 14:55
标题: Microsoft LoopBack Adapter 配置为系统的主网络适配器
Oracle11g安装前检查先决条件“Microsoft LoopBack Adapter 配置为系统的主网络适配器”的问题解决办法
今天用我的本本安装了一下Oracle11g,想没事的时候研究下,在检测机器是否能安装的时候提示:Oracle需要设置“Microsoft LoopBack Adapter 配置为系统的主网络适配器”,于是乎手工加了一个,方法如下:
       控制面板——添加硬件——选择“是的,我已经连接了此硬件”——最后一项“添加新的硬件设备”——“安装我手动从类表选择的硬件”——“网络适配器”——选择厂商为Microsoft的Mircosoft Loopback Adapter——继续下一步然后完成
       这时出现一个假的本地连接,不停的在获取IP,设置一个固定的ip,在重新检测,OK通过,不过装的时候还真占用资源,希望能顺利带起来。
同时附上微软关于“How to install the Microsoft Loopback adapter in Windows XP”的文档,供参考下。
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.
Manual installation
To manually install the Microsoft Loopback adapter in Windows XP, follow these steps:
Click Start, and then click Control Panel.
If you are in Classic view, click Switch to Category View under Control Panel in the left pane.
Double-click Printers and Other Hardware, and then click Next.
Under See Also in the left pane, click Add Hardware,and then click Next.
Click Yes, I have already connected the hardware, and then click Next.
At the bottom of the list, click Add a new hardware device, and then click Next.
Click Install the hardware that I manually select from a list, and then click Next.
Click Network adapters, and then click Next.
In the Manufacturer box, click Microsoft.
In the Network Adapter box, click Microsoft Loopback Adapter, and then click Next.
Click Finish.
After the adapter is installed successfully, you can manually configure its options, as with any other adapter. If the TCP/IP properties are configured to use DHCP, the adapter will eventually use an autonet address (169.254.x.x/16) because the adapter is not actually connected to any physical media.
Note By default, TCP/IP properties are configured to use DHCP.
Unattended installation
To install the Microsoft Loopback adapter, use the following sample Unattend.txt file as a model for your 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


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/13830/showart_2111939.html




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2