Hi,
first i need to say some things on the FOG installation. The installation process is not made form cd/dvd installation process. In fact you need to use Web package to complet install wihtout pb. I had do it anyway, but with pb. in fact it is possible, but screen information needed to switch dvd on device is droped into null so you dont know witch dvd or cd is needed to install package.
My Fog installation is made on Debian 8 / Jessie x64, with kernel 3.16.0-4amd64 on a Virtualbox machine. there is two network devices configured (one to access internet and forward masquerading as router for other VM via the other network device).
so ( internet->192.168.0.0/24 <-(.50) VM FOG/Gateway (0.1.1) ->10.0.0.0/8(vm network).<- VM UC )
fog website is working, and pxeboot too. but i have some trouble with options automatic registering UC. the loading is stoped at 95% of second file and do not continue. i tryed to run pxe tests-> get ip, and it show a bad ip who cannot communicate with FOG server (ex:169.48.16.82). i don’t understand why client is malfunctionning.
.
i have somme difficulty to know if my parameters are exacts, could you expertise them:
DHCPD.CONF:------------------------------------------------------------------------------------------------------------------------
use-host-decl-names on;
ddns-update-style interim;
ignore Client-updates;
next-server 10.0.1.1; # (local fog server gateway network port adress)
subnet 10.0.0.0 netmask 255.0.0.0 {
default-lease-time 21600;
max-lease-time 21600;
range dynamic-bootp 10.0.1.2 10.0.2.250;
option broadcast-adress 10.255255.255;
option subnet-mask 255.0.0.0;
option domain-name-servers 192.168.0.254 ; #(internet gateway router dns via local server forward)
option routers 10.0.1.1; #( local server interface for gateway service)
filename “undionly.kpxe”;
}
subnet 192.168.0.0 netmask 255.255.255.0 {
}
END DHCPD.CONF:------------------------------------------------------------------------------------------------------------------------
and then network config:
INTERFACES ---------------------------------------------------------------------------------------------------------------------------------
Auto lo
iface li inet loopback
Auto eth0
Allow-hotplug eth0
iface eth0 inet static
address 192.168.0.50
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.254
dns-nameservers 192.168.0.254
post-up /sbin/iptables -t nat -A POSTROUTING -s 10.0.0.0/8 -o eth0 -j MASQUERADE
auto eth1
allow-hotplug eth1
iface eth1 inet static
address 10.0.1.1
netmask 255.0.0.0
network 10.0.0.0
broadcast 10.255.255.255
END INTERFACES -------------------------------------------------------------------------------------------------------------------
so
PXEBOOT OK, i have the PXE menu,
PERFORMING “client system information (compatibility)”
/bzimage32… 16% ( 53%…block and dont go ahead on random percentage.)
/init_32.xz… 71% ( …block and dont go ahead on random percentage.)
finaly after 4 try to load boot files.:
-> fog compatibility test ( net [pass], and Disk [pass] )
-> show dmi information ->ok
-> partition information -> ok
-> Ip information:
Mac: ok : net 192.168.56.102 Mask /24
SO DHCP DOES NOT WORK ???
PERFORMING QUICK REGISTRATION AND INVENTORY
/bzimage32… 100% (…block and dont go ahead on random percentage.)
/init_32.xz… 26% ( …block and dont go ahead on random percentage.)
after 6 try…
using disk device /dev/hda
attempting to register host … ( cant do it, never end research)
-> restarting host
-> adding manually the host in fog database
-> reloading pxe
-> Host registered as: TEST_XP, so communication is working between database and client
-> quick image-> bad password
-> product jey -> bad password
What the ??? which password is it? BDD ? or FOG PWD ?
how can i fixe pxe loading errors ?