Joseph, I can't spot the problem either. And the dhcp3-server package in 11.10 is new to me (dhcp3-server - ISC DHCP server (transitional package)).<br>But since your error references not being able to process your /etc/ltsp/dhcpd.conf file correctly, consider <br>

1) backing it up and regenerating it <br>2) checking it's read permissions (ls -l ) <br>3) ensure that it's the correct config file (correct name/correct location)<br><br>I'll try to remember to check your dhcpd.conf file against mine when I get to work today.<br>

<br>I think it's unrelated to your dhcp server issue, but make sure you work out your upstream device (eth0) which might require purging network-manager.<br>And dont' forget to run <b>sudo ltsp-update-sshkeys</b> since you changed your nics.<br>

<br>but maybe you knew all that...<br><br>-peter<br><br><div class="gmail_quote">On Sat, Sep 3, 2011 at 11:45 AM, David Groos <span dir="ltr"><<a href="mailto:djgroos@gmail.com" target="_blank">djgroos@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey Joseph,<br><br>Some things that come to mind...<br><ol><li>Are you 
using "Network Manager"? it seems that that has a different way of 
setting up ip addresses.  For example, I was just trying to set up a vpn
 client on my home ubuntu so I could access our district servers.  I 
thought I had everything correct but couldn't make it work with editing 
the appropriate config files.  So then I tried using 
System-->Preference-->Network Connections and got it set up and it
 worked BUT it also ignored my /etc/network/interfaces config file!  So 
then I had to put further info into this application to get my internet 
and static ip back.  Lesson here, read up all you can about the issues 
with Network Manager.  I know that I ended up removing it while setting 
up the school ltsp server 15 months ago.  So, I'm saying that some other
 config file besides /etc/network/interfaces MIGHT be affecting your 
setup.  Sorry I don't know more about this.<br>
</li><li>A common mistake for me is choosing the netmask--I've never 
really learned the diff between type A and type B/C etc networks, I 
don't remember when I should set this to 255.255.255.0 or 255.255.0.0. 
so when nothing else works I try one then the other.  I seem to remember
 that a 10.x.x.x would have the latter?  You probably know all this but I
 thought I would share it just in case.<br>
