Using netstat
Netstat is a command-line utility that displays network connections for the TCP routing tables, and a number of network interface and network protocol statistics.
This recipe describes how to use netstat in pfSense.
How to do it...
- Navigate to Diagnostics | Command Prompt.
- In the Execute Shell Command text field, enter
netstat
, along with any parameters you wish to pass to the program. For example,netstat -a
displays all network connections, for both TCP and UDP. - Click on the Execute button.
- The output should resemble the following: