Displaying 20 results from an estimated 11000 matches similar to: "Load balancing multiple PPPoE connections"
2008 Jul 09
1
Need basic PPPoE startup help
I need basic PPPoE startup help.
adsl-start DID bring up my PPPoE link (ppp0) to my ISP over eth0 via the
DSL modem/bridge. My IPv4 CIDR block is routing and Shorewall is doing
the firewalling.
But shorewall has to be started after ppp0 is up and working. For now
this means running shorewall restart (or start?). Shorewall 4.2 will
have a way to restart shorewall without recompiling, I
2004 Aug 31
1
Finally: A working case of two adsl load balance
First of all i wanna thanks Christoph Simon for the support.
Only after his reply to my email i could see the real solution to
the problem (Valeu mesmo cara... me ajudou pra caramba!
Fico te devendo essa!) :)
Here is what i learned in a month of research:
I tried A LOT of things to do load balance, including the one at
LARTC homepage. The only tutorial that REALLY works in my
case is the
2005 Jan 31
3
multiple pppoe connections
My Internet gateway is using ADSL PPPoE connection with dynamic public
IP assigned by ISP. My Internet gateway is Redhat AS3 U2, shorewall
2.0.9
As my ISP provided 4 simultaneous pppoe dailup connection for the same
physical adsl line. My linux server can be configured for multiple
pppoe connection i.e. ppp0, ppp1, ppp2, ppp3
Is it possible of shorewall to assigned say
ppp0''s IP is
2008 Oct 31
0
[Bridge] Bridging PPPoE Sessions together
Hi,
I have a PPPoE server running on a linux box that accepts multiple PPPoE
sessions from clients. I'd like to bridge each of the sessions together so
that it looks like just one interface. Below is a diagram:
br0
|
-------------------------------
| | | |
ppp0 ppp1 eth3 ppp3
I've read that anything can be bridge as long as MTU is the same.
2004 Aug 17
2
Two Adsl connections following lartc.rpdb.multiple-links.html instructions....
I have two adsl lines on my linux firewall box and i want to do some load balance between them...i tried a lot of different things, but it isnĀ“t working...Following the instructions of http://lartc.org/howto/lartc.rpdb.multiple-links.html i used the configuration above. using "iptraf" I can see some few packets using the ppp1 connection, but almost all the packets use ppp0 connection.
2008 Aug 05
4
Multi ISP ppp0 and ppp1 switching
Hi, I currently connect to my ISP via my adsl modem in bridge mode and PPPoE. I am due to put a second PPPoE ISP onto my firewall box which will give me ppp0 (general) and ppp1 (static leased line). The static leased line will run a number of services on its static IP and it is therefore imperative to make sure rules defined for the static line are assigned to the correct interface. I need this to
2003 Aug 08
1
Two ADSL lines with PPPoE in one server.
Hello,
My system is:
Server with Slackware 8.1 LINUX, ADSL Internet with PPPoE connection,
and I masquerade my LAN. I use "Roaring Penguin" PPPoE client for my
ADSL connection.
I would like to connect another ADSL line (also PPPoE) to my server
and have two lines, because I want to make "Simple source policy
routing", as described in LARTC HOWTO.
How should I set up my
2006 Apr 14
3
Shaping per IP in PPPoE borrowing or sharing Uplink or Downlink
helo again. I think this question i am asking is worth:
we know that pppoe-server creates a pppX device on each connection done
to it.
So, when i have to shape, i have to shape each pppX connection device on
itself alone.
What i know is that the borrowing method on one device by itself, e.g.
ppp0, alone using HTB or the like. this means that i have to create for
another device, e.g. ppp1,
2004 Jan 13
1
simple(?!?) source routing
Hi,
I''ve set up a Linux box with redhat on to act as an internet gateway and I''m running into a few problems. Its got two adsl modems connected to it, both connected to seperate 512kbs lines. Now I''ve followed the simple source routing in the advanced routing howto to the letter but it doesnt work.
I''ve got it autoconnecting on startup and redhat puts ppp1
2004 Aug 20
0
Load Balance adsl connections: a complete explanation of my case...
I have a linux server running Mandrake 10, with the kernel
configured with "CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y" options, with 4 ethernet
cards:
- 2 ethernet used to connect to my lan (eth0=192.168.1.x and
eth1=192.168.2.x)
- 2 ethernet used to internet connection (2 adsl lines, both
with 600/300 kbtis)
The two lan are used to share
2005 Sep 29
7
need help on multiple isp routing
i''ve read your http://lartc.org/howto/lartc.rpdb.multiple-links.html article
as well as Advanced IP Routing (esp. chapter 10.4) and still unable to make
this thing work. am i that helpless? :)
is there anyone to guide me through the multiple ISP setup?
into details. i got 2 dsl connections from different ISPs (A and B), both
connections use PPPoE, both got assigned with dynamic IPs
2004 Jan 15
2
Fw: Re:simple(?!?) source routing
Hi,
Thanks for the reply. Thats where the problem starts. If I set ppp0 as
the
default gw the internet doesnt work anymore. This is how im doing it...
route del default
route add default gw 217.32.81.74 dev ppp0
if I put it back to ppp1...
route del default
route add default gw 217.32.68.73 dev ppp1
It works fine again. Whats up with that?
Cheers,
Chris
----- Original Message
2009 Mar 04
1
MultiWAN & Vlans
Hello,
I''m trying to setup an 8 port wan configuration (pptp+pppoe) with one vlan trunk.
My internal networks are :
LAN(eth9): 10.0.0.0/16
VLAN10(eth9) 10.10.0.0/24
VLAN20(eth9) 10.20.0.0/24
VLAN30(eth9) 10.30.0.0/24
VLAN100(eth9) 10.100.0.0/24
I would like to post my configuration here since i don''t success to do the following:
1. Communicate between VLANxx to LAN
2007 Feb 05
2
tc filter matches ip fileds inside pppoe frames
I have a requirement which I guess it is not too unusually, however I haven''t
quite figured out how to do it and couldn''t find any examples which handle that.
I have made myself a Linux-based bridge, eth0 bridged with
eth1 to form br0.
In this bridge, I run ''tc'' script to handle QoS.
So far nothing unusual.
However, what''s different is that this
2003 Jan 15
2
pppoe and /etc/shorewall/interfaces
I am a newbie to linux and shorewall. I am reading the shoreall
quickstart guides. I am a bit confused about the following statement:
----------- quote --------------
The firewall has two network interfaces. Where Internet connectivity
is through a cable or DSL "Modem", the External Interface will be the
ethernet adapter that is connected to that "Modem" (e.g., eth0)
unless you
2006 Aug 29
1
pppoe problems
I'm having problem connecting to my isp with my sangoma s518. Everything
seems to run smooth and wanrouter are training to connect....but forever..
Now, to test the connection i mounted up my standard nic and my old dsl
router, to establish a standard basic pppoe connection..... and I can't
with centos.
I follow this standard setup:
2004 Apr 02
1
help with multiple IP over pppoe
I am having a little trouble getting my head around this so any help would be appreciated.
I have just signed up a new service and have been allocated the following subnet which gives me 30
usable IP addresses.
210.15.xxx.192/27
The connection is made via pppoe which works fine and the connection creates ppp0 and assigns
210.15.xxx.193.
Now I want to use 4 IP''s in a DMZ and the reset
2006 Oct 10
0
mutliple ISP's cont.
Hi Paul,
thanks for your answers.
> 3 DSL (ppp0,ppp1,ppp2) providers from the same ISP. (which means they have
> the same gateway, but different static ISP''s)
Do they actually have the same peer address?
The connection is pppoe, the gateway is assigned by the ISP and the 3 ADSL
connections next hop is to the same Router at the ISP.
The gateway is the same for all 3 connections
2006 Aug 18
3
iproute2, alternative tables, no default route: routing trouble for localhost
Hi.
The task:
1. There 3 servers and a router with 2 PPPoE connections (let call them:
ppp0, ppp1).
2. There are several groups of Inet-clients to be served (Servers,
Clients and Club).
3. The task is:
- to route Club through the ppp1;
- to Servers and Clients through ppp0;
(Next is reproduced from memory and may be slightly incorrect)
router # netstat -nr
Kernel IP routing table
2005 Sep 29
0
what am i doing wrong?
#!/bin/sh
PPP=(ppp0 ppp1)
IP=(`ifconfig ${PPP[0]}|sed -n 2p|column -s ":" -t|awk ''{print $3}''`
`ifconfig ${PPP[1]}|sed -n 2p|column -s ":" -t|awk ''{print $3}''`)
GATEWAY=(`ifconfig ${PPP[0]}|sed -n 2p|column -s ":" -t|awk ''{print $5}''`
`ifconfig ${PPP[1]}|sed -n 2p|column -s ":" -t|awk ''{print