I am guessing that it is. I recently configured a bind9 server on the network which is also the LDAP server but I disabled bind9. These are the files on the server that is not working. I have included hosts, hostname, interfaces, dhcpd.conf, ifconfig -a and resolv.conf. I am really puzzled about this. The help is greatly appreciated.<br>
<br>nicolas@edubuntuS2:~$ cat /etc/hosts<br>127.0.0.1       edubuntuS2 localhost<br>127.0.1.1       edubuntuS2.home edubuntuS2<br><br># The following lines are desirable for IPv6 capable hosts<br>::1     ip6-localhost ip6-loopback<br>
fe00::0 ip6-localnet<br>ff00::0 ip6-mcastprefix<br>ff02::1 ip6-allnodes<br>ff02::2 ip6-allrouters<br>ff02::3 ip6-allhosts<br><br>nicolas@edubuntuS2:~$ cat /etc/hostname<br>edubuntuS2<br><br>nicolas@edubuntuS2:~$ cat /etc/network/interfaces<br>
# This file describes the network interfaces available on your system<br># and how to activate them. For more information, see interfaces(5).<br><br># The loopback network interface<br>auto lo<br>iface lo inet loopback<br>
<br># The primary network interface<br>auto eth0<br>iface eth0 inet dhcp<br><br>auto eth1<br>iface eth1 inet static<br>    address 192.168.0.254<br>    netmask 255.255.255.0<br>    network 192.168.0.0<br>    broadcast 192.168.0.255<br>
<br>nicolas@edubuntuS2:~$ cat /etc/ltsp/dhcpd.conf<br>#<br># Default LTSP dhcpd.conf config file.<br>#<br><br>authoritative;<br><br>subnet 192.168.0.0 netmask 255.255.255.0 {<br>    range 192.168.0.20 192.168.0.250;<br>    option domain-name &quot;<a href="http://example.com">example.com</a>&quot;;<br>
    option domain-name-servers 192.168.0.1;<br>    option broadcast-address 192.168.0.255;<br>    option routers 192.168.0.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 &quot;/opt/ltsp/i386&quot;;<br>    option root-path &quot;/opt/ltsp/amd64&quot;;<br>        if substring( option vendor-class-identifier, 0, 9 ) = &quot;PXEClient&quot; {<br>#        filename &quot;/ltsp/i386/pxelinux.0&quot;;<br>
        filename &quot;/ltsp/amd64/pxelinux.0&quot;;<br>    } else {<br>        filename &quot;/ltsp/amd64/nbi.img&quot;;<br>#        filename &quot;/ltsp/i386/nbi.img&quot;;<br>    }<br>}<br><br>nicolas@edubuntuS2:~$ ifconfig -a<br>
eth0      Link encap:Ethernet  HWaddr 00:1f:c6:1b:4d:f8<br>          inet addr:192.168.2.85  Bcast:192.168.2.255  Mask:255.255.255.0<br>          inet6 addr: fe80::21f:c6ff:fe1b:4df8/64 Scope:Link<br>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1<br>
          RX packets:343737 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:221723 errors:0 dropped:0 overruns:0 carrier:0<br>          collisions:0 txqueuelen:1000<br>          RX bytes:281611267 (268.5 MB)  TX bytes:67461581 (64.3 MB)<br>
          Base address:0x2000 Memory:d4300000-d4320000<br><br>eth1      Link encap:Ethernet  HWaddr 00:1f:c6:1b:4d:f9<br>          inet addr:192.168.0.254  Bcast:192.168.0.255  Mask:255.255.255.0<br>          inet6 addr: fe80::21f:c6ff:fe1b:4df9/64 Scope:Link<br>
          UP BROADCAST MULTICAST  MTU:1500  Metric:1<br>          RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:30 errors:0 dropped:0 overruns:0 carrier:0<br>          collisions:0 txqueuelen:1000<br>
          RX bytes:0 (0.0 B)  TX bytes:4271 (4.1 KB)<br>          Base address:0x2020 Memory:d4320000-d4340000<br><br>lo        Link encap:Local Loopback<br>          inet addr:127.0.0.1  Mask:255.0.0.0<br>          inet6 addr: ::1/128 Scope:Host<br>
          UP LOOPBACK RUNNING  MTU:16436  Metric:1<br>          RX packets:29670 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:29670 errors:0 dropped:0 overruns:0 carrier:0<br>          collisions:0 txqueuelen:0<br>
          RX bytes:1507758 (1.4 MB)  TX bytes:1507758 (1.4 MB)<br>nicolas@edubuntuS2:~$ cat /etc/resolv.conf<br>nameserver 66.255.85.8<br>nameserver 66.255.85.9<br><br>Thanks<br><br><div class="gmail_quote">On Tue, Mar 3, 2009 at 6:52 PM, Gavin McCullagh <span dir="ltr">&lt;<a href="mailto:gmccullagh@gmail.com">gmccullagh@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Tue, 03 Mar 2009, Nicolas Roussi wrote:<br>
<br>
&gt; No I am not. Also, on every sudo command it takes forever.<br>
<br>
</div>Is your DNS working okay?<br>
<font color="#888888"><br>
Gavin<br>
<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Nicolas Roussi<br>