I needed the same thing recently and someone on this list kindly posted this solution. Put this on both machines in /etc/ppp/options.ttyS0 and then type pppd ttyS0 on both sides. I'm assuming that you are using the first serial port (ttyS0) on both computers here. 'bobspc' will then have two ppp connections running, one to you ISP and one to 'zeos'. ----------------------[ start ]--------------------- /dev/ttyS0 passive persist bsdcomp 15,15 crtscts 115200 asyncmap 0 local lock # # The first ip below is the local ip, the second the remote. # Thus they should be in opposite order on the two machines. bobspc:zeos # # Uncomment this line only on your client machine 'zeos' #defaultroute ------------------------[ end ]--------------------- --Bob
Robert D. Hilliard wrote: > > I am trying, so far unsuccessfully, to connect two linux boxes > with a null modem cable and slip, following the directions in the > NET-3-HOWTO. > > One machine, bobspc, is a Micron Pentium-166 that is my primary > computer, while the other, zeos, is an old 486DX-33 with a new no-name > motherboard. Bobspc has internet access through a dialup ppp > connection. Zeos has no network connection presently, and I want to > connect the two machines in order to use zeos as a backup for bobspc. > > Both machines are running bo (1.3.1r6), and a 2.0.32 kernel and > bash version 2.00.0(1)-release. > > Following are the relevant configuration files: > > /etc/hosts - bobspc > 127.0.0.1 localhost > 192.168.0.1 bobspc bobspc.estar.net > 192.168.0.2 zeos zeos.estar.net > > /etc/hosts - zeos > 127.0.0.1 localhost > 192.168.0.2 zeos zeos.estar.net > 192.168.0.1 bobspc bobspc.estar.net > > I created a file /etc/init.d/local_net with the following: > > /sbin/slattach -p cslip -s 19200 /dev/ttyS0 & > /sbin/ifconfig sl0 192.168.0.1 pointopoint 192.168.0.2 up > > This file is run from /etc/init.d/boot after > /etc/rc.boot/0setserial is run. > > During bootup the following messages are displayed: > > SIOCSIFADDR: No such device > SIOCSIFDSTADDR: No such device > > ifconfig sl0 gives no response, and ps -ax doesn't show an > slattach process. > > Running /etc/init.d/local_net a second time (after booting is > complete) gives the same messages; ifconfig sl0 still gives no response, > but ps -ax now includes the line: > > 201 1 S 0:00 /sbin/slattach -p cslip -s 19200 /dev/ttyS0 > > Trying to telnet from one machine to the other gives the > following results: > > root:vc-1:~>telnet zeos > Trying 192.168.0.2... > telnet: Unable to connect to remote host: Network is unreachable > > A ping command gives similar results. > > What am I missing? > > Bob > -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .