>
> On Wed, 12 Apr 2000, you wrote:
> > How do you set up a Null modem serial connection? I connected a null modem
> > serial cabel between my workstation and my laptop. I then used the pppd
> > command according to the HOWTO. I got an error back saying that the IP
> > address was bad. I used the local IP 127.0.0.2 for my workstation and the
> > local IP address 127.0.0.1 for my laptop.
*winces*
Ow -- don't do that... you can't assign 127.0.0.1, it belongs to your
loopback interface.
Pick a network like
192.168.0
That's a recognized private network address. For example, you could give
one machine
192.168.0.2
and the other machine
192.168.0.10
using the subnet mask 255.255.255.0 - that should work.
Try it and get back to us.
-Stephen-