dhcpdhcp3 not serving out vci!
Category: Ubuntu-Absolute Beginner
dhcp/dhcp3 not serving out vci!
hi,
i have a system using an etherboot floppy, that's setup to obtain ip's via a secondary dhcp server setup on my pc.
i have the /etc/dhcp3/dhcpd.conf looking like
code:
not authoritative;
default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
option vendor-encapsulated-options 3c:09:45:74:68:65:72:62:6f:6f:74:ff;
option broadcast-address 192.168.0.255;
option routers 192.168.0.1;
option root-path "192.168.0.200:/geexbox/";
next-server 192.168.0.200;
filename "/geexbox/boot/pxelinux.0";
shared-network mshome {
subnet 192.168.0.0 netmask 255.255.255.0 {
}
}
host earth {
hardware ethernet 00:0c:29:84:a4:34;
fixed-address 192.168.0.203;
option vendor-encapsulated-options 3c:09:45:74:68:65:72:62:6f:6f:74:ff;
}
host mars {
hardware ethernet 04:4b:80:80:03;
fixed-address 192.168.0.204;
option vendor-encapsulated-options 3c:09:45:74:68:65:72:62:6f:6f:74:ff;
}
when i boot the etherboot floppy with, only use dhcp servers that return "etherboot" it times out?....
what's wrong with this file?, it doesn't seem to be sending out etherboot. to either pc
