• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: check available remote machines? possible?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: check available remote machines? possible?


  • Subject: Re: check available remote machines? possible?
  • From: Martin Orpen <email@hidden>
  • Date: Tue, 29 Nov 2005 23:53:58 +0000
  • Thread-topic: check available remote machines? possible?

on 29/11/05 22:57, Emmanuel at email@hidden wrote:

> At 10:32 PM +0100 11/29/05, demski wrote:
>> Hi list,
>> anybody here to know about how to check for available machines
>> running remote applications (esp. one e.g. "iCal") on the internal
>> network?
>> The problem is, that there must be control if single machines run
>> before trying to do any remote actions on them?
>
> I think that "ping" is for that.

I think that nmap (if you have it installed) is better for that:

do shell script "/sw/bin/nmap -p 3031 192.168.1.1-255 | awk '/Interesting/ {
print $NF }'"

-->"(192.168.1.2):
(192.168.1.3):"

Or even telnet. Connecting to port 3031 should give you the response of:

    "Connection closed by foreign host."

On Macs that have RAE enabled.

Those that don't should just time out.

Regards

--
Martin Orpen


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Re: check available remote machines? possible? (From: Emmanuel <email@hidden>)

  • Prev by Date: Re: check available remote machines? possible?
  • Next by Date: Re: Problem with GUI Scripting
  • Previous by thread: Re: check available remote machines? possible?
  • Next by thread: Re: check available remote machines? possible?
  • Index(es):
    • Date
    • Thread