Re: How to get info about other machines on local network
Re: How to get info about other machines on local network
- Subject: Re: How to get info about other machines on local network
- From: Emmanuel LEVY <email@hidden>
- Date: Wed, 16 Sep 2009 21:44:02 +0200
The only thing I can think of is, if you can assume a reasonably short
range for the local IP's (such as: 10.0.1.2 to 10.0.1.128), to ping
them all in a loop - but it'll be long:
do shell script "ping -t 1 " & theIP -- 1 second per address approx.
You can build list the machines' IPs (those for which the line above
doesn't fail). Now, figuring out which is which would probably require
connecting with ssh, that is, attempting to authenticate into each
machine with all the possible user ids/passwords - not a cool thing
either.
Emmanuel
On Sep 16, 2009, at 11:32 AM, Peter Baxter wrote:
The only experience I have with this as AS, is
Choose URL
, however you can't do much with it other than choose the URLs found.
On 15/09/2009, at 4:21 PM, Ronald Hofmann wrote:
Hi everyone,
Since ip numbers in our local network are changing frequently I
want to find out via applescript which IP number is used by which
machine.
Is this possible or has somebody done this before?
Greetings, Ronald
---_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden
)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden