diff options
author | Oliver Smith <oliver@zerolag.com> | 2013-08-20 07:19:14 -0700 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-08-21 00:32:27 +0200 |
commit | 5e739dd87b4f08f9ff7144c66c14e1d8e8bdef1c (patch) | |
tree | 3f939709b2a927b8042449007378644c0c24a071 /astraceroute.8 | |
parent | b67df4299c18ba3f3fb30a2e3488873bd49d4153 (diff) |
astraceroute: Support binding to a specific IP address.
In a situation where the IP that you wish to use as the source address
differs from the interface it needs to be sent from, it is now possible
to manually specify an address to bind to whilst still being able to
specify the physical interface to send from.
[Fixed up whitespace, minor coding style and added man-page entry --DB]
Signed-off-by: Oliver Smith <oliver@zerolag.com>
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'astraceroute.8')
-rw-r--r-- | astraceroute.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/astraceroute.8 b/astraceroute.8 index 41d0320..dd33985 100644 --- a/astraceroute.8 +++ b/astraceroute.8 @@ -43,6 +43,10 @@ port used is 80. .SS -i <device>, -d <device>, --dev <device> Networking device to start the trace route from, e.g. eth0, wlan0. .PP +.SS -b <IP>, --bind <IP> +IP address to bind to other than the network device's address. You must specify +''\-6'' for an IPv6 address. +.PP .SS -f <ttl>, --init-ttl <ttl> Initial TTL value to be used. This option might be useful if you are not interested in the first n hops, but only the following ones. The default |