|
|
http://download-west.oracle.com/ ... /reqs.htm#sthref368
2.4.5.2 Installing a Loopback Adapter on Windows 2000
Windows 2000 reports on the last network adapter installed. This means that if you install additional network adapters after you install the loopback adapter, you need to remove and reinstall the loopback adapter. The loopback adapter must be the last network adapter installed on the computer.
To install a loopback adapter on Windows 2000:
From the Start menu, select Settings, then Control Panel.
Double-click Add/Remove Hardware to start the Add/Remove Hardware wizard.
In the Welcome window, click Next.
In the Choose a Hardware Task window, select Add/Troubleshoot a device, and click Next.
In the Choose a Hardware Device window, select Add a new device, and click Next.
In the Find New Hardware window, select No, I want to select the hardware from a list, and click Next.
In the Hardware Type window, select Network adapters, and click Next.
In the Select Network Adapter window, do the following:
Manufacturers: Select Microsoft.
Network Adapter: Select Microsoft Loopback Adapter.
Click Next.
In the Start Hardware Installation window, click Next.
In the Completing the Add/Remove Hardware Wizard window, click Finish.
Right-click My Network Places on the desktop and choose Properties. This displays the Network and Dial-up Connections control panel.
Right-click the connection that was just created. This is usually "Local Area Connection 2". Choose Properties.
On the General tab, select Internet Protocol (TCP/IP), and click Properties.
In the Properties dialog box, click Use the following IP address and do the following:
IP Address: Enter a non-routable IP for the loopback adapter. Oracle recommends the following non-routable addresses:
192.168.x.x (x is any value between 0 and 255)
10.10.10.10
Subnet mask: Enter 255.255.255.0.
Record the values you entered, which you will need later in this procedure.
Leave all other fields empty.
Click OK.
Close the Network Connections window.
Restart the computer.
Add a line to the SYSTEM_DRIVE:\WINNT\system32\drivers\etc\hosts file with the following format, right after the localhost line:
IP_address hostname.domainname hostname
where:
IP_address is the non-routable IP address you entered in step 14.
hostname is the name of the computer.
domainname is the name of the domain.
For example:
10.10.10.10 mycomputer.mydomain.com mycomputer
Check the network configuration:
Open System in the Control Panel, and select the Network Identification tab.
In Full computer name, make sure you see the host name and the domain name, for example, sales.us.mycompany.com.
Click Properties.
In Computer name, you should see the host name, and in Full computer name, you should see the host name and domain name. Using the previous example, the host name would be sales and the domain would be us.mycompany.com.
Click More. In Primary DNS suffix of this computer, the domain name, for example, us.mycompany.com, should appear.
Exit the System Control Panel. |
|