Using ping
Ping is a command-line utility developed in the early 1980s, which has been included in every major OS since then. Ping tests the reachability of hosts on an Internet Protocol network. It measures the round-trip time for packets sent from a source node to a destination node to be echoed back to the source.
This recipe describes how to use the Ping utility in pfSense.
How to do it...
- Navigate to
Diagnostics
|Ping
:
- In the
Hostname
text field, enter the hostname or IP address of the destination. - In the
IP Protocol
drop-down menu, selectIPv4
orIPv6
as required. - In the
Source address
drop-down menu, select an interface to use as the source address, or leave it set toAutomatically selected (default)
.
- In the
Maximum number of pings
drop-down menu, select the maximum number of ping attempts (1-10). - Click on the
Ping
button.
How it works...
The Ping utility allows administrators to ping any machine on any interface, from any interface. Ping is indispensable, and having it built into the firewall...