Multilink PPP with one fixed connection, and one PPPoE connection

Multilink PPP with one fixed connection, and one PPPoE connection

Post by Kennet » Sun, 17 Dec 2000 11:46:25



Seems that my roommates company is willing to pay for them to get DSL. So
that means 2 DSL connections. I currently have my PPPoE DSL connection
working fine off a Redhat Linux 7.0 firewall. I was wondering if anyone has
done multilink PPP using 2 DSL modems, with 2 different ISPs?
Is it possible?
Also, mine uses PPPoE, but the new one has a static IP address I believe.
Can I run multilink over a mixed connection like this?


TIA
Kenneth

 
 
 

Multilink PPP with one fixed connection, and one PPPoE connection

Post by Clifford Kit » Mon, 18 Dec 2000 10:59:02



> Seems that my roommates company is willing to pay for them to get
> DSL. So that means 2 DSL connections. I currently have my PPPoE
> DSL connection working fine off a Redhat Linux 7.0 firewall. I
> was wondering if anyone has done multilink PPP using 2 DSL modems,
> with 2 different ISPs?

I haven't.

Quote:> Is it possible?

It's remotely possible, but both ISPs must support MP links with
their DSL connections.

Quote:> Also, mine uses PPPoE, but the new one has a static IP address I believe.
> Can I run multilink over a mixed connection like this?

I doubt it, a PPP implementation supporting Multilink isn't likely
to support PPPoE at all.  MP is designed to aggregate PPP links, not
PPPoE links.

--

/* In my book, the first poster to resort to personal abuse in a Usenet
   debate loses by default.  -  Rod Smith */

 
 
 

Multilink PPP with one fixed connection, and one PPPoE connection

Post by James Carlso » Tue, 19 Dec 2000 22:34:34




> > Seems that my roommates company is willing to pay for them to get
> > DSL. So that means 2 DSL connections. I currently have my PPPoE
> > DSL connection working fine off a Redhat Linux 7.0 firewall. I
> > was wondering if anyone has done multilink PPP using 2 DSL modems,
> > with 2 different ISPs?

           ^^^^^^^^^^^^^^

By definition, RFC 1990 MP can't be used on links that terminate on
different ISPs.  It doesn't matter what you do on your end.

Look into load balancing instead.

Quote:> I doubt it, a PPP implementation supporting Multilink isn't likely
> to support PPPoE at all.  MP is designed to aggregate PPP links, not
> PPPoE links.

I don't see a good reason why this should be so.  MP across multiple
T1s is not uncommon, nor is MP across multiple L2TP streams.  I see no
reason that an implementation couldn't support both, nor a reason that
one that supports both would prevent MP over PPPoE.

--

SUN Microsystems / 1 Network Drive         71.234W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.497N   Fax +1 781 442 1677
Second Edition now available - http://people.ne.mediaone.net/carlson/ppp

 
 
 

Multilink PPP with one fixed connection, and one PPPoE connection

Post by Clifford Kit » Wed, 20 Dec 2000 01:38:06





>> > DSL connection working fine off a Redhat Linux 7.0 firewall. I
>> > was wondering if anyone has done multilink PPP using 2 DSL modems,
>> > with 2 different ISPs?
>            ^^^^^^^^^^^^^^
> By definition, RFC 1990 MP can't be used on links that terminate on
> different ISPs.  It doesn't matter what you do on your end.

Sorry, I misread "It does require specific support in both peers'
implementations of PPP" to mean that two ISPs could be used.  I'll try
not to do that again (but no guarantee) and, perhaps, read the RFC.

Quote:> Look into load balancing instead.
>> I doubt it, a PPP implementation supporting Multilink isn't likely
>> to support PPPoE at all.  MP is designed to aggregate PPP links, not
>> PPPoE links.
> I don't see a good reason why this should be so.  MP across multiple
> T1s is not uncommon, nor is MP across multiple L2TP streams.  I see no
> reason that an implementation couldn't support both, nor a reason that
> one that supports both would prevent MP over PPPoE.

One of the great things about usenet is that being wrong often elicits
a correct reply from someone who *knows* better. :)

Still, don't you have to split out PPP from the Ethernet framing to
aggregate links?  It's questionable whether Linux software exists to
do that for MP - yet.  Or perhaps that could/would be done in the TA?

> --

> SUN Microsystems / 1 Network Drive         71.234W   Vox +1 781 442 2084
> MS UBUR02-212 / Burlington MA 01803-2757   42.497N   Fax +1 781 442 1677
> Second Edition now available - http://people.ne.mediaone.net/carlson/ppp

--

/* No matter what other nations may say about the United States,
   immigration is still the sincerest form of flattery. */
 
 
 

Multilink PPP with one fixed connection, and one PPPoE connection

Post by James Carlso » Sat, 23 Dec 2000 21:19:56



> Sorry, I misread "It does require specific support in both peers'
> implementations of PPP" to mean that two ISPs could be used.  I'll try
> not to do that again (but no guarantee) and, perhaps, read the RFC.

To do it through two ISPs would require some serious effort.  At least
one of the two connections would need to be tunneled -- say, PPP over
L2TP over UDP over IP over PPP.  You'd then need to get that tunneled
connection back to the bundle head on the other ISP.  Even if you
could get all of that to work (and the ISPs went along with it), it
would perform like a stuck pig and would have the worst possible
reliability.

So, the short answer is, "no, you can't do that."

Quote:> Still, don't you have to split out PPP from the Ethernet framing to
> aggregate links?

Yes.

Putting aside the fact that you can run MP on a single link if you
want (which would be helpful on those annoying PPPoE links with MTU of
1492, since MP can give you any IP MTU you like), all you need is
multiple PPP links.  So, for instance, if you had two ADSL bridges
using PPPoE going to the same provider, you could run MP between those
PPP links.

Quote:>  It's questionable whether Linux software exists to
> do that for MP - yet.  Or perhaps that could/would be done in the TA?

