Networking Forums

Networking Forums > Computer Networking > Linux Networking > Setup Dialup Multilink PPP in Ubuntu Linux

Reply
Thread Tools Display Modes

Setup Dialup Multilink PPP in Ubuntu Linux

 
 
whosbest54
Guest
Posts: n/a

 
      06-03-2009, 08:42 PM
Posted for archival purposes for those who need it.

I have access to a dialup ISP that supports multilink PPP with 2 analog
modems and 2 phone lines. None of the GUI dialers for Ubuntu I could
find support multilink analog modem PPP connections.

After extensive searching, I found a forum post:
---
MLPPP on Linux is trivial, for the most part:

1) Add "mp" to your PPPd config file
2) Duplicate it
3) Change the device in the second file to where your second modem is
plugged in
4) Run PPPd on both files instead of just the one

Only trick from there is that you may have to retry the second
connection until it hits the same gateway as the first.
--

Not much detail in the post, but it got me on my way.

Setup the dialup connection using pppconfig & pon/poff. This is
described here:

https://help.ubuntu.com/community/Di...to/SetUpDialer

This will create the pppd config file, located in /etc/ppp/peers.
You’ll need to open the file in the text editor with a sudo command in
terminal, as the files in that directory are protected.

Add "mp" to the first line of that file and save it.

Make a copy of the file and save it with another name in that directory.
Open the second file and change the modem device to the second modem.
So, if the first file has /dev/ttyS3 as the device, and the second modem
is on /dev/ttyS0, then change the line in the second file to /dev/ttyS0.

Then, you dial the connection in terminal by typing pon and then the
name of the first config file in terminal and then pon and the second.
The filename is case sensitive. For the above example, if the file
names are ISP1 and ISP2, the commands would be:

pon ISP1
pon ISP2

I found I can disconnect normally by ending just one of them, e.g.:

poff ISP1

I don’t see a reason this wouldn’t work in other versions of Linux that
support pppconfig & pon/off.

whosbest54
--
The flamewars are over...if you want it.

Unofficial rec.audio.opinion Usenet Group Brief User Guide:
http://whosbest54.netau.net/rao.htm

Unofficial rec.music.beatles Usenet Group Brief User Guide:
http://whosbest54.netau.net/rmb.html

 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu Linux and the PNL. bible.thumping.redneck@gmail.com Linux Networking 0 02-07-2008 02:32 AM
Does SSLVPN work with Linux (Ubuntu)? malnitz@gmail.com Linux Networking 1 12-13-2006 10:22 AM
Ubuntu Linux Wireless jubby2000@gmail.com Linux Networking 3 08-12-2006 11:35 PM
multilink linux spaceloop@gmail.com Linux Networking 1 05-17-2005 04:18 AM
Multilink PPP between Linux and Cisco - anybody? John Hardin Linux Networking 3 11-10-2004 04:24 PM



1 2 3 4 5 6 7 8 9 10 11