I read the links below, and found a little information. One thing of importance that I read was the authentication. Part of the documentation says that it is not required, however judging by the error I receive, it seems that authentication is required... please review :
--snip # pppd -detach crtscts lock proxyarp 192.168.1.254:192.168.1.230 /dev/ttyS0 115200 proc file system not mounted Using interface ppp0 Connect: ppp0 <--> /dev/ttyS0 peer refused to authenticate: terminating link Connection terminated. --snip on the laptop, I run the following command --snip pppd -detach crtscts lock defaultroute 192.168.1.230:192.168.1.254 /dev/ttyS0 115200 --snip I get the same error on both sides. So I know that the two machines are talking, but unfortunately it seems that the server won't allow a connection. I'll be working on this throughout the night if someone would like to contribute. Thanks for the continued support... Joey -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Charles Steinkuehler Sent: Tuesday, August 27, 2002 5:47 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [leaf-user] serial IP of null modem cable? > at any rate, I grabbed the ppp.o from the same CD and I get this > > # insmod ppp > insmod: /lib/modules/2.2.19-3-LEAF: No such file or directory > Using /lib/modules/ppp.o > insmod: unresolved symbol slhc_init > insmod: unresolved symbol slhc_free > insmod: unresolved symbol slhc_uncompress > insmod: unresolved symbol slhc_toss > insmod: unresolved symbol slhc_remember > insmod: unresolved symbol slhc_compress Lots of module dependencies with ppp...check the modules.dep file for details: http://lrp.steinkuehler.net/files/kernels/2.2.19-3-normal/modules/module s.dep Keep going until you hit modules with no dependencies, and load those first. ppp.o -> slhc.o slhc.o -> <nothing> Load slhc.o first, then ppp.o Follow the same procedure with any ppp options you need loaded (bsd-compress, etc). > without any success so far. Obviously I'm missing something. Either the > correct kernel (stock kernel from Dachstein-CD). Any suggestions, as I have > not found a great deal of documentation for pppd on LEAF systems... There's a fair amount of info scattered about the leaf SF site: http://www.google.com/search?q=site%3Aleaf.sourceforge.net+pppd ...and on the c0wz site: http://leaf.sourceforge.net/devel/thc/ http://leaf.sourceforge.net/devel/thc/dox/pppserv.txt Charles Steinkuehler http://lrp.steinkuehler.net http://c0wz.steinkuehler.net (lrp.c0wz.com mirror) ------------------------------------------------------- This sf.net email is sponsored by: Jabber - The world's fastest growing real-time communications platform! Don't just IM. Build it in! http://www.jabber.com/osdn/xim ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html ------------------------------------------------------- This sf.net email is sponsored by: Jabber - The world's fastest growing real-time communications platform! Don't just IM. Build it in! http://www.jabber.com/osdn/xim ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
