Hey guys. I have issues every time when I attempt to change the IP address of fog. This time, I am not going to be changing the IP, only the subnet mask. I am coming from a 255.255.255.224 subnet and going to a 255.255.255.0. I tried to change it in the dhcpd.conf and restarted the service, but I kept getting a
[SIZE=6][B][COLOR=#333333][FONT=Arial][SIZE=24px][U][COLOR=#333333]PXE-E11 ARP Timeout Error[/COLOR][/U][/SIZE][/FONT][/COLOR][/B][/SIZE]
Latest posts made by Mat Holland
-
Changing subnet
-
RE: Changing Image ID
sorry…I searched for image id, and it wasn’t on the first page…also forgot I had asked this before.
-
Changing Image ID
Good morning all!
Had a quick question. I know that if you upload an image, and delete it, then upload a new image, the image ID will go up by design. I know that you are supposed to make changes and upload rather than deleting an image and stuff.
That was when I was in the learning process, and now that I know, is there a way to go into sql or anything and change it?
-
RE: DHCP Help
oops, nevermind…I changed the subnet mask under eth0 because I had a typo, but it didn’t accept the change…stupid Ubuntu haha…got it going now!
-
DHCP Help
Alright guys, I changed the IP address of my FOG server, and I was doing it by memory. I edited something that I didn’t have too, and I am kind of stuck. I thought that I had it figured out, but looks like something still may not be right…Can someone look over this config and see if it looks right?
IP Address of FOG Server: 10.255.255.10
Subnet Mask: 255.255.255.224
Gateway: 10.255.255.1dhcpd.conf:
[CODE]# DHCP Server Configuration file.
see /usr/share/doc/dhcp*/dhcpd.conf.sample
This file was created by FOG
use-host-decl-names on;
ddns-update-style interim;
ignore client-updates;
next-server 10.255.255.10;subnet 10.255.255.0 netmask 255.255.255.224 {
option subnet-mask 255.255.255.224;
range dynamic-bootp 10.255.255.15 10.255.255.30;
default-lease-time 21600;
max-lease-time 43200;
option domain-name-servers 212.95.4.31;
option routers 10.255.255.1;
filename “pxelinux.0”;
}[/CODE]I tried putting the subnet mask in dhcpd.conf of 255.255.255.254 and it said it was not within range…After I put it as 255.255.255.0 it went through, and computers can actually boot through PXE, however when I go to full inventory, quick image, or anything else that I have tried, it takes a while, and then it hangs @ Attempting to send inventory…
but it never asks me for values to fill out for some reason…something with the ip address somewhere isn’t right, and I am wondering if it because of something in the dhcpd.conf…idk…I am at a loss…everything else is working.
-
RE: Changing IP Address
Ugh! Had to change the IP address of the FOG server again. Not sure whats going on. I changed everything in the FOG WebUI, and changed the tftpboot/pxelinux.cfg/default, and changed /etc/dhcpd.conf and restarted the service…I can connect to the WebUI, ping the FOG server, but when I try to PXE, it does not find the FOG server.
-
RE: FOG 0.33 - What's coming?
I am very excited for .33! .32 has been great! It has made my life so much easier for deploying new PC’s, and refurbishing PC’s here at the office! Much better than any other cloning solution I have tried! Kudos to the developer! I am running uBuntu 10.4 on an old intel core 2 duo machine with a gigabit ethernet card & 4gb of ram. Has a 1TB HDD that has only a few images on it, but it is rock solid! I did have a problem with the latest kernel, but switching back to an older kernel was a breeze!
-
RE: Add dban to fog's pxe menu
Well the thing is, we have to wipe using DOD…the wipe function built into fog is not DOD, or is it?