[smokeping-users] How to bind multi local IP address ?
Calvin Park
carrot at carrotis.com
Mon Apr 19 05:47:04 CEST 2010
Hello SmokePing Users ~
I have plan that SmokePing check the network latency of many ISP lines.
My single linux host has many ip address.
ex)
10.0.0.1 /24 ( local IP 1 )
10.0.1.1 /24 ( local IP 2 )
10.0.2.1 /24 ( local IP 3 )
10.0.3.1 /24 ( local IP 4 )
...
and that's IP addresses have each GW IP addresses and I applied source
routing like belows.
ip route add 10.0.0.1/24 via 10.0.0.254 ( ISP A )
ip route add 10.0.1.1/24 via 10.0.1.254 ( ISP B )
ip route add 10.0.2.1/24 via 10.0.2.254 ( ISP C )
...
I need SmokePing option about local IP address binding.
ex)
smokeping --bind-address=10.0.0.1 ; smokeping --bind-address=10.0.1.1
; smokeping --bind-address=10.0.2.1 ...
How can I do ?
More information about the smokeping-users
mailing list