Hi 

I change ppp now I run pppd 2.3.10 and aparentli work ok but... for time
to time about 8-15 min my connection it's down... and I don't change
anythings in my ppp-up

This is my ppp-up

#!/bin/sh

LOCAL_IP="192.168.0.3"
REMOTE_IP="192.168.0.1"
DTE=115200
DEVICE=/dev/ttyS0

(
  stty $DTE -tostop
  if /usr/sbin/chat-1.22 -t 50 "" ATZ CONNECT ""
  then
    /usr/sbin/pppd-2.3.10 $DEVICE $DTE $LOCAL_IP:$REMOTE_IP defaultroute nodetach
    exit 0
  else
    echo "" >/dev/null
    exit 1
  fi
) < $DEVICE >$DEVICE

Bouth modem is Curier Everithing and my ISP connect my modem into a CISCO
2500 sistem.

Thank's for Your time and sorry for my english :)


> 0x5072 = Pr .  You are probably seeing the text of a PPP ProtRej message
> that somehow gets into the serial connection and pppd sees it as an unknown
> protocol. 
> 
> I'm not sure of just how this happens but I've seen it happen before (with
> kppp a while back) and sometimes a kind of loop forms in which pppd and the
> peer send text messages to one another and producing more and more errors.
> 
> You can try upgrading kppp (if you're using it) and I think that later
> versions of pppd have some build-in protection designed to prevent text
> accidentally getting into the serial path.  You could also show us the
> scripts you use to connect as well as the chat -v and pppd debug logs and
> maybe we can help more. 
> 
> ---
> Clifford Kite                                               Not a guru. (tm)
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
> the body of a message to [EMAIL PROTECTED]
> 


-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to