TCP/IP loopback device A loopback device is a simulated TCP/IP adapter. If you don't have a loopback device and you're not connected to a LAN/provider then you can't run TCP/IP software. Place the following line in your CONFIG.SYS to create a loopback device:
# # IP addresses and names # 127.0.0.1 my-pc # endIf you have an IP address assigned to you then use that one instead of 127.0.0.1. © 1996, Ron van Wier (ronvwier@xs4all.nl) |