[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: silo overflow
Hi again,
> > /etc/ppp/peers/ipaq:
> >
> > -detach
> > noauth
> > lock
> > debug
> > user ppp
> > connect '/usr/sbin/chat -v -t10 ogin--ogin: ppp'
> > tty00 57600 crtscts
> > 192.168.1.1:192.168.1.46
>
client (ipaq) side: /etc/ppp/options
-detach
defaultroute
noauth
crtscts
lock
lcp-echo-interval 1
lcp-echo-failure 30
/dev/ttySA0
57600
I don't know what's going on now. I tried
o turn on crtscts
o setting speed to 57600
But with both (and each) change the ppp-mechanism
doesn't work anymore:
pppd 2.4.1 started by hansen, uid 0
expect (ogin:)
^M
familiar login:
-- got it
send (ppp^M)
Serial connection established.
Using interface ppp0
Connect: ppp0 <--> /dev/ttyS1
Modem hangup
Connection terminated.
When I use minicom, I can turn Hardware/Software flow control
on and off, both works.
At least the speed shouldn't matter, the timeout for chat
is set to 10seconds, so...
Hmm, any further hints?