Hi list

We're trying to a 'weight' to pipe traffic through two channels to the
internet from an office.

This is our route info:

# ip route list
192.231.203.132 via 192.168.4.254 dev eth0
61.8.0.113 via 192.168.4.1 dev eth0
192.168.4.0/24 dev eth0  proto kernel  scope link  src 192.168.4.2
192.168.3.0/24 dev eth2  proto kernel  scope link  src 192.168.3.1
192.168.2.0/24 dev eth1  proto kernel  scope link  src 192.168.2.1
192.168.1.0/24 dev eth1  proto kernel  scope link  src 192.168.1.1
192.168.0.0/24 dev eth1  proto kernel  scope link  src 192.168.0.1
default
        nexthop via 192.168.4.1  dev eth0 weight 1
        nexthop via 192.168.4.254  dev eth0 weight 3


We were thinking, having RTFMed, that the traffic going thru
192.168.4.1 is three times of that going to 192.168.4.254.
but it seems all the traffic is going to 192.168.4.1.

Java being our forte, we were wondering if there was an
org.iproute.node.setWeightMultiplier() method call or something?

Just kidding, perhaps there is something we are missing? Any help
mucho appreciado.


Best regards


Stuart Guthrie
Director
Polonious Pty Ltd
(w) http://www.polonious.com.au
(m) 0403 470 123
Polonious Support Numbers:
Sydney: 61-2-9007-9842
Chicago: 1-312-212-3952

This above all: to thine ownself be true,
And it must follow, as the night the day,
Thou canst not then be false to any man.
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to