Hi Calvin, Today Calvin Park wrote:
> 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 ? smokeping itselv does not know about IP addresses, it just directs the probes ... some probes allow you to specify the sender (bind) address ... for fping there is a patched version on the smokeping download page which allows that (together with the trunk snapshot of smokeping). cheers tobi > > _______________________________________________ > smokeping-users mailing list > [email protected] > https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users > > -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland http://it.oetiker.ch [email protected] ++41 62 775 9902 / sb: -9900 _______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
