<div class="gmail_quote">2010/8/10 Bernie Innocenti <span dir="ltr">&lt;<a href="mailto:bernie@codewiz.org">bernie@codewiz.org</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

El Tue, 10-08-2010 a las 09:17 -0300, Esteban Bordon escribió:<br>
<div class="im">&gt; The script try to connect to the Access Point that have the better<br>
&gt; signal using iwlist, iwconfig and dhclient. If dhclient return 0 it<br>
&gt; executes ip route to obtain the server IP and it download a few files.<br>
<br>
</div>If you set all the access points in the school to the same ESSID, then<br>
clients will automatically connect to the AP with best signal and even<br>
switch to a different one if you move around (however, since background<br>
scanning is slow, you might loose association if you move around too<br>
quickly).<br>
<br>
Regarding the server ip, it would be cool if you could use the DNS. dhcp<br>
could configure one nameserver on the client and an automatic search<br>
domain. For example, in the school where I&#39;m sitting now I get this in<br>
my /etc/resolv.conf:<br>
<br>
  domain <a href="http://escuela485.caacupe.paraguayeduca.org" target="_blank">escuela485.caacupe.paraguayeduca.org</a><br>
  search <a href="http://escuela485.caacupe.paraguayeduca.org" target="_blank">escuela485.caacupe.paraguayeduca.org</a><br>
  nameserver 172.18.0.1<br>
<br>
The DNS managed by the schoolserver has a zone called<br>
&quot;<a href="http://escuela485.caacupe.paraguayeduca.org" target="_blank">escuela485.caacupe.paraguayeduca.org</a>&quot;, in which there&#39;s a host<br>
&quot;schoolserver&quot;. With all this infrastructure in place, all you need to<br>
do to download a file is:<br>
<br>
  wget <a href="http://schoolserver/file" target="_blank">http://schoolserver/file</a><br>
<div class="im"><br></div></blockquote><div> </div></div>I&#39;m trying something like this. The problem is that dhclient isn&#39;t working correctly. Have you got any form to debug that command?<br>