Re: [LARTC] 2 ISP connection sharing problem

2007-09-03 Thread Arman
HI, Is not there any work around to tackle this. As i dont want to do such things on a live server. Like is not there any specific patch or libs to update instead of compiling Kernel. Hi, error iptables v1.2.11: Couldn't load match `u32':/lib/iptables/libipt_u32.so: cannot open shared

Re: [LARTC] 2 ISP connection sharing problem

2007-09-03 Thread Martin A. Brown
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Arman, : I have divided my network into 2 parts now that is : 193.168.3.127/25 and 192.168.3.128/25. According to this output, below, you have not divided your /24 into two different networks, and it's really not clear exactly what you are

Re: [LARTC] 2 ISP connection sharing problem

2007-09-03 Thread Marek Kierdelewicz
Hi I have divided my network into 2 parts now that is 193.168.3.127/25 and 192.168.3.128/25. I want to route part1 to ISP1 and Part 2 to ISP2. I have made changes into rules. But I think my Tables T1,T2 are not used and default table is in use. How can I command to use tables T1,T2 What is the

Re: [LARTC] 2 ISP connection sharing problem

2007-09-03 Thread Pan'ko Alexander
On Mon, 3 Sep 2007 22:57:06 +0500 Arman [EMAIL PROTECTED] wrote: I have divided my network into 2 parts now that is 193.168.3.127/25 and 192.168.3.128/25. I want to route part1 to ISP1 and Part 2 to ISP2. I have made changes into rules. But I think my Tables T1,T2 are not used and default

Re: [LARTC] 2 ISP connection sharing problem

2007-09-03 Thread Jorge Evangelista
Hi Arman, If you want to route part1 to ISP1 and Part 2 to ISP2. You should have the following rules ip rule add from 193.168.3.0/25 to 0.0.0.0/0 table 100 ip route add default via 192.168.1.1 table 100 ip rule add from 192.168.3.128/25 to 0.0.0.0/0 table 200 ip route add default via

Re: [LARTC] 2 ISP connection sharing problem

2007-09-02 Thread Arman
2.6.9-1.667 Any further pointer? -- Forwarded message -- From: Marek Kierdelewicz [EMAIL PROTECTED] To: lartc@mailman.ds9a.nl Date: Sun, 2 Sep 2007 13:33:11 +0200 Subject: Re: Re: [LARTC] 2 ISP connection sharing problem Hi, Thats fine but primary problem is that only one connection

Re: [LARTC] 2 ISP connection sharing problem

2007-09-02 Thread Alex Samad
@mailman.ds9a.nl Date: Sat, 1 Sep 2007 18:33:35 -0500 Subject: Re: [LARTC] 2 ISP connection sharing problem Hi, You should change your last rule for some as it: ip route add equalize default nexthop via 192.168.1.1 dev eth0 nexthop via 201.81.219.1 dev eth2 It works fine for load balancing

[LARTC] 2 ISP connection sharing problem

2007-09-01 Thread Arman
Hi all, I have a similar question like many asked before I know but Please help as i cant figure out where the problem is and how should I tackle. I have 2 ISP connections. I want to share the bandwidth from both. I have copied the script from many places and created my own after