mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
13d109f598
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
29 lines
1,022 B
Text
29 lines
1,022 B
Text
2ping (bi-directional ping utility)
|
|
|
|
2ping is a bi-directional ping utility. It uses 3-way pings (akin to
|
|
TCP SYN, SYN/ACK, ACK) and after-the-fact state comparison between a
|
|
2ping listener and a 2ping client to determine which direction packet
|
|
loss occurs.
|
|
|
|
The package includes a wireshark plugin for decoding the 2ping
|
|
protocol.
|
|
|
|
If you would like to quickly test 2ping against a remote listener
|
|
without setting up your own, there are several public test
|
|
listeners available. Try test.2ping.net, cromulent.colobox.com, or
|
|
linode-london.mirrors.finnix.org.
|
|
|
|
To run a listener, you can manually start it with e.g. "2ping --listen".
|
|
If you want to start a listener at boot, add a command like this to
|
|
/etc/rc.d/rc.local:
|
|
|
|
su nobody -s /bin/sh -c \
|
|
'exec /usr/bin/2ping --quiet --listen' \
|
|
&> /dev/null &
|
|
|
|
Optional dependencies: Certain command line options to 2ping require
|
|
additional packages.
|
|
|
|
- python3-dnspython: --srv option.
|
|
- python3-netifaces: --all-interfaces option.
|
|
- python3-pycrypto: --encrypt option.
|