Unix Technical Forum

Userland Multilink PPP

This is a discussion on Userland Multilink PPP within the comp.unix.bsd.openbsd.misc forums, part of the OpenBSD category; --> All, I'm trying to configure two S518 Sangoma cards to accomplish ADSL bonding. The second link is trying to ...


Go Back   Unix Technical Forum > Unix Operating Systems > OpenBSD > comp.unix.bsd.openbsd.misc

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-16-2008, 09:09 AM
Ryan A. Krenzischek
 
Posts: n/a
Default Userland Multilink PPP


All,

I'm trying to configure two S518 Sangoma cards to accomplish ADSL bonding.
The second link is trying to request an IP address during the negotiation
request. I need to disable the second interface from requesting such. I
RTFM'ed but can not find any options to apply to the second link. I've
made sure that the VPI/VCI numbers match per ISP specs.

The DSL lines sync up separately just fine. The below configuration works
on one link. The second link never finishes negotiations.

Below is my ppp.conf:

### start /etc/ppp/ppp.conf ###

default:
# turns on logging of basically everything.
set log Chat Connect Command IPCP CCP tun Phase Warning LCP

mlppp:

# mrru 1524 is the default used on cisco routers and should be aceptable
# for most users. by setting the mrru you are actually enabling multilink
set mrru 1524

# You shouldn't need to uncomment these lines. During the LCP
# negotiations it should negotiate the acceptable mru/mtu values.
set mtu 1492
set mru 1492

# set the following two lines to match the userid/password for your
# ppp account.
set authname "username"
set authkey "password"

# this requests any ip address from the ppp server. Y.Y.Y.Y = peer address
set ifaddr 0/0 Y.Y.Y.Y
set speed sync

# these lines set the number of lines to use and what ethernet ports to
# use for establishing the pppoe connection
clone 1,2
link 1 set device "!/usr/sbin/pppoe -i waad0"
link 2 set device "!/usr/sbin/pppoe -i wbad0"

# sets both lines to auto dial and reconnect on disconnect
link 1,2 set mode ddial

# removes the 'deflink' link. just do it..
link deflink remove

# tells your machine to use the ppp server as the default gateway
add! default HISADDR
### end /etc/ppp/ppp.conf ###

TIA,

Ryan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:14 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com