Re: [LARTC] routing between two isp

2006-10-13 Thread Dashamir Hoxha
Have a look at this: http://linux-ip.net/html/adv-multi-internet.html [EMAIL PROTECTED] wrote: I have three ethernet card and two of them connected to diffrent ISP and has diffrent gateways. And one ethernet card is connected to local lan. I have installed iptables and configured the firwall

Re: [LARTC] Two outbound internet links, using one network interface

2006-10-13 Thread Dashamir Hoxha
Pio Mendez wrote: PREROUTING chain is not traversed by local traffic, but OUTPUT chain does. I think that OUTPUT is traversed after routing decision is taken, so it is still the same problem. Alexandru Dragoi wrote: You need a switch with 802.1q vlan support (cisco for example). The

Re: [LARTC] Two outbound internet links, using one network interface

2006-10-13 Thread Dashamir Hoxha
Pio Mendez wrote: Pio Mendez wrote: PREROUTING chain is not traversed by local traffic, but OUTPUT chain does. I think that OUTPUT is traversed after routing decision is taken, so it is still the same problem. I'm using OUTPUT chain in production environment

Re: [LARTC] Cant get transparent proxy to route out new ISP.

2006-10-13 Thread Andrei Sandu
You can do that by inserting this into your squid.conf configuration file:tcp_outgoing_address IPNote, that the IP you put there is the IP assigned by the ISP you want to route the proxy traffic through. You should also have : ip rule from IP table DSL_ISP_TABLE_NAMEto route packets from that IP

[LARTC] Ethernet packet loss - frame errors

2006-10-13 Thread Justin Schoeman
Hi all, I have the following problem. A Linux box configured as a bridge. One interface connects to the router via a crossover cable, the other connects to a switch via the cable that used to go to the router. Now I get the following: [EMAIL PROTECTED] net]# ifconfig eth3 eth3 Link

Re: [LARTC] Ethernet packet loss - frame errors

2006-10-13 Thread Andrei Sandu
Possibly the length of the cable ?On 10/13/06, Justin Schoeman [EMAIL PROTECTED] wrote: Hi all,I have the following problem. A Linux box configured as a bridge. Oneinterface connects to the router via a crossover cable, the other connects to a switch via the cable that used to go to the router.Now

[LARTC] Non-classful per source capping

2006-10-13 Thread Andrew Hall
Hello, I've been looking for a kernel implementation of simple bandwidth cappingthat will allow simple per (source) IP based bandwidth capping without the overheads associated with something like classful HTB. I have been unable to find anything exising that does this. In principle I'd

[LARTC] load balancing

2006-10-13 Thread Indunil Jayasooriya
http://www.linuxquestions.org/linux/answers/Networking/Spanning_Multiple_DSLs-- Thank youIndunil Jayasooriya ___ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

Re: [LARTC] Ethernet packet loss - frame errors

2006-10-13 Thread Justin Schoeman
Andrei Sandu wrote: Possibly the length of the cable ? It is a 5m cable. It is also the 'common' cable - it is unplugged from the router and plugged into the bridge (the other side stays in the switch). -justin On 10/13/06, *Justin Schoeman* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

[LARTC] load balancing

2006-10-13 Thread Indunil Jayasooriya
try this echo 11 line1 /etc/iproute2/rt_tablesecho 12 line2 /etc/iproute2/rt_tablesip route add 1.2.3.0/29 dev eth0 src 1.2.3.6 table line1ip route add default via 1.2.3.5 table line1ip route add 192.168.6.0/24 dev eth1 src 192.168.6.4 table line2ip route add default via 192.168.6.254

[LARTC] HFSC question??

2006-10-13 Thread Thossapron Apinyapanha
1. HFSC have 4 curve such sc, rc, ls, uland 1.1 In leaf class can specify rc for guarantee service (bandwidth and delay) and If want to sharing fairness exceess service, we must specify ls and ul curve too (ls curve with paramater m2 specify at lease sharing bandwidth in that class will receive

[LARTC] HTB has 2 bucket?

2006-10-13 Thread Thossapron Apinyapanha
in HTB use 2 bucket for manage 2 rate??? first bucket - keep token for sending with rate second bucket - keep ctoken for sending with ceil rate Is it true?? may be i'm misunderstand about token/bucket thoery___ LARTC mailing list LARTC@mailman.ds9a.nl

Re: [LARTC] HTB has 2 bucket?

2006-10-13 Thread Martin A. Brown
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greetinsg Thossapron, : in HTB use 2 bucket for manage 2 rate??? first bucket - keep : token for sending with rate second bucket - keep ctoken for : sending with ceil rate Is it true?? may be i'm misunderstand : about token/bucket thoery Yes,

Re: [LARTC] Ethernet packet loss - frame errors

2006-10-13 Thread Stephen Hemminger
On Fri, 13 Oct 2006 10:26:14 +0200 Justin Schoeman [EMAIL PROTECTED] wrote: Hi all, I have the following problem. A Linux box configured as a bridge. One interface connects to the router via a crossover cable, the other connects to a switch via the cable that used to go to the router.