(Note that TAs aren't generally used with PPPoE.)  Usually, with TAs,
you're talking about a single ISDN line, and you're using MP so that
you can aggregate the two B channels.  That doesn't mean you can't
aggregate channels from multiple ISDN lines -- you can.  To do it,
though, you need access to the real B channels.  If you have TAs with
two serial ports (one for each channel), or if you have integrated
ISDN adapters (where all channels are directly accessible), then you
can do this.  In testing, I've run MP links with 30 B channels in a
single bundle over E1 lines.

If the TA has multiple ISDN ports (I know of routers like that, but
not TAs), then the TA can safely do the MP.  Otherwise, if multiple
ISDN ports are in use, then the TA can't be doing the MP fragmentation
or reassembly.

--

SUN Microsystems / 1 Network Drive         71.234W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.497N   Fax +1 781 442 1677
Second Edition now available - http://people.ne.mediaone.net/carlson/ppp

 
 
 

Multilink PPP with one fixed connection, and one PPPoE connection

Post by webmas.. » Sun, 31 Dec 2000 05:32:26


I don't think you need to do a 'multilink'.
Since you are already one of the brighter beings and you have a Linux
box, then I would recommend the following:

add two NIC into your Linux box (or get an old P66, P100, 486) from a PC
HW shop.
Two network cards get connected (crossover) to the two different DSL
modems.
You keep your PPPoE setup for your dynamic card and just add a static IP
IF on the connection for the other DSL.

Now you have two connections into the same provider (I assume, otherwise
this won't make any sense unless you want to do major routing
exercises).

With Linux they will outgoing load share (I guess it's an overflow type,
if one pipe gets full the other one takes the spill-over).

Internally: you sure want both to run your systems.

Get a small cheap 10/100 switch (around $70, netgear swith at Best Buy),
couple of cables, install firewall and masquerading on the host that is
connected (SuSE has best out of the box functional setup here), and run
a little LAN with masqueraded 10..... addresses.

I would anyway never connect without a firewall.
Now you can point your default routes of the other systems to the one
private interface on the box that has the two DSL connected interfaces.

You might want to make a drawing......

Have fun

Mike

-----------------------------------------------------------------------
NCinc, Inc.                                             www.ncincwi.net
PO Box 466                   V90/ISDN nationwide roaming Internet
Eau Claire, WI 54702-0466    with 24/7 toll free support, newsgroups
                             for $11.50/month, no contract.
Multilink V90/ISDN, Static IP, Content Filtering, POP3, Web Hosting
Corporate RAS outsourcing.
                             We make Your NetWork



> Seems that my roommates company is willing to pay for them to get DSL.
So
> that means 2 DSL connections. I currently have my PPPoE DSL connection
> working fine off a Redhat Linux 7.0 firewall. I was wondering if
anyone has
> done multilink PPP using 2 DSL modems, with 2 different ISPs?
> Is it possible?
> Also, mine uses PPPoE, but the new one has a static IP address I
believe.
> Can I run multilink over a mixed connection like this?


> TIA
> Kenneth

Sent via Deja.com
http://www.deja.com/
 
 
 

1. One NFS connection fine, one NFS connection slow

Ok, this is all a bit odd.  I will draw an ascii picture and hope it
survives in Google:

sun server
    |                   .------mandrake 8.2------.
    |---nfs mount------|client   -> samba server |---share-|
    |                   `------------------------'         |
    |                 .----suse 9.0-----------.            |
    |---nfs mount-----|client -> samba server |-----share--|
                      `-----------------------'            |
                                                           |-- Windows

A long time ago someone set up samba on a mandrake box, to give
windows users access to the big unix file server.  Everyone is a
"guest" so the files are owned on the server by "nobody" - 99:99

Snag, is, that mandrake box is supposed to be doing something
important, and we need to get the traffic off.  so I have built a
similar setup with an old Dell server, and installed suse 9 on it.
I've mounted the same exported drives from the sun box and run samba
to share them to the windows people.

It all works fine, except for Microsoft Office apps.  If I open a file
in word on the mandrake share it is fine, just like a local drive.  If
I open it on the suse share then word hangs "not responding" for about
3 minutes, then comes back to life.  Same when auto-save comes in or
when you try to exit.  Other software, other apps, no problem.  Only
Office.

I have created a samba share to a local disk on the suse 9 box, and it
works without any problems: I don't think the problem is in my samba
setup.  It seems to be the nfs part of the equation, and it is driving
me demented.

I have changed user "nobody" on the suse box from 65544:65533 to 99:99
to avoid conflicts - no better.  I have checked what is happening on
the sun server: the windows ~$ lock file and ~WOR buffer files are
created instantly, with the right owners and permission bits.

The only thing that might take time is that an acl is created on the
original word file on the sun server from the suse box, but not from
the mandrake box.  the acl appears benign, but I wonder if the act of
creation is the problem.  Other applications do not create acls, and
the two temporary files that microsoft creates don't have acls.

The setup of the nfs mounts on the two boses is the same - the options
are "defaults, rw" on both of them.

AA: Has anyone seen anything like this before?
BB: how can I create an nfs mount that does not invoke the acl
mechanism?
CC: anyone know where I can get Samba binaries for Solaris 8?

2. agpgart kconfig patch for linux-2.5.51

3. internet connection sharing or one network using one ip

4. how to serve graphic on every page?

5. multiple xDSL connections from one ethernet connection.

6. Wireless cards-- 802.11 variety?

7. Why Multiple Socket Connections on one Connection....

8. Portfwd error

9. Two PPP connections on one machine?

10. How to start more than one ppp connection at boot time?

11. 3 machines, one PPP connection

12. How to set up a PPP connection with only one IP#

13. passing more than one ip across a ppp connection