mirror of
https://github.com/opnsense/docs.git
synced 2026-05-28 04:02:12 -04:00
Interfaces: Diagnostics: Trace Route - extend doc for new mvc module
This commit is contained in:
parent
4c2dadc84c
commit
f2f2eb7a5e
1 changed files with 15 additions and 0 deletions
|
|
@ -228,3 +228,18 @@ Trace Route
|
|||
|
||||
Use `traceroute <https://www.freebsd.org/cgi/man.cgi?query=traceroute>`__ / `traceroute6 <https://www.freebsd.org/cgi/man.cgi?query=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 <https://en.wikipedia.org/wiki/Autonomous_system_(Internet)>`__
|
||||
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.
|
||||
Loading…
Reference in a new issue