Scroll to navigation

PING3(1) General Commands Manual PING3(1)

NAME

ping3 - ICMP ping using raw sockets implemented in Python 3

SYNOPSIS

ping3 [OPTION] [DEST_ADDR ...]

DESCRIPTION

ICMP ping implementation using raw sockets in Python 3.

This manual page is for the ping3 executable. The Python module documentation is in /usr/share/doc/python3-ping3/README.md.gz.

Usually, only processes running as root can create raw sockets. See /usr/share/doc/python3-ping3/TROUBLESHOOTING.md to be able to use ping3 without root privileges.

The destination address can be an IP address or a domain name. Ex. 192.168.1.1 or example.com

Number of pings to be sent. Default is 4.

Time to wait for a response, in seconds. Default is 4.

Time to wait between each packet, in seconds. Default is 0.

LINUX ONLY. The gateway network interface to ping from. Default is None.

The IP address to ping from. This is for multiple network interfaces. Default is None.

The Time-To-Live of the outgoing packet. Default is 64.

The ICMP packet payload size in bytes. Default is 56.

Turn on DEBUG mode.

Turn on EXCEPTIONS mode.

Show help message and exit.

Show program's version number and exit.

AUTHOR

This manual page was written by Carles Pina i Estany <carles@pina.cat> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 any later version published by the Free Software Foundation.

SEE ALSO

ping(8)

Full documentation in /usr/share/doc/python3-ping3/README.md.gz