scott gamble wrote: > When booting from the livecd it runs through its checks fine and locates > the DHCP server and pulls an address like its suppose to (DHCP is being > handled by my IPCOP router) but then (me looking at the logs) it appears > the LiveCD assumes the DHCP server is also the image server. In the > instructions it recommends putting your image server on the same box as > your dhcp server but it does not say its required to do so. The LiveCD > does a ping verification against the dhcp server, says congrats you have > network connectivity to the image server and tries to establish an rsync > connection and - psht, craps out (because its trying to pull an image > from the router/dhcp server and not the image server). > DHCP is on .1 and the image server is on like .225 on a /24 so nowhere > near each other.
If you can configure your dhcp server, simply add these options to dhcpd.conf: # Imageserver option option-140 code 140 = text; # option-140 is the IP address of your SystemImager image server option option-140 "<IP_of_your_image_server>"; Otherwise you can override the ip of the image server adding IMAGESERVER=<ip_of_you_image_server> to the kernel boot parameters, usually changing the /etc/systemimager/pxelinux.cfg/syslinux.cfg and run si_mkautoinstallcd again... Regards, -Andrea -- Andrea Righi System Management Group - CINECA - http://www.cineca.it Via Magnanelli 6/3 40033 Casalecchio di Reno (BO) - Italy gpg --keyserver keyserver.veridis.com --recv-keys 77CEF397 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
