On Fri, 02 Nov 2007 15:51:55 +0100, Oliver Grawert wrote > hi, > Am Freitag, den 02.11.2007, 07:40 -0700 schrieb Bill Moseley: > > BUT, running wireshark on the LTSP server I do see the "DHCP Request" > > from "desktop" but the LTSP server is not ACK'ing. > can you attach /etc/network/interfaces as well (it should *only* contain > a static entry for the 192.168.0.1 side of teh world) ? > > ciao > oli
I'm guessing the eth1 side is static as well. On my network all servers are assigned static IP's. This makes sense so you can remotely connect to your server for Webmin, ssh, etc. So in this setup dhcpd is broke as it only wants to listen to eth1 by default. And as Gavin noted there is no declaration for the network on eth1, so it ignores all requests on eth1. This I assume is also breaking eth0 requests. I get bit by this all the time as both sides have a static, and I build adapter teams for the LTSP network name something like Bond0, and I then have to manually modify the file for where dhcpd listens. Jim -- This message has been scanned for viruses and dangerous content by the Cotter Technology Department, and is believed to be clean. -- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
