Installing a Loopback Adapter on Windows XP

Problem

How to install a Loopback Adapter on Windows XP.

Solution

i. Description

Dynamic Host Configuration Protocol (DHCP) assigns dynamic IP addresses on a network. Dynamic addressing allows a computer to have a different IP address each time it connects to the network. In some cases, the IP address can change while the computer is still connected. You can have a mixture of static and dynamic IP addressing in a DHCP system.

In a DHCP setup, the software tracks IP addresses, which simplifies network administration. This lets you add a new computer to the network without having to manually assign that computer a unique IP address. However, before installing Oracle Database onto a computer that uses the DHCP protocol, you need to install a loopback adapter to assign a local IP address to that computer.

When you install a loopback adapter, the loopback adapter assigns a local IP address for your computer. After you install a loopback adapter on your computer, you have at least two network adapters on your computer: your own network adapter and the loopback adapter

ii. Purpose

Primary adapter

After the installation of the loopback adapter you must confirm that the adapter network card is in primary position. The software (as Oracle Database, EPM, …) needs to have Windows using the loopback adapter to mimic a fix IP.

The primary adapter is determined by the order in which you installed the adapters: it is the last adapter installed. If you install additional network adapters after you install the loopback adapter, you need :

    • to deinstall the loopback adapter and reinstall it or

    • to change the order in the network manager

iii. Procedure

Checking if a Loopback Adapter Is Installed on Your Computer

To check if a loopback adapter is installed on your computer, run the ipconfig /all command:

SYSTEM_DRIVE:\> ipconfig /all

If there is a loopback adapter installed, you would see a section that lists the values for the loopback adapter. For example:

Ethernet adapter Local Area Connection 2: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Microsoft Loopback Adapter Physical Address. . . . . . . . . : 02-00-4C-4F-4F-50 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Autoconfiguration IP Address. . . : 169.254.25.129 Subnet Mask . . . . . . . . . . . : 255.255.0.0

Installing a Loopback Adapter on Windows 2003 or Windows XP

To install a loopback adapter on Windows 2003 or Windows XP:

    • Open the Windows Control Panel.

    • Double-click Add Hardware to start the Add Hardware wizard.

    • In the Welcome window, click Next.

    • In the Is the hardware connected? window, select Yes, I have already connected the hardware, and click Next.

    • In the The following hardware is already installed on your computer window, in the list of installed hardware, select Add a new hardware device, and click Next.

    • In the The wizard can help you install other hardware window, select Install the hardware that I manually select from a list, and click Next.

    • From the list of hardware types, select the type of hardware you are installing window, select Network adapters, and click Next.

    • In the Select Network Adapter window, make the following selections:

        • Manufacturer: Select Microsoft.

        • Network Adapter: Select Microsoft Loopback Adapter.

    • Click Next.

    • In the The wizard is ready to install your hardware window, click Next.

    • In the Completing the Add Hardware Wizard window, click Finish.

    • If you are using Windows 2003, restart your computer.

    • Right-click My Network Places on the desktop and choose Properties. This displays the Network Connections Control Panel.

    • Right-click the connection that was just created. This is usually named “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. For instance :

            • 10.10.10.10

            • 192.168.x.x (x is any value between 0 and 255)

        • Subnet mask: Enter 255.255.255.0.

        • Leave all other fields empty.

        • Click OK.

    • Click OK.

    • Close Network Connections.

    • Restart the computer.

    • Add a line to the SYSTEM_DRIVE:\WINNT\system32\drivers\etc\hosts with the following format, after the localhost line:

For example:

10.10.10.10 mycomputer.mydomain.com mycomputer

    • Check the network configuration:

        • Open System in the Control Panel, and select the Computer Name tab. In Full computer name, make sure you see the host name and the domain name, for example, sales.us.mycompany.com.

        • Click Change. In Computer name, you should see the hostname, 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, you should see the domain name, for example, us.mycompany.com.

iv.Code

NA

v. Additional Info

A loopback adapter is required then if:

    • You are installing on a DHCP computer, or

    • You are installing on a non-networked computer and plan to connect the computer to a network after installation.

Attachment

NA