ppp over USB (linux <--> linux)

Posted by: bobo

ppp over USB (linux <--> linux) - 15/03/2001 08:54

anybody remembers who got this working (i canīt find the post on the bbs :-(

echo "test" > /dev/usb works in both directions

but i canīt get pppd working :-(

bobo

Posted by: fvgestel

Re: ppp over USB (linux <--> linux) - 15/03/2001 10:32

Have you tried any of the following PPP-options? :
local
nocrtscts
notty
pty

Frank van Gestel
Posted by: bobo

Re: ppp over USB (linux <--> linux) WORKS !!! - 16/03/2001 05:48

I tried the options and "notty" works :-)) - thanks frank !!

host:
pppd /dev/ttyUSB0 nocrtscts local noauth 192.168.10.1:192.168.10.2

empeg:
pppd nocrtscts notty noauth defaultroute passive > /dev/usb < /dev/usb


bobo