I'm trying to set up a SLIP link using a serial connection between two XP computers. This is to test some specialized communications hardware that only supports IP via SLIP.
As a starting point, I'm simply connecting the two computers with a null modem cable to verify the SLIP connection is working. I configured the Guest computer's SLIP connection following this guide.
I have not found a comparable guide for configuring the host side, but I tried to create a complementary procedure: Network Properties / New Connection / Set up an Advanced Connection / Connect Directly To Another Computer / Host / COM1 / {choose users} / {finish}. This results in a new section in Network Properties labeled "Incoming" which has an item named "Incoming Connections".
After connecting the null modem between computers, I can successfully connect from the guest computer to the host. The Guest machine shows "Connected" in Network Properties, and I see the IP address in IPCONFIG. However on the Host computer, the status of the "Incoming Connections" device remains as "No Devices Connected". There is no new IP address in IPCONFIG, and there is no new interface in ROUTE PRINT.
On the Host machine, under Connection Properties / Networking / TCP/IP / Properties, there is a "Incoming TCP/IP Properties" dialog. I have set this for "Specify TCP/IP addresses, and I gave a range of 10 IP addresses in the 192.168.1.0 network. I checked "Allow Calling Computer to specify its own IP address", since per the PDF document (above) I specified an IP address (within this range of 10).
Since there is no IP address on the host machine, I can't PING across the link from the guest. What am I missing in this configuration for SLIP?