how to ping on older macos?

Ask a Question related to Mac Programming, Design and Development.

  1. #1

    Default how to ping on older macos?

    Hi all!!

    How can I ping a host from java program on macos older than X?
    I know there are some diagnostic utils but is there a simple way to ping
    and not opening any windows?

    PS I'm not a mac user nor mac programmer so please be specific, thanx.

    Regards, Rufio
    --
    nmap -sS -O -p80,81 [url]www.microsoft.com[/url]
    [..]
    Running: Linux 2.5.X
    OS details: Linux Kernel 2.4.18 - 2.5.70 (X86)
    rufio Guest

  2. Similar Questions and Discussions

    1. Net::Ping
      Using this module to test SMTP (port 25) connections, I want to close the connection gracefully instaed of simply closing the connection. Is there...
    2. Dir 8.5 - MacOS 9.2 projector in MacOS X Classic
      hi: does anybody has run a projector made with Director 8.5 - MacOS 9.2 in MacOS X Classic? any problems like autorun or Xtras? tia, David...
    3. Free FTP clients for MacOS 7.5.5 .. MacOS 9 ?
      Hello ! I am looking for "the" best FREE FTP client I) for MacOS 7.5.5 with OpenTransport 1.3 ( important for me, as this is the freely...
    4. Older Mac OS versions and older Macs
      Is there any advantage to using older versions of Mac OS with older Macs? Obviously you can't use OSX with an old 8500/120, but (for example) would...
    5. can't ping lan
      Hi I'm trying to set up IP masquerading. I had it set up under a previous install, but I can't get it going now. The problem seems to be related...
  3. #2

    Default Re: how to ping on older macos?

    In article <bkvs0v$13$3@opal.futuro.pl>,
    rufio <ruf(dziesi??)@usun.op.pl> wrote:
    > Hi all!!
    >
    > How can I ping a host from java program on macos older than X?
    > I know there are some diagnostic utils but is there a simple way to ping
    > and not opening any windows?
    >
    > PS I'm not a mac user nor mac programmer so please be specific, thanx.
    >
    > Regards, Rufio
    you can just send an ICMP packet from your java application..and time
    the response with a socket
    Mark Haase Guest

  4. #3

    Default Re: how to ping on older macos?

    on Fri, 26 Sep 2003 17:57:57 GMT Mark Haase <mehaase@earthlink.net>
    wrote:
    > In article <bkvs0v$13$3@opal.futuro.pl>,
    > rufio <ruf(dziesi??)@usun.op.pl> wrote:
    > > PS I'm not a mac user nor mac programmer so please be specific,
    > > thanx.
    > >
    > > Regards, Rufio
    >
    > you can just send an ICMP packet from your java application..and time
    > the response with a socket
    LOL: I didn't mean THAT specific, on the other hand this looks like only
    solution.
    Do I have to use openTransport via directLibrary (or what was its name?)
    or there is better way?

    Regards, Rufio
    --
    nmap -sS -O -p80,81 [url]www.microsoft.com[/url]
    [..]
    Running: Linux 2.5.X
    OS details: Linux Kernel 2.4.18 - 2.5.70 (X86)
    rufio Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139