Hi Tobo, [dropbear & PPP] I followed your instructions. There was a mistake: First of all, ppp support needs to be enabled in kernel, so start kernel menuconfig and enable the following voice: Device Driver -- Network Device Support PPP Support for sync tty ports I think you meant "PPP support for async serial ports" (CONFIG_PPP_ASYNC), not sync (CONFIG_PPP_SYNC_TTY) Unfortunately, I get all the way to the last step.....but then I get: $ ssh root@190.0.0.254 ssh: connect to host 190.0.0.254 port 22: Connection refused The PPP sessions is running in the other window: $ sudo pppd /dev/ttyACM0 115200 lock nodetach noauth debug 190.0.0.1:190.0.0.254 using channel 7 Using interface ppp0 Connect: ppp0 -- /dev/ttyACM0 sent [LCP ConfReq id=0x1 asyncmap 0x0 magic 0x7a1dcb96 pcomp accomp ] sent [LCP ConfReq id=0x1 asyncmap 0x0 magic 0x7a1dcb96 pcomp accomp ] sent [LCP ConfReq id=0x1 asyncmap 0x0 magic 0x7a1dcb96 pcomp accomp ] sent [LCP ConfReq id=0x1 asyncmap 0x0 magic 0x7a1dcb96 pcomp accomp ] sent [LCP ConfReq id=0x1 asyncmap 0x0 magic 0x7a1dcb96 pcomp accomp ] sent [LCP ConfReq id=0x1 asyncmap 0x0 magic 0x7a1dcb96 pcomp accomp ] sent [LCP ConfReq id=0x1 asyncmap 0x0 magic 0x7a1dcb96 pcomp accomp ] sent [LCP ConfReq id=0x1 asyncmap 0x0 magic 0x7a1dcb96 pcomp accomp ] sent [LCP ConfReq id=0x1 asyncmap 0x0 magic 0x7a1dcb96 pcomp accomp ] sent [LCP ConfReq id=0x1 asyncmap 0x0 magic 0x7a1dcb96 pcomp accomp ] LCP: timeout sending Config-Requests Connection terminated. Modem hangup Any suggestions? Otherwise, I'll have to try it another day. Chris
↧