Interconnecting 2 Minix machines with PPP over PLIP
----------------------------------------------------

This feature is experimental. It ONLY works between 2 standard Minix
with PLIP installed. PLIP must be version 0.5 or higher.

a. install and test PLIP between both machines. 

b. stop drivers in each machine killing them

c. diable link with plipctrl -d

d. start PPP daemon in first node as

   # ppp.drv -v -P /dev/plip &

e. start PPP daemon in second node as

   # ppp.drv -a -v -P /dev/plip &

You can add the DNS options if you need.

After negotiation, the ppp.drv process are running like when you use
a serial line.

Speed is similar to PLIP. Terminal emulation is very quick because
using header compression. BSD Compression adds speed if you use only
ASCII files or terminal emulation. If you transfer compressed files, 
do not use BSD Compression (-Z) to avoid delays.



