2019-02-08 08:20:32 +00:00
|
|
|
===========
|
|
|
|
Diagnostics
|
|
|
|
===========
|
|
|
|
|
|
|
|
In order to get more insight into your network, and to help solve problems, OPNsense contains several diagnostic tools.
|
|
|
|
|
|
|
|
The tools can be found in three places:
|
|
|
|
|
2019-03-06 17:27:21 +00:00
|
|
|
* :menuselection:`System --> Diagnostics`
|
2019-03-15 13:41:27 +00:00
|
|
|
* :menuselection:`Interfaces --> Diagnostics` (plus one under :menuselection:`Interfaces --> Overview`
|
2019-03-06 17:27:21 +00:00
|
|
|
* :menuselection:`Firewall --> Diagnostics`
|
2019-02-08 08:20:32 +00:00
|
|
|
|
|
|
|
The following tools are available:
|
|
|
|
|
2019-03-06 17:27:21 +00:00
|
|
|
================================================================== ===========================================================================
|
|
|
|
:menuselection:`System --> Diagnostics --> Activity` Show executed commands
|
|
|
|
:menuselection:`System --> Diagnostics --> Services` Shows running services, allows starting/stopping/restarting
|
|
|
|
:menuselection:`Interfaces --> Diagnostics --> ARP Table` Show ARP table, which lists local connected IPv4 peers
|
|
|
|
:menuselection:`Interfaces --> Diagnostics --> DNS Lookup` Easy lookup of IPs and A records that belong to a hostname
|
|
|
|
:menuselection:`Interfaces --> Diagnostics --> NDP Table` Show NDP table, which lists local connected IPv6 peers
|
|
|
|
:menuselection:`Interfaces --> Diagnostics --> Packet capture` Capture packets travelling through an interface
|
|
|
|
:menuselection:`Interfaces --> Diagnostics --> Ping` Ping a hostname or IP address
|
|
|
|
:menuselection:`Interfaces --> Diagnostics --> Port Probe` Test if a host has a certain TCP port open and accepts connections on it
|
|
|
|
:menuselection:`Interfaces --> Diagnostics --> Trace Route` Trace route to a hostname or IP address
|
2019-03-15 13:41:27 +00:00
|
|
|
:menuselection:`Interfaces --> Overview` Shows status, addresses, packet counts, etc. per interface
|
2019-03-06 17:27:21 +00:00
|
|
|
:menuselection:`Firewall --> Diagnostics --> pfInfo` General information and statistics for pf
|
|
|
|
:menuselection:`Firewall --> Diagnostics --> pfTop` Currently active pf states and routes
|
|
|
|
:menuselection:`Firewall --> Diagnostics --> pfTables` Shows IP addresses belonging to aliases
|
|
|
|
:menuselection:`Firewall --> Diagnostics --> Sockets` Shows listening sockets for IPv4 and IPv6
|
|
|
|
:menuselection:`Firewall --> Diagnostics --> States Dump` Currently active states
|
|
|
|
:menuselection:`Firewall --> Diagnostics --> States Reset` Delete active states and source tracking (cancels connections)
|
|
|
|
:menuselection:`Firewall --> Diagnostics --> States Summary` Show states sorted by criteria like source IP, destination IP, …
|
|
|
|
================================================================== ===========================================================================
|