Searching in pppd's manual i found that if you add the "passive" option (quoting from the manual) "pppd will attempt to initiate a connection; if no reply is received from the peer, pppd will then just wait passively for a valid LCP packet from the peer, instead of exiting, as it would without this option." so the right command on the target is: pppd /dev/ttySC2 115200 lock nodetach noauth debug passive I tested it and it works fine, no need to rush anymore.
↧