Allow specific source address/interface for outgoing traffic

Issue #276 resolved
Ulrich Windl created an issue

For multi-homed hosts it's not always clear which outgoing interface (which source address) will be used when a packet to test some remote service is being sent. A way to specify which local IP address (which interface) to use when creating traffic would be very much appreciated. In environments with firewalls, the source address may decide whether some packet arrives, or not. So this feature seems to be rather useful.

Comments (4)

  1. Tildeslash repo owner

    fix Issue #276: Allow specific source address for port and ping tests.

    Example:

        if failed ping via address "192.168.1.10" then alert
        if failed port 80 via address "192.168.1.10" then alert
    

    → <<cset 435d20add849>>

  2. Log in to comment