Ping Setup

Hi All-If I required to have an application program try to send a ping to an IP using sockets etc, what all need to be setup for this in Solaris 10 x86 box. I would appreciate your inputs. Regards
[217 byte] By [ledzepa] at [2007-11-27 0:44:46]
# 1

Well I suggest you to set up network. IP address and DNS if needed. If you are only at home and have connected two computers, you can use /etc/hosts for dns resolution. Then you can ping your host. Man ping.

ping host or ping IP

http://docs.sun.com/app/docs/doc/816-4554/6maoq01lb?a=view

matejusea at 2007-7-11 23:09:20 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
The ping command would be for example ping 192.168.1.1/usr/sbin/ping -s 192.168.1.1
mrmdlsa at 2007-7-11 23:09:20 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...