<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 2010-01-13 17:32, <a class="moz-txt-link-abbreviated" href="mailto:squeak.delta@web.de">squeak.delta@web.de</a> wrote:
<blockquote
 cite="mid:6188.256310.1263400331686.JavaMail.fmail@mwmweb044"
 type="cite">
  <p><span style="font-size: 9pt;"><span
 style="font-family: verdana,geneva;"><span
 style="background-color: transparent;"><span
 style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);"><span
 style="background-color: transparent;"> Hi Squeak-Fans!<br>
  <br>
I am new in programming squeak and I have the following problem:</span></span></span></span></span></span></p>
  <p><span style="font-size: 9pt;"><span
 style="font-family: verdana,geneva;"><span
 style="background-color: transparent;"><span
 style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);"><span
 style="background-color: transparent;">I try to find all hosts, which
are running a special squeak network program I wrote.</span></span></span></span></span></span></p>
  <p><span style="font-size: 9pt;"><span
 style="font-family: verdana,geneva;"><span
 style="background-color: transparent;"><span
 style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);"><span
 style="background-color: transparent;">To do so I want to connect to
all hosts in my subnet. If I am able to connect to one </span></span></span></span></span></span></p>
  <p><span style="font-size: 9pt;"><span
 style="font-family: verdana,geneva;"><span
 style="background-color: transparent;"><span
 style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);"><span
 style="background-color: transparent;">it answers with a special
message. To calculate the IP-addresses of all these hosts I</span></span></span></span></span></span></p>
  <p><span style="font-size: 9pt;"><span
 style="font-family: verdana,geneva;"><span
 style="background-color: transparent;"><span
 style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);"><span
 style="background-color: transparent;">need the subnet mask and my
IP-address, I think.</span></span></span></span></span></span></p>
  <p><span style="font-size: 9pt;"><span
 style="font-family: verdana,geneva;"><span
 style="background-color: transparent;"><span
 style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);"><span
 style="background-color: transparent;">I know how to get my IP in
squeak, but I do not know how to get the subnet mask.</span></span></span></span></span></span></p>
  <p><span style="font-size: 9pt;"><span
 style="font-family: verdana,geneva;"><span
 style="background-color: transparent;"><span
 style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);"><span
 style="background-color: transparent;"> </span></span></span></span></span></span></p>
  <p><span style="font-size: 9pt;"><span
 style="font-family: verdana,geneva;"><span
 style="background-color: transparent;"><span
 style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);"><span
 style="background-color: transparent;">So my question is, is there a
possibility in squeak to determine the current subnet mask?</span></span></span></span></span></span></p>
  <p><span style="font-size: 9pt;"><span
 style="font-family: verdana,geneva;"><span
 style="background-color: transparent;"><span
 style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);"><span
 style="background-color: transparent;"> </span></span></span></span></span></span></p>
  <p><span style="font-size: 9pt;"><span
 style="font-family: verdana,geneva;"><span
 style="background-color: transparent;"><span
 style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);"><span
 style="background-color: transparent;">Thanks for your help,</span></span></span></span></span></span></p>
  <p><span style="font-size: 9pt;"><span
 style="font-family: verdana,geneva;"><span
 style="background-color: transparent;"><span
 style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);"><span
 style="background-color: transparent;">best regards.</span></span></span></span></span></span><br>
  </p>
</blockquote>
<br>
Hi<br>
take a look at the NetMorph image that have this capability:<br>
<br>
<a class="moz-txt-link-freetext" href="http://swikis.ddo.jp/NetMorph">http://swikis.ddo.jp/NetMorph</a><br>
<br>
Karl<br>
<br>
</body>
</html>