Proceedure for Windows 2000/3:
Install Loopback Adapter:
Start/Settings/Control Panel/Add Remove Hardware
Add Troubleshoot a device/ Next
No, from list/ Next
Network adapters/ Next
from manufacturers box select Microsoft.
from network adapters box select Microsoft Loopback adapter/ Next
Finish
Configuration for the Loopback interface:
ip address: VIP
Subnet mask: 255.255.255.0 *host mask 255.255.255.255 is not allowed in Windows*
gateway: no value
click “Advanced”
add to the “Interface metric” 254
to correct the subnet mask, this change must be made to the registry:
HKEY_LOCAL_MACHINES\System\CurrentControlSet\Services\Tcpip\Parameters\Interfaces
locate and replace the subnet mask value for the loopback interface from 255.255.255.0 to 255.255.255.255
Solaris:
ifconfig lo0:1 plumb
ifconfig lo0:1 VIP netmask 255.255.255.255 up
BSD or Mac OS X:
ifconfig lo0 aliase VIP netmask 255.255.255.255 -arp up