Problems with load balancing

Linux Advanced Routing and Traffic Control

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have 2 providers, each on a separate interface, and a LAN on the third interface. After I do the load balancing, only one line is used and the traffic gets through very hard. Also, a simple command, like iptables -t nat -L, takes very long to show the output. Does anyone know what could be wrong?
I list my outputs here:

taurus:~# ip route show all
192.168.2.0/26 dev eth0  proto kernel  scope link  src 192.168.2.22
86.55.39.128/25 dev eth1  proto kernel  scope link  src 86.55.39.223
10.0.0.0/24 dev eth2  proto kernel  scope link  src 10.0.0.1
default
        nexthop via 192.168.2.1  dev eth0 weight 1
        nexthop via 86.55.39.129  dev eth1 weight 1


taurus:~# ip route show table RTC
192.168.2.0/26 dev eth0  scope link  src 192.168.2.22
86.55.39.128/25 dev eth1  scope link
10.0.0.0/25 dev eth2  scope link
127.0.0.0/8 dev lo  scope link
default via 192.168.2.1 dev eth0

taurus:~# ip route show table EVO
192.168.2.0/26 dev eth0  scope link
86.55.39.128/25 dev eth1  scope link  src 86.55.39.223
10.0.0.0/25 dev eth2  scope link
127.0.0.0/8 dev lo  scope link
default via 86.55.39.129 dev eth1

taurus:~# iptables -t nat -L
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination
SNAT       all  --  10.0.0.0/24         !10.0.0.0/24         to: 10.0.0.1

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

_______________________________________________
LARTC mailing list
LARTC@xxxxxxxxxxxxxxx
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

[Index of Archives]     [LARTC Home Page]     [Netfilter]     [Netfilter Development]     [Network Development]     [Bugtraq]     [GCC Help]     [Yosemite News]     [Linux Kernel]     [Fedora Users]
  Powered by Linux