</li><li>When you type the command, "ifconfig" into the terminal, what 
do you get?  This give some critical info as to what's happening on each
 of your ports.  It would be useful (perhaps for myself or someone who 
knows more than I) for you to post the results of ifconfig here.</li></ol>Good Luck!  When it finally works it's sweet!<br><font color="#888888">David</font><div><div></div><div><br><br><div class="gmail_quote">
On Fri, Sep 2, 2011 at 11:58 PM, Joseph Bishay <span dir="ltr"><<a href="mailto:joseph.bishay@gmail.com" target="_blank">joseph.bishay@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
Thanks for your feedback -- I tried mimicking your setting but I still<br>
receive the same error.  I also did make a point to restart every time<br>
I made changes to the configuration files but it also made no<br>
difference.<br>
<font color="#888888"><br>
Joseph<br>
</font><div><div></div><div><br>
On Fri, Sep 2, 2011 at 10:32 AM, David Groos <<a href="mailto:djgroos@gmail.com" target="_blank">djgroos@gmail.com</a>> wrote:<br>
> Hi Joseph,<br>
> I was looking at your /etc/network/interface file and noticed that all you<br>
> have for eth0 is the: "auto eth0" and it doesn't tell how it should connect<br>
> such as via dhcp:<br>
>       auto eth0<br>
>       iface eth0 inet dhcp<br>
><br>
> or take on a static ip as I do on my server such as:<br>
>       auto eth0<br>
>       iface eth0 inet static<br>
>               address 10.51.0.199<br>
>               netmask 255.255.0.0<br>
>               gateway 10.51.0.1<br>
><br>
> For the connection to the switch/thin/fat clients I use these lines:<br>
>       auto eth1<br>
>       iface eth1 inet static<br>
>               address 192.168.0.1<br>
>               netmask 255.255.255.0<br>
>               up iptables-restore < /etc/ltsp/nat<br>
><br>
> You didn't mention that you rebooted the server after adjusting the<br>
> 70-persistent-net.rules?<br>
><br>
> Good luck!<br>
> David<br>
><br>
> On Thu, Sep 1, 2011 at 11:07 PM, Joseph Bishay <<a href="mailto:joseph.bishay@gmail.com" target="_blank">joseph.bishay@gmail.com</a>><br>
> wrote:<br>
>><br>
>> Hello,<br>
>><br>
>> I hope everyone is doing well.<br>
>><br>
>> I have a cleanly installed Edubuntu 11.04 server in the classic 2-NIC<br>
>> format.  I realized after installation, but before I tried to connect<br>
>> any thin clients, that it was better to reverse the NICs so the Intel<br>
>> one was running the thin clients.  I was able to successfully do so<br>
>> via modification of /etc/udev/rules.d/70-persistent-net.rules and<br>
>> reversing the two lines.<br>
>><br>
>> Now I wanted to try to book a thin client.  Took a switch and plugged<br>
>> the LTSP NIC from the server and a thin client into the switch.  And<br>
>> the thin client fails to PXE boot -- can't find the DHCPD server.<br>
>><br>
>> Ideally I'd like eth0 to be the Internet NIC and eth1 to be the LTSP<br>
>> NIC on the 10.x.x.x. subnet.<br>
>><br>
>> So I hunted around and find that the dhcpd3 service is not running.<br>
>> Every time I try to run it on the server I get:<br>
>><br>
>> sudo service isc-dhcp-server start:<br>
>> * Starting ISC DHCP server dhcpd<br>
>> * check syslog for diagnostics.  [fail]<br>
>><br>
>> Checking syslog I get:<br>
>><br>
>> eduLTSP dhcpd: Wrote 0 leases to leases file.<br>
>> eduLTSP dhcpd:<br>
>> eduLTSP dhcpd: No subnet declaration for eth1 (no IPv4 addresses).<br>
>> eduLTSP dhcpd: ** Ignoring requests on eth1.  If this is not what<br>
>> eduLTSP dhcpd:    you want, please write a subnet declaration<br>
>> eduLTSP dhcpd:    in your dhcpd.conf file for the network segment<br>
>> eduLTSP dhcpd:    to which interface eth1 is attached. **<br>
>> eduLTSP dhcpd:<br>
>> eduLTSP dhcpd:<br>
>> eduLTSP dhcpd: Not configured to listen on any interfaces!<br>
>><br>
>> I've tried to search online and tried a bunch of steps but been unable<br>
>> to resolve this!  Here are the relevant configuration files:<br>
>> ---<br>
>> jbishay@i7-eduLTSP:~$ cat /etc/networks<br>
>> # symbolic names for networks, see networks(5) for more information<br>
>> link-local 169.254.0.0<br>
>> ---<br>
>> jbishay@i7-eduLTSP:/etc/network$ cat interfaces<br>
>> auto lo<br>
>> iface lo inet loopback<br>
>><br>
>> auto eth0<br>
>><br>
>> #auto eth1<br>
>><br>
>> iface eth1 inet static<br>
>> # address 192.168.0.254<br>
>> address 10.0.0.254<br>
>> netmask 255.255.255.0<br>
>> broadcast 10.0.0.255<br>
>> ---<br>
>> jbishay@i7-eduLTSP:/etc/ltsp$ cat dhcpd.conf<br>
>> #<br>
>> # Default LTSP dhcpd.conf config file.<br>
>><br>
>> authoritative;<br>
>><br>
>> subnet 10.0.0.0 netmask 255.255.255.0 {<br>
>>    range 10.0.0.1 10.0.0.250;<br>
>>    option domain-name "<a href="http://edultsp.stgr.org" target="_blank">edultsp.stgr.org</a>";<br>
>>    option domain-name-servers 192.168.1.1;<br>
>>    option broadcast-address 10.0.0.255;<br>
>>    option routers 192.168.1.1;<br>
>> #    next-server 192.168.0.1;<br>
>> #    get-lease-hostnames true;<br>
>>    option subnet-mask 255.255.255.0;<br>
>>    option root-path "/opt/ltsp/i386";<br>
>>    if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {<br>
>>        filename "/ltsp/i386/pxelinux.0";<br>
>>    } else {<br>
>>        filename "/ltsp/i386/nbi.img";<br>
>>    }<br>
>> }<br>
>> ---<br>
>> jbishay@i7-eduLTSP:/etc/default$ cat isc-dhcp-server<br>
>> # Defaults for dhcp initscript<br>
>> # sourced by /etc/init.d/dhcp<br>
>> # installed at /etc/default/isc-dhcp-server by the maintainer scripts<br>
>> #<br>
>> # This is a POSIX shell fragment<br>
>> #<br>
>> # On what interfaces should the DHCP server (dhcpd) serve DHCP requests?<br>
>> #       Separate multiple interfaces with spaces, e.g. "eth0 eth1".<br>
>> INTERFACES="eth1"<br>
>> ---<br>
>><br>
>> I believe that is all the relevant files-- if I missed something<br>
>> please just tell me and I'll post it here!<br>
>><br>
>> So I'm at a loss -- what do you recommend?<br>
>><br>
>> Thanks!<br>
>> Joseph<br>
>><br>
>> --<br>
>> edubuntu-users mailing list<br>
>> <a href="mailto:edubuntu-users@lists.ubuntu.com" target="_blank">edubuntu-users@lists.ubuntu.com</a><br>
>> Modify settings or unsubscribe at:<br>
>> <a href="https://lists.ubuntu.com/mailman/listinfo/edubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/edubuntu-users</a><br>
><br>
><br>
</div></div></blockquote></div><br>
</div></div><br>--<br>
edubuntu-users mailing list<br>
<a href="mailto:edubuntu-users@lists.ubuntu.com" target="_blank">edubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/edubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/edubuntu-users</a><br>
<br></blockquote></div><br>