Please email a copy of your dhcpd.conf
and are you using rom-o-matic
The ws009 with IP 192.168.1.10 is the one with the problem... yes I've take the NIC boot image from rom-o-matic, I'm using the NE2000 ROM.
# Sample configuration file for ISCD dhcpd # # Don't forget to set run_dhcpd=1 in /etc/init.d/dhcpd # once you adjusted this file and copied it to /etc/dhcpd.conf. #
default-lease-time 21600; max-lease-time 21600;
option subnet-mask 255.255.255.0; option broadcast-address 192.168.0.255; #option routers 192.168.0.254; #option domain-name-servers 192.168.0.254; option domain-name "LabPiubega"; option root-path "192.168.1.1:/opt/ltsp/i386";
shared-network WORKSTATIONS {
subnet 192.168.1.0 netmask 255.255.255.0 {
}
}group {
use-host-decl-names on;
option log-servers 192.168.1.1;host ws001 {
# scheda di test
#hardware ethernet 00:50:FC:E5:15:EF;
hardware ethernet 00:50:FC:74:EE:60;
fixed-address 192.168.1.2;
filename "/lts/vmlinuz-2.4.22-ltsp-2";
#option option-128 e4:45:74:68:00:00;
#option option-129 "NIC=eepro100";
}
host ws002 {
hardware ethernet 00:50:FC:E5:15:F0;
fixed-address 192.168.1.3;
filename "/lts/vmlinuz-2.4.22-ltsp-2"; }
host ws003 {
hardware ethernet 00:50:FC:E5:20:F7;
fixed-address 192.168.1.4;
filename "/lts/vmlinuz-2.4.22-ltsp-2"; }
host ws005 {
hardware ethernet 00:50:FC:E5:00:6A;
fixed-address 192.168.1.6;
filename "/lts/vmlinuz-2.4.22-ltsp-2"; }
host ws006 {
hardware ethernet 00:50:FC:E5:20:F8;
fixed-address 192.168.1.7;
filename "/lts/vmlinuz-2.4.22-ltsp-2"; }
host ws007 {
hardware ethernet 00:50:FC:E4:BD:60;
fixed-address 192.168.1.8;
filename "/lts/vmlinuz-2.4.22-ltsp-2"; }
host ws008 {
# NIC 8019 montato sul compaq all-in
hardware ethernet 00:00:E8:7A:E1:C1;
fixed-address 192.168.1.9;
filename "/lts/vmlinuz-2.4.22-ltsp-2"; }
# TEST NIC 8019
host ws009 {
# NIC 8019 montato sul compaq all-in
hardware ethernet 00:00:E8:7A:E7:AF;
fixed-address 192.168.1.10;
filename "/lts/vmlinuz-2.4.22-ltsp-2"; }
}
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
