Hi,<br>I&#39;m a Linux newbie trying to use my desktop Edubuntu as a thin-client server for the other computers in my house. Because I was a bit nervous with partitioning my hard drive (there&#39;s WinXP running there too), I loaded the desktop version of Edubuntu (
7.1.0)&nbsp; through Wubi (whose alpha version didn&#39;t support the server edition). Configuration has been, shall we say, a challenge.<br>Despite booting the clients to a rom-o-matic CD or (in the case of the computer whose BIOS supports booting to a network device) to the NIC, none has even got to the poing of being successfully assigned an IP address.
<br>I suppose it&#39;s possible that there&#39;s something wrong with the rom-o-matic CD I burned (or the other system&#39;s BIOS), but the fact that there are still basic unresolved issues with the NICs on the server suggests I should address those first: 
<br>I think there&#39;s something wrong with my NIC configuration. At present, both eth0 (attached to my DSL modem) and eth1 (attached to my wired LAN) are controlled by DHCP - but I&#39;ve tried all kinds of other combinations to no effect.
<br>I&#39;m trying to use Firestarter as my router but Firestarter always fails on start, claiming that the eth1 connection isn&#39;t ready. During Firestarter&#39;s setup wizard, the DHCP settings section is grayed-out.<br>
In addition, I haven&#39;t been able to link to the LAN computers (while they&#39;re running Windows) through Samba (the appropriate Windows network name does appear in smb.conf).<br>Regarding my Internet connection: on boot, Ubuntu loads what appears to be the correct ip info for my DSL provider on ppp0, but nevertheless provides only crippled access (the network connection manager shows a very limited number of packets being up and down loaded and, practically, I can&#39;t actually load anything in a browser). Running poff in terminal doesn&#39;t work as I get a &quot;no pppd process for provider &#39;ppp0&#39;&quot; message. pon dsl-provider does activate a working Internet session on ppp1 using, for all intents and purposes, the same ip info (except that my ISP provides a new dynamic ip address).
<br>I really appreciate any help.<br>David Clinton<br>Here are some conf files:<br>=============<br>dhcpd.conf<br># DHCP configuration generated by Firestarter<br>ddns-update-style interim;<br>ignore client-updates;<br><br>
subnet <a href="http://192.168.1.0">192.168.1.0</a> netmask <a href="http://255.255.255.0">255.255.255.0</a> {<br>&nbsp;&nbsp;&nbsp; option routers <a href="http://192.168.1.111">192.168.1.111</a>;<br>&nbsp;&nbsp;&nbsp; option subnet-mask <a href="http://255.255.255.0">
255.255.255.0</a>;<br>&nbsp;&nbsp;&nbsp; option domain-name-servers <a href="http://216.254.141.13">216.254.141.13</a>, <a href="http://209.90.160.220">209.90.160.220</a>;<br>&nbsp;&nbsp;&nbsp; option ip-forwarding off;<br>&nbsp;&nbsp;&nbsp; range dynamic-bootp <a href="http://192.168.0.100">
192.168.0.100</a> <a href="http://192.168.0.254">192.168.0.254</a>;<br>&nbsp;&nbsp;&nbsp; default-lease-time 21600;<br>&nbsp;&nbsp;&nbsp; max-lease-time 43200;<br>}<br>=============<br>#<br># Default LTSP dhcpd.conf config file.<br>#<br><br>authoritative;
<br><br>subnet <a href="http://192.168.0.0">192.168.0.0</a> netmask <a href="http://255.255.255.0">255.255.255.0</a> {<br>&nbsp;&nbsp;&nbsp; range <a href="http://192.168.0.20">192.168.0.20</a> <a href="http://192.168.0.250">192.168.0.250
</a>;<br>&nbsp;&nbsp;&nbsp; option domain-name &quot;<a href="http://example.com">example.com</a>&quot;;<br>&nbsp;&nbsp;&nbsp; option domain-name-servers <a href="http://192.168.0.1">192.168.0.1</a>;<br>&nbsp;&nbsp;&nbsp; option broadcast-address <a href="http://192.168.0.255">
192.168.0.255</a>;<br>&nbsp;&nbsp;&nbsp; option routers <a href="http://192.168.0.1">192.168.0.1</a>;<br>#&nbsp;&nbsp;&nbsp; next-server <a href="http://192.168.0.254">192.168.0.254</a>;<br>#&nbsp;&nbsp;&nbsp; get-lease-hostnames true;<br>&nbsp;&nbsp;&nbsp; option subnet-mask <a href="http://255.255.255.0">
255.255.255.0</a>;<br>&nbsp;&nbsp;&nbsp; option root-path &quot;/opt/ltsp/i386&quot;;<br>&nbsp;&nbsp;&nbsp; if substring( option vendor-class-identifier, 0, 9 ) = &quot;PXEClient&quot; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; filename &quot;/ltsp/i386/pxelinux.0&quot;;<br>&nbsp;&nbsp;&nbsp; } else {
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; filename &quot;/ltsp/i386/nbi.img&quot;;<br>&nbsp;&nbsp;&nbsp; }<br>}<br>========================<br>etc/network/interfaces:<br><br>auto lo eth1 eth0<br>iface lo inet loopback<br><br>iface eth0 inet dhcp<br><br>auto dsl-provider
<br>iface dsl-provider inet ppp<br>pre-up /sbin/ifconfig eth1 up # line maintained by pppoeconf<br>provider dsl-provider<br>