Displaying 20 results from an estimated 100 matches similar to: "DGD of upstream routers"
2005 Jul 06
2
Classid limit at 10000
Hi
I''m setting up shaping using HTB and hashkey. It seems like there is a
limit on the number of classid''s at 10000?
How can I go higher than 10000?
This is what my output say when I reach classid number 10000:
...
...
/sbin/tc class add dev eth0 parent 2:6 classid 2:9998 htb prio 5 rate
768kbit ceil 768kbit burst 0 cburst 0
/sbin/tc qdisc add dev eth0 parent 2:9998 handle
2007 Mar 20
1
TC Filter matching all
Hello!
I was always using "default" in HTB to choose default class, but now I
need to do it with filters. Tried following command:
# tc filter add dev eth0 protocol ip parent 10: prio 2 flowid 10:2
Unknown filter "flowid", hence option "10:2" is unparsable
It is from example in LARTC Howto.
My question is then - how to make a filter matching all without eating
2007 Jun 05
3
Multipath routing
Hello!
I have trouble with multipath routing. Those options are enabled in kernel:
[*] IP: policy routing
[*] IP: equal cost multipath
[*] IP: equal cost multipath with caching support (EXPERIMENTAL)
<*> MULTIPATH: round robin algorithm
But issuing:
ip r a 1.2.3.0/23 scope global equalize nexthop via 80.245.176.11 \
dev eth0 weight 1 nexthop via 80.245.176.13 dev eth0
2006 Apr 12
7
ESFQ not so fair?
Hello!
I am using since yesterday ESFQ instead of N HTB queues. It mostly
works OK, but when somebody is using one single sesion (for example
downloading file via FTP), it gets weird speed. For example it is 20
kilobytes pres second, then drops down to 9, then 20 again, and then
slowly to 0 and stops. But when using download accelererator of some
kind or bittorrent client which uses many
2006 Apr 30
1
PPPoe, Bgp
Refering to pppoe i have next problem :
I asked my isp if i can buy a class of real ip`s to be routed by them.
They said elegantly it can`t be done .
I want opinions .
I am using an ADSL connection through a Speedtouch 510 configured in bridge.
About Bgp :
i asked someone if i can peer 2 different locations on 2 different ip`s
using private asn number and he said yes , and what i don`t
2007 May 11
2
Re: DGD patch not detecting dead gateway
I have a doubt. If you use such a script monitoring the link status with
ping and then reconfiguring, why do you need the DGD patch? You need to
do some reconfiguration (change multipath to a single default route)
anyway if you use the script, right?
Also, the DGD patch uses src to lookup the routing table entry, but if
you have a dynamic IP for the WAN interface (PPPoE, DHCP etc), this
approach
2005 Oct 27
1
tc rules and DGD patches
Hi All,
I have one query which may be quite silly. My Linux
internet gateway has Dead Gateway Detetction patches
applied to it''s kernel. If I am right, the DGD patches
allow us to add static routes which are not destroyed
even if the interface or the link goes down. I want to
know whether, with the DGD patches applied, the
traffic shaping rules defined using tc, added to an
interface
2003 Feb 21
0
Solved: dgd/iproute/iptables multihoming problem
Specifying a source for the multipath route solved the problem.
> ip rule add priority 200 table multi
should be
ip rule add prio 200 from $INT_NET table multi
> ip route add default table multi proto static \
> nexthop via $EXB_GW dev $EXB_IF weight 1 \
> nexthop via $EXA_GW dev $EXA_IF weight 1
g
2003 Feb 21
0
dgd/iproute/iptables multihoming problem
I am running 2.4.20 with Julian Anastasov''s patches
(routes-2.4.20-9.diff), iptables v1.2.6a, iproute2-ss010824 on Debian.
I have set up our internal gateway to multihome 2 T1''s as described in
http://www.linuxvirtualserver.org/~julian/nano.txt . The only
difference is that I use multiple IP''s on the external interfaces.
EXA A.B.C.225
--------------------
2006 Jun 14
1
fwmark filter doesn''t work as expected
Hello!
Currently I am marking packets with IPMARK, and then using following rules:
1: class add dev eth0 parent 1:4 classid 1:100a htb rate $rate ceil
$ceil quantum 1600
2: qdisc add dev eth0 parent 1:100a handle 100a:0 sfq perturb 10
3: filter add dev eth0 protocol ip parent 1:0 pref 30 handle 4106 fw
classid 1:100a
4: class add dev eth1 parent 1:2 classid 1:100a htb rate $rate ceil
$ceil
2005 Dec 17
0
ipt_IPMARK.c should have nfcache removed
Hello!
I think 36th line of ipt_MARK which is
(*pskb)->nfcache |= NFC_ALTERED;
Should be removed. At least looking at that patch:
http://lists.netfilter.org/pipermail/netfilter-devel/2005-July/020382.html
--
Michał Margula, alchemyx@uznam.net.pl, http://alchemyx.uznam.net.pl/
"W życiu piękne są tylko chwile" [Ryszard Riedel]
2007 Jan 19
10
DGD patch not detecting dead gateway
Hello all!
I applied http://www.ssi.bg/~ja/routes-2.6.8-10.diff patch to kernel
2.6.8.1 and it works fine, or almost fine. It does the load balancing
well, but when one link is dropped it continues to try it.
At the end of http://www.ssi.bg/~ja/nano.txt it is said to ping
gateway 1 and gateway 2, for the kernel to know if that route is
working, but since my linux is connected to the links
2007 Mar 02
8
DNAT and Load Balancing
Hi all!
After that good thread "DGD patch not detecting dead gateway" I was
able to set up a Load Balancing with ping based DGD (without Julian
Anastasov patch). But now I''m facing a new problem and tried some
options, with only partial solutions.
I made a script based on
http://www.mail-archive.com/lartc@mailman.ds9a.nl/msg16257.html (Thank
you Manish Kathuria),
2007 Nov 06
1
dead router detection
Hi all
I would like to know what happens with a dead router in a multipath
configuration like the one presented
http://lartc.org/howto/lartc.rpdb.multiple-links.html
Do i need to monitor dead routers and reconfigure ?
Guillermo
2006 Apr 21
16
[Bug 460] Unknown error 4294967295
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=460
laforge@netfilter.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From laforge@netfilter.org
2006 Jan 26
4
Problems in Dead Gateway Detection / Failover - Multiple ISP Links
Hello,
I have configured a load balancing router using Julian''s patches and as
described in "nano.txt" for two ISP links as shown below.
ISP 1 ISP 2
. .
| |
| |
| |
| WAN
2004 Jul 18
0
dead gateway detection/failover without load ballancing?
Greetings,
I wanted to ask the list a question about dead gateway detection. I''ve followed the wonderful writeup by Christoph Simon on how to use Julians patch for dgd on two loadballanced connections, but I don''t want them loadballanced. How can I setup two default gateways but always have one be the preference unless it goes down. Once the dgd code sees that have it switch
2005 Mar 15
4
simple routing protocol for VPN redundancy?
Hello all,
I need a very simple routing protocol for VPN redundancy.
We have several sites and each site has a Linux router and two IPCops each
with an ADSL connection to the internet using different ISP''s.
I have configured VPN''s between all of the sites for each IPcop on ispA and
the same for the IPCops on ispB. This way, if one of the ISP fails, I change
the route on the
2006 Feb 09
8
load balancing and failover
Hi,
A friend of mine has 2 lines of 512kbps terminated in two Linux boxes.
He now want to remove those 2 boxes and have some device which will
loadbalance the two ISPs and also have a failover arrangement. But he
has agreed to give me a chance to do it on Linux for my own
satisfication.
Is this easy to do with lartc? How do I go about it exactly? I have
very less time to do it since his
2005 Feb 16
11
Load Balancer setting for Public Servers
Hello,
I have finished setting up the load balancer with IPROUTE ... also patch the
kernel to support DGD and now it''s working fine with the valuable guide at
LARTC website, Julian Anastasov, and the kind people in this mailing list.
Now I would like to launch a web server and a ftp server to the public but
I''m stuck into a problem and really need your help.
Currently internal