Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jul 1999 23:38:08 +0100
From:      Brian Somers <brian@Awfulhak.org>
To:        Ernie Elu <ernie@spooky.eis.net.au>
Cc:        brian@Awfulhak.org (Brian Somers), freebsd-net@FreeBSD.ORG
Subject:   Re: mpd to USR problem 
Message-ID:  <199907252238.XAA72513@keep.lan.Awfulhak.org>
In-Reply-To: Your message of "Mon, 26 Jul 1999 04:01:10 %2B1000." <199907251801.EAA90610@spooky.eis.net.au> 

next in thread | previous in thread | raw e-mail | index | archive | help
> > > 
> > > I am trying to do a multilink ppp connection using mpd version 2.0b2 on FreeBSD 2.2.8
> > > 
> > > The connection is to a 3COM/USR Total Control rack using a pair of USR 56k
> > > modems.
> > > 
> > > The first modem comes up fine, but when the second modem dials in there is
> > > some problem negotaiting and both links drop.
> > > 
> > > Here is my config and log entries if someone could please try to point me in
> > > the right direction.
> > [.....]
> > > Jul 24 10:05:46 dns mpd: [modem1] LCP: phase shift AUTHENTICATE --> NETWORK 
> > 
> > Strange - this state machine shouldn't be per link (it isn't in ppp 
> > anyway).
> > 
> > > Jul 24 10:05:46 dns mpd: [eis.net] up: 2 links, total bandwidth 97333 bps 
> > > Jul 24 10:05:46 dns mpd: [modem1] LCP: LayerUp 
> > > Jul 24 10:05:46 dns mpd: [eis.net] IPCP: rec'd Configure Request #1 (Opened) 
> > > Jul 24 10:05:46 dns mpd:  COMPPROTO VJCOMP, 16 slots, no comp-cid 
> > > Jul 24 10:05:46 dns mpd:  IPADDR 210.8.64.100 
> > > Jul 24 10:05:46 dns mpd:    210.8.64.100 is OK 
> > 
> > The peer is misbehaving.  It's asking to renegotiate IPCP.  You 
> > should report this to 3com and/or your ISP.
> > 
> > [.....]
> > > Any suggestions?
> > 
> > If you're interested in proving this from another ppp implementation, 
> > you can always try ppp too :-)
> > 
> 
> I have just tried the same connection with user ppp in multi-link mode and
> it seem to be working except the connection hamgs up often and redials with the
> following errors in the ppp.log:
> 
> Jul 26 02:34:15 dns ppp[269]: tun0: Phase: 1: HDLC errors -> FCS: 1, ADDR: 0, COMD: 0, PROTO: 0 
> Jul 26 02:34:17 dns ppp[269]: tun0: Phase: 2: HDLC errors -> FCS: 1, ADDR: 0, COMD: 0, PROTO: 0 
> 
> Here is my config:
> 
> 
> -------------------------------
> 
> default:
>  set log Phase Chat Connect LCP IPCP CCP tun command
>  set device /dev/cue7 /dev/cuaa0
>  set speed 57600
>  set phone "0392590000"
>  deny lqr
>  set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
>  set login
>  set authname aickin
>  set authkey "<SNIP>"
>  set timeout 600
>  set ifaddr 10.0.0.1/0 10.0.0.2/0 0.0.0.0 0.0.0.0
>  add default HISADDR
>  set mrru 1500
>  clone 1,2
>  link 1,2 set mode ddial
> -------------------------
> 
> Does that look about right or have I missed something essential?

You could do with a ``link deflink rm'' after the clone to get rid of 
the original ``deflink'' and you could probably do with a ``set 
enddisc'', although this isn't essential.

If you're getting hdlc errors and are using a pretty recent version 
of ppp, ``set log +physical'' may throw some light on the subject.  
You may see that the HDLC error is the result of the peer quitting 
- maybe the HDLC error is a login prompt ?

> - Ernie.

-- 
Brian <brian@Awfulhak.org>                        <brian@FreeBSD.org>
      <http://www.Awfulhak.org>;                   <brian@OpenBSD.org>
Don't _EVER_ lose your sense of humour !          <brian@FreeBSD.org.uk>




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907252238.XAA72513>