I'm trying to get SystemImager working with an Imageserver different
from my dhcpserver.

PXE Boot seems to work, the kernel loads from the Imageserver but then 
I get an error 
"Using DHCP Server (very deprecated) as IMAGESERVER".

I have been looking at packets my dhcp server sends with ethereal and it
seems like my dhcpserver does not send out the 
options as generated by the mkdhcpserver script , it however perfectly
sends out the other options.


The current setup is on a Suse 8.2 with a 

Linux PMS-16A 2.4.20-4GB  kernel and the following dhcp packages.

dhcp-base-3.0.1rc10-32
dhcp-tools-1.2-274
dhcp-server-3.0.1rc10-32


Does anybody have an idea what I should be looking for next ? 

thnx in advance .. 

-- 
Kris Buytaert <[EMAIL PROTECTED]>


---- dhcpd.conf -----

ddns-update-style none;


option space systemimager;
option systemimager.imageserver      code 140 = ip-address;
option systemimager.log_server_port  code 141 = unsigned integer 32;
option systemimager.ssh_download_url code 142 = string;

option systemimager.imageserver 172.16.32.1;


next-server 172.16.32.1;

option log-servers 172.16.32.1;


allow booting;
allow bootp;

default-lease-time 259200;
max-lease-time 259200;

option vendor-class-identifier "PXEClient";
option vendor-encapsulated-options
09:0f:80:00:0c:4e:65:74:77:6f:72:6b:20:62:6f:6f:74:0a:07:00:50:72:6f:6d:70:74:06:01:02:08:03:80:00:00:47:04:80:00:00:00:ff;

subnet 172.16.188.0 netmask 255.255.255.128 {
  range  172.16.188.13 172.16.188.13;
  option domain-name "localdomain.domain";
  option routers 172.16.188.1;
 }




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Sisuite-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to