Paul Mackerras writes: > wotuzu17 writes: > > > If there was a -socket option, I'd like to try. But I can't find a -socket > > option neither in the man pages nor in other documentation about pppd. > > > > # pppd: unrecognized option '-socket' > > Sorry, it's "socket" (no dash) and it takes an argument which is > host:port. However, if the Lantronix really does the telnet protocol > then it won't work properly since telnet interprets the 0xff character > and CR (0x0d) characters specially. Lantronix devices support both. You connect to 2000+n to get TELNET protocol (with the 0xff escapes), and 3000+n for a raw TCP connection. So, for port 1, use this in pppd: socket ip-address:3001 (Most other terminal servers have similar features. For example, the equivalent ranges on Annexes are 5000+n for TELNET and 7000+n for raw TCP.) I would advise the original poster to avoid reverse telnet. It may work with some applications, but it's a frightening bit of hackery that (at least in my experience) often fails in strange ways. -- James Carlson 42.703N 71.076W <carlsonj@xxxxxxxxxxxxxxx> - To unsubscribe from this list: send the line "unsubscribe linux-ppp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html