Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 1999 00:48:13 -0700
From:      "J. Ryan Peters" <jrp@asis.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Multilink PPP Problem
Message-ID:  <4.2.0.58.19990930003918.00981f00@mail.asis.com>

next in thread | raw e-mail | index | archive | help
--=====================_3093506==_.ALT
Content-Type: text/plain; charset="us-ascii"; format=flowed

Hi I'm running 3.2-Stable and I have my machine setup as a dial-on demand 
router for PPP. It works fine with one link (asis). When I try to do 
multilink (asismlppp) both links are brought up but it doesn't seem to add 
the routes properly. Can someone send me a working ppp.conf w/multilink or 
take a look at mine and see if you can tell me where I am going wrong? Thanks.

ppp.conf:

default:
  set log Phase Chat LCP IPCP CCP tun command
  set device /dev/cuaa1
  set speed 115200
  set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK 
ATE1Q0s32=2 OK \\dATDT\\T TIMEOUT 40 CONNECT"

asismlppp:
  set login
  set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
  set default HISADDR
  set authname username
  set authkey password
  set mrru 1500
  set enddisc label


  enable lqr
  accept lqr

  clone 1,2
  link deflink remove
  link 1,2 set mode ddial
  link 1 set phone "6590155"
  link 2 set phone "6590155"
  link 1 set device /dev/cuaa1
  link 2 set device /dev/cuaa0
  link 1 set speed 115200
  link 2 set speed 115200

asis:
  set phone 9432004|9431830|9433847|9431831
  set login
  set authname username
  set authkey password
  set timeout 900
  set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
  add default HISADDR
  set server 6670 foobar
  set log local LCP IPCP CCP

-Ryan
--=====================_3093506==_.ALT
Content-Type: text/html; charset="us-ascii"

<html>
Hi I'm running 3.2-Stable and I have my machine setup as a dial-on demand
router for PPP. It works fine with one link (asis). When I try to do
multilink (asismlppp) both links are brought up but it doesn't seem to
add the routes properly. Can someone send me a working ppp.conf
w/multilink or take a look at mine and see if you can tell me where I am
going wrong? Thanks.<br>
<br>
ppp.conf:<br>
<br>
<font face="Courier New, Courier">default:<br>
&nbsp;set log Phase Chat LCP IPCP CCP tun command<br>
&nbsp;set device /dev/cuaa1<br>
&nbsp;set speed 115200<br>
&nbsp;set dial &quot;ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5
\&quot;\&quot; AT OK-AT-OK ATE1Q0s32=2 OK \\dATDT\\T TIMEOUT 40
CONNECT&quot;<br>
<br>
asismlppp:<br>
&nbsp;set login<br>
&nbsp;set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0<br>
&nbsp;set default HISADDR<br>
&nbsp;set authname username<br>
&nbsp;set authkey password<br>
&nbsp;set mrru 1500<br>
&nbsp;set enddisc label<br>
<br>
<br>
&nbsp;enable lqr<br>
&nbsp;accept lqr<br>
<br>
&nbsp;clone 1,2<br>
&nbsp;link deflink remove<br>
&nbsp;link 1,2 set mode ddial<br>
&nbsp;link 1 set phone &quot;6590155&quot;<br>
&nbsp;link 2 set phone &quot;6590155&quot;<br>
&nbsp;link 1 set device /dev/cuaa1<br>
&nbsp;link 2 set device /dev/cuaa0<br>
&nbsp;link 1 set speed 115200<br>
&nbsp;link 2 set speed 115200<br>
<br>
asis:<br>
&nbsp;set phone 9432004|9431830|9433847|9431831<br>
&nbsp;set login<br>
&nbsp;set authname username<br>
&nbsp;set authkey password<br>
&nbsp;set timeout 900<br>
&nbsp;set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0<br>
&nbsp;add default HISADDR<br>
&nbsp;set server 6670 foobar<br>
&nbsp;set log local LCP IPCP CCP<br>
<br>
-Ryan</font></html>

--=====================_3093506==_.ALT--



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




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