Unix and Linux Discussions Tagged with ping port |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
3 |
6,467 |
Shell Programming and Scripting |
|
|
|
7 |
7,387 |
Shell Programming and Scripting |
|
|
|
4 |
10,032 |
Shell Programming and Scripting |
|
|
|
3 |
19,960 |
Solaris |
|
|
|
1 |
12,589 |
Cybersecurity |
|
|
|
1 |
11,665 |
IP Networking |
|
|
|
7 |
33,696 |
Shell Programming and Scripting |
|
|
|
10 |
59,391 |
UNIX for Advanced & Expert Users |
|
|
|
9 |
19,430 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
33,009 |
Solaris |
|
|
|
12 |
6,662 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
6,883 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
17,820 |
Solaris |
|
|
|
2 |
11,910 |
Solaris |
|
|
|
6 |
5,157 |
Shell Programming and Scripting |
|
|
|
5 |
47,053 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
11,083 |
AIX |
|
|
|
6 |
17,826 |
Shell Programming and Scripting |
|
|
|
6 |
6,449 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
10,889 |
SCO |
|
|
|
9 |
11,342 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,377 |
IP Networking |
|
|
|
5 |
6,560 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
9,847 |
UNIX for Dummies Questions & Answers |
|
|
|
39 |
32,104 |
Shell Programming and Scripting |
|
|
|
3 |
9,115 |
HP-UX |
|
|
|
6 |
12,203 |
AIX |
|
|
|
6 |
45,151 |
Programming |
|
|
|
5 |
16,961 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
4,934 |
AIX |
|
|
|
1 |
4,287 |
Solaris |
|
|
|
3 |
47,058 |
IP Networking |
|
|
|
4 |
4,581 |
Solaris |
|
|
|
3 |
4,063 |
IP Networking |
|
|
|
6 |
11,138 |
Solaris |
|
|
|
4 |
7,486 |
IP Networking |
|
|
|
10 |
4,096 |
Programming |
|
|
|
12 |
5,735 |
Solaris |
|
|
|
8 |
4,867 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,120 |
UNIX for Dummies Questions & Answers |
RDS-PING(1) BSD General Commands Manual RDS-PING(1)
NAME
rds-ping -- test reachability of remote node over RDS
SYNOPSIS
rds-ping [-c count] [-i interval] [-I local_addr] remote_addr
DESCRIPTION
rds-ping is used to test whether a remote node is reachable over RDS. Its interface is designed to operate pretty much the standard ping(8)
utility, even though the way it works is pretty different.
rds-ping opens several RDS sockets and sends packets to port 0 on the indicated host. This is a special port number to which no socket is
bound; instead, the kernel processes incoming packets and responds to them.
OPTIONS
The following options are available for use on the command line:
-c count
Causes rds-ping to exit after sending (and receiving) the specified number of packets.
-I address
By default, rds-ping will pick the local source address for the RDS socket based on routing information for the destination address
(i.e. if packets to the given destination would be routed through interface ib0, then it will use the IP address of ib0 as source
address). Using the -I option, you can override this choice.
-i timeout
By default, rds-ping will wait for one second between sending packets. Use this option to specified a different interval. The timeout
value is given in seconds, and can be a floating point number. Optionally, append msec or usec to specify a timeout in milliseconds
or microseconds, respectively.
Specifying a timeout considerably smaller than the packet round-trip time will produce unexpected results.
AUTHORS
rds-ping was written by Olaf Kirch <olaf.kirch@oracle.com>.
SEE ALSO
rds(7), rds-info(1), rds-stress(1).
BSD
Apr 22, 2008 BSD