Alright I really need help, this is not working, I have re-installed linux and FOG multiple times to try to get this to where it will jive with my network.
The ONLY way i am able to get FOG to talk to my clients is the remove them from the network and use FOG as a DHCP server and keep the units localized.
I have tried various different install, using dnsmasq, supplying no DHCP infomration, and also giving it all the DHCP and DNS information.
I even tried [url]http://www.fogproject.org/wiki/index.php?title=Using_FOG_with_an_unmodifiable_DHCP_server/_Using_FOG_with_no_DHCP_server[/url] to no avail
a little about my network.
I work for a school corporation, we have multiple buildings and each has a set of ip address assigned to it. we use a Novell Network so I use DNS/DHCP Management Console to edit my DHCP Options. My Range type is âDynamic BOOTP and DHCPâ .
I use a Procurve HP 2910al-24G Switch
The building I work at has the ip address scope of 10.8.10.0-10.8.15.255. I can manually assign ips outside of the range but the DHCP server will assign anything within that range to my computers.
We work on subnet mask 255.255.0.0, my server ip address (for FOG) is 10.8.22.3, my DNS server is 10.1.2.6, and the router address is 10.8.255.254.
When I set up FOG I do this:
[code]
- UBUNTU 12.10 â SETUP and INSTALLATION
I install ubuntu 12.10 desktop environment, I update Ubuntu with the update manager and the terminal commands. I set a Static IP address for my server
- INSTALL FOG SERVER
I download fog, I put is on my desktop, I extract it.
Open terminal, I type
cd Desktop/ (enter)
cd fog_0.32/ (enter)
cd bin/ (enter)
sudo ./installfog.sh (enter)
I Type 2 and press Enter for Ubuntu installation.
I Type N and press Enter for Normal installation
I Supply IP Address of the server, I type it in manually even though it is already selected (10.8.22.3).
I supply the Router IP Address (10.8.255.254)
Type Y and press Enter setup DHCP Server.
I Enter the IP Address associated with my DHCP Server. This may be where I am messing up FOG wants to use 127.0.1.1, I tell it to use (10.8.1.1)
Type Y and press Enter to set up DNS.
Enter the DNS Server address (10.1.2.6) and press Enter.
Type N and press Enter to leave the default Network Card the same.
Type N to disable DHCP Service.
Edit my 66 and 67 on DNS/DHCP Management Console, Stop DHCP Server Service and Restart.
Type N to not install Additional Languages.
Type Y and press Enter.
Press Enter and begin the MySQL Server setup.
I set up Fog with default passwords for MYSQL and users.
Type Y to send your install information to the Project, and it will take some time to complete.
[/code]
Is this part correct so far?
Now I update my Shcema and change the password for TFTP user to the password I assigned by âsudo passwd fogâ in the terminal.
I stop the tftp service and restart it just to be safe.
From a windows box I type in the command prompt âtftp 10.8.22.3 get pxelinux.0â
It returns Transfer successful: 16967 bytes in 1 seconds, 16967 bytes/s.
So my TFTP is running, and working.
I go to a machine, I PXE boot the machine. The machine is designated an ip address from my DHCP server
screen reads:
[code]
Intel UNDI, blah blah
Realtek PCI Express Fast Ethernet Controller Series v1.14 (090121)
CLIENT MAC ADDR: 00 24 21 2C 9F D9 GUID 00000000-0000-0000-0000-0024212C9FD9
CLIENT IP: 10.8.10.70 MASK 255.255.0.0 DHCP IP 10.8.1.1
GATEWAY IP: 10.8.255.254
TFTP âŠ
PXE-E32: TFTP open timeout
TFTPâŠ
[/code]
What am I doing wrong and how can I fix it please and many thanks
Is it a Subent issue? Is it DHCP issue? Is it a FOG configuration issue? Is it a TFTP issue? I donât knwo where to begin because form what it looks like is my TFTP server is working and accessible, but when the PXE tries to find it it acts like it doesnât exist.