On Thu, 22 Jun 2000, you wrote:
> Hi to all you fellow Rebolians,
> 
> I am new to Rebol as well as to Network-Programming. I need to develop a
> kind of Ping Tool to check which IP-adresses in our WAN are connected and
> get the adresses returned.
> 
> 1 Q. How can i ping via TCP/IP with REBOL?

You cannot. Ping requires ICMP, and on many oeprating systems that requires
superuser (root) privileges.

> 2 Q. How can i retrieve the connected adresses?

If the machines are running any TCP services then try to connect to them.

--
Holger Kruse
[EMAIL PROTECTED]

Reply via email to