Skip to main content

How to create loopback interface on Windows XP

The 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.

Follow the blew steps;

To manually install the Microsoft Loopback adapter in Windows XP, follow these steps:
1. Click Start, and then click Control Panel.
2. If you are in Classic view, click Switch to Category View under Control Panel in the left pane.
3. click Add Hardware,and then click Next.



4. Click Yes, I have already connected the hardware, and then click Next.


5. At the bottom of the list, click Add a new hardware device, and then click Next.


6. Click Install the hardware that I manually select from a list, and then click Next.



7. Click Network adapters, and then click Next.


8. In the Manufacturer box, click Microsoft.


9. In the Network Adapter box, click Microsoft Loopback Adapter, and then click Next.


10. Click Finish.


** You might need to reboot your computer to make new Loopback adapter working properly.

11. New Loopback Adapter is created on Network Connections section.

 

12. Go to Local Loopback Adapter properties and assign IP address




13. Ping 10.10.10.1 loopback IP address from your PC DOS prompt


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.

If you looking for Dynamips with using Terminal Server, see an article "Using Terminal Server on Dynamips" at App > Network App > Dynamips section

Comments

Popular posts from this blog

test vpn bandwidth and speed with iperf

This article explains how to use a free utility called iPerf to test the speed of a VPN connection. In this example I am running iPerf on windows but there are other versions available (i.e. Linux). Download iPerf from  http://linhost.info/2010/02/iperf-on-windows/ Put a copy on 2 computers with 1 either side of the VPN. In this example I have put in the c:\triangle folder On the “server” PC open a cmd prompt and navigate to the folder containing iperf. Note on computers running Win7 or Win2008 I recommend running the cmd prompt in elevated mode. Run the command  iperf –s On the “client” PC open a cmd prompt and again navigate to the folder containing iperf. Run the command  iperf –c After a short while the estimated bandwidth is displayed.

Installing Nagios 4 on Ubuntu 14 04 LTS