It is normal for the thin clients to &quot;count down&quot; on the DHCP assigned IP addresses on my installation of Edubuntu (not sure why!)<br>I believe Gavin was referring to two cards on the client machines, not on the server which is, of course, requires two.
<br>I&#39;ve seen this kind of problem when there is more than one DHCP server on the network. You don&#39;t have any other computers on this <a href="http://10.0.0.0">10.0.0.0</a> network do you? Make sure the switch your using is not connected to some other network switch. 
<br>No matter what, the &quot;tcpdump&quot; scan that Gavin recommends you run on your server should be helpful in diagnosing this problem. Have you had any luck running that?<br><br><div><span class="gmail_quote">On 5/6/07, 
<b class="gmail_sendername">Ted Moore</b> &lt;<a href="mailto:tedmoore99@satx.rr.com">tedmoore99@satx.rr.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks for your reply.&nbsp;&nbsp;I could not get any responses using the chatroom.&nbsp;&nbsp;I<br>am using two network cards; one to the school setup and the other to the<br>outside world.&nbsp;&nbsp;My outside world address is <a href="http://192.168.0.100">
192.168.0.100</a> and my school<br>setup uses dhcp <a href="http://10.0.0.20">10.0.0.20</a> - <a href="http://10.0.0.250">10.0.0.250</a>.<br>When my thin clients do connect they all seem to be starting at <a href="http://10.0.0.250">
10.0.0.250</a><br>and counting down.&nbsp;&nbsp;Does that provide any additional info you can help me<br>with?<br><br>-----Original Message-----<br>From: <a href="mailto:edubuntu-users-bounces@lists.ubuntu.com">edubuntu-users-bounces@lists.ubuntu.com
</a><br>[mailto:<a href="mailto:edubuntu-users-bounces@lists.ubuntu.com">edubuntu-users-bounces@lists.ubuntu.com</a>] On Behalf Of Gavin<br>McCullagh<br>Sent: Sunday, May 06, 2007 10:36 AM<br>To: <a href="mailto:edubuntu-users@lists.ubuntu.com">
edubuntu-users@lists.ubuntu.com</a><br>Subject: Re: Uprade to 7.04<br><br><br>On Sun, 06 May 2007, <a href="mailto:tedmoore99@satx.rr.com">tedmoore99@satx.rr.com</a> wrote:<br><br>&gt; I am running a small (12 terminals) system and have recently upgraded
<br>&gt; to 7.04.&nbsp;&nbsp;Before upgrading the 12 terminals would connect in about 3 -<br>&gt; 5 minutes.&nbsp;&nbsp;Since the upgrade, only about three terminals come up in 3<br>&gt; minutes.&nbsp;&nbsp;The rest seem to hang up and I have to reboot several times.
<br>&gt; After about one hour or more, all the terminals will eventually<br>&gt; connect. Is there something about 7.04 that I am unaware of that might<br>&gt; cause this behavior.&nbsp;&nbsp;The messages I get from the non-connecting
<br>&gt; terminals is &quot;Searching for DHCP&quot;, then &quot;NO IP&quot;, repeated many times.<br><br>Strange, it sounds like your DHCP clients are not getting a response from<br>the server.&nbsp;&nbsp;That&#39;s sort of strange, particularly if you&#39;re using PXE
<br>network booting (which would imply you had already got a response from the<br>dhcp server once).<br><br>To check what&#39;s happening, you can run tcpdump somewhere on the network (say<br>on the server) as the machine boots up.&nbsp;&nbsp;You should be able to see requests
<br>and responses.&nbsp;&nbsp;This command will do that for you:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sudo tcpdump -i eth0 | grep DHCP<br><br>assuming eth0 is the network interface the dhcp is happening on.<br><br>One thing that has happened to me a few times is that where there are two
<br>network cards in a machine, the PXE network card boots up and does the first<br>DHCP, at which point the linux kernel comes up and attempts to get its IP<br>address by DHCP on the other network card.&nbsp;&nbsp;It might be worth checking you
<br>only have one network card.<br><br>Gavin<br><br><br>--<br>edubuntu-users mailing list<br><a href="mailto:edubuntu-users@lists.ubuntu.com">edubuntu-users@lists.ubuntu.com</a><br>Modify settings or unsubscribe at:<br><a href="https://lists.ubuntu.com/mailman/listinfo/edubuntu-users">
https://lists.ubuntu.com/mailman/listinfo/edubuntu-users</a><br><br><br><br>--<br>edubuntu-users mailing list<br><a href="mailto:edubuntu-users@lists.ubuntu.com">edubuntu-users@lists.ubuntu.com</a><br>Modify settings or unsubscribe at: 
<a href="https://lists.ubuntu.com/mailman/listinfo/edubuntu-users">https://lists.ubuntu.com/mailman/listinfo/edubuntu-users</a><br></blockquote></div><br>