From f2f2eb7a5ec9980d956075c72cdeb495a6627f53 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Sat, 15 Apr 2023 19:27:55 +0200 Subject: [PATCH] Interfaces: Diagnostics: Trace Route - extend doc for new mvc module --- source/manual/diagnostics_interfaces.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/source/manual/diagnostics_interfaces.rst b/source/manual/diagnostics_interfaces.rst index ae23fd31..aac54d43 100644 --- a/source/manual/diagnostics_interfaces.rst +++ b/source/manual/diagnostics_interfaces.rst @@ -228,3 +228,18 @@ Trace Route Use `traceroute `__ / `traceroute6 `__ to measure the path traffic would follow when trying to reach a specific host. + +============================================================================================================================================== + +=========================== ================================================================================================================== +Hostname or IP Target hostname or ip address +Address Family Address family to use +Protocol Protocol to use for the trace, by default UDP is used, if this doesn't work, ICMP is available as alternative +Source address Source address (default empty) +=========================== ================================================================================================================== + + +.. Tip:: + The result grid also contains the `autonomous system number `__ + which can be practical if you want to filter traffic to or from a specific party. Use :menuselection:`Firewall --> Aliases` + to collect the associated networks and add them in rules. \ No newline at end of file