[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: PPP connection? Palm IIIs? Getty?



On Mon, Apr 12, 1999 at 08:20:30PM -0500, Mario Camou wrote:
> Hi,
> 
> Here's the script I use:
> 
> 
> ----- cut here -----
> #!/bin/sh -x
> 
> PORT=/dev/ttyS0
> 
> if [ $# -gt 0 ]; then
>   PORT=$1
>   shift;
> fi
> 
> exec /usr/umbral/bin/sudo pppd $PORT 19200 10.0.2.150:10.0.2.50 passive crtscts
> local nodetach proxyarp $*
> ----- cut here ------

Trying this gets me an error about the remote host not being able to authorize
itself, so I add "noauth" to the pppd line. The pppd starts running, and I
hit "connect" on the pilot...and...nothing. The pilot says "signing on" and
then "negotiating". I tried both specifying the pilot's address and not
specifying it (in the prefs app). No username. Phone number is 00. I can't
seem to get any info from ppp itself. There's nothing on my console or in
the /var/log/ppp.log file. Any ideas??

Thanks,
Robbie


Reply to: