you da man!
Posts made by DBCountMan
-
RE: reconfigure ethernet ports and IP addresses AFTER fog is installed and configured
i removed the gateway from eno2 and tested pxe boot successfully. i forgot that the gateway isnt needed if the clients dont need to get passed the server.
-
RE: customizations to ipxe menu not applying after updating to 1.5.7
i restored the background file, clicked “Update” on the menu settings page of the WebUI and all is fine now. Weird. One question though, from the main FOG ipxe menu, when i hit Deploy Image, and get the prompt to authenticate with fog/pass, that text is blue, i want it to be white. Where can i change that setting?
-
RE: customizations to ipxe menu not applying after updating to 1.5.7
after looking in /var/www/fog/service/ipxe, i saw that my custom background png file is gone. i will restore it and check again, but the colors of the text are still off. For example, registered clients show as green, non registered as red, the rest of the menu text was white (background image was black).
-
RE: reconfigure ethernet ports and IP addresses AFTER fog is installed and configured
I use eno2 for imaging/DHCP and eno1 for management from my LAN
-
RE: reconfigure ethernet ports and IP addresses AFTER fog is installed and configured
Here is my routing table:
I am wondering if i should just change the netmask on eno2 to 255.0.0.0. Does that sound like a good idea?
-
RE: reconfigure ethernet ports and IP addresses AFTER fog is installed and configured
so now all of a sudden i can access the FOG Server from the management/LAN interface.
-
reconfigure ethernet ports and IP addresses AFTER fog is installed and configured
I need to reconfigure ip addresses on my FOG Server. I currently have eno1 configured for management on my LAN and eno2 for imaging/dhcp. both addresses begin with 10 and they both have the same netmask. i cant connect to the server from my LAN, but can from the isolated network on eno2. If i disconnect the cable from eno2, use netplan to apply or just reboot, then plug the cable back into eno2, then i can connect from my LAN. The problem comes back though. So im wondering if there is a way and how to reconfig the interfaces and fog to be as such: DHCP/Imaging on eno1 with a 172 address and a smaller mask, and eno2 to be the management interface for LAN.
-
customizations to ipxe menu not applying after updating to 1.5.7
custom ipxe menu color and background are no longer applied after updating to 1.5.7. in the webui under Fog Config>iPXE General Config>Menu colors, pairings, settings, all of my settings seem to have been retained, as well as my custom background, but they arent being applied when booting a device into the menu.
-
RE: Image size not reporting correctly for all images in FOG WebUI
ill take a look next time i capture. i make sure the actual image size is the compressed, used data from the drives i capture, in the terminal using dh -u. we use a custom sccm image that is based on the stock windows install, which has bitlocker disabled.
-
RE: Updating FOG and retaining settings
i successfully ran the update to 1.5.7. Now i think there is an issue with the network interfaces. I set eno1 for management, and eno2 for imaging/dhcp. I was told on here that it should have been the opposite, but it has been working fine. now this morning i wasnt able to get to the webui from the eno1 network, but was able to on eno2. the port on the switch is set to the correct vlan. i unplugged the cable from eno2, then i was able to get online with eno1. could this have happened during the update?
UPDATE
so i had to re-apply the netplan file after rebooting the server. everything seems fine now. i can access the webui from both connected interfaces. -
Image size not reporting correctly for all images in FOG WebUI
Some of my image sizes aren’t being read correctly at the UI. Some are correct, some are showing the full size of the drive or partition that the image was captured from. I upgraded to 1.5.7. Any way to correct this for the current images or should the sizes appear correctly after capturing new images going forward?
-
RE: Windows 10 Image constantly trying to join domain after join.
i’ve noticed that when creating an image from the ground up, renaming the computer BEFORE capturing an image could cause problems. for some reason the netbios name of the original name that was created by the windows setup process will stick even though you renamed the pc. for example. i imaged a drive from our sccm server with a fresh windows 10 image, it had that minit-xxxx default name (cant remember exactly what it was but similar to that), so i changed the name to LAB-TEST then captured and deployed the image using acronis, renamed the pc to be unique to that workstation, then when the internet was connected, it pulled a major windows update (1607>1803). some of the workstations were automatically renamed back to the original image name that i set LAB-TEST. This caused trust relationship issues when trying to join to the domain. i found this entry in the registry HKLM\SYSTEM\CurrentControlSet\Control\ComputerName\Active ComputerName and ComputerName. The string that reads ComputerName in each of those keys had LAB-TEST. So i disjoined from our domain, and changed both entries to read what the unique name i had set was and was able to join the domain. so the lesson here was to not touch the computer name until AFTER you install windows, capture the image, and then deploy the image. hope this helps.
-
RE: Storage Node offline (sometimes) in Web UI
oh ok. i probably missed that detail on the ordering of ethernet assignments. maybe one day i can redo the server again and make it right.
but the UI is in fact accessible on both interfaces.
-
RE: Auto-backup of several exportable items from the WebUI
forgive me but i just want to clarify that the entire sql database consists of all of those exportable items found in the web ui?
-
Storage Node offline (sometimes) in Web UI
My FOG server has two nics. eno1 and eno2. eno1 is bound to my standard workplace LAN and eno2 is set for DHCP and tftp for imaging and that network is physically isolated. The WebUI is accessible via both interfaces. I found a bug where if i log into the UI from the eno1 network, the storage node says its offline node unavailable, and if i click on it, it takes me to another page that says “Invalid Server Information!” The storage node is configured with the ip that is bound to eno2. i have a workstation set up for management on the same network that when accessing the web ui, the storage node shows up properly with space used/available. Now this bug isnt exactly persistent because sometimes it shows up properly when accessing via the eno1 network, and sometimes it doesn’t so its hard to reproduce and troubleshoot. hope this makes sense.
-
Auto-backup of several exportable items from the WebUI
So i ran into an issue recently where i had to reformat my server, reinstall FOG, and import the following from backups that i had:
Users, Hosts, Groups, Images, and FOG Settings. I manually backed up /images to a different workstation with plenty of space. I used the export function to create these backups. My coworker had registered a new host and captured an image after i had created those backups. So he had to re-do that work. So is there a way to automatically backup those items on schedule? Not sure if using mysql will export all of those items. If it does then i can just create a cronjob to complete that task. I will run it every weekend when no one will be capturing or deploying images. -
RE: ipxe https
Right my freenas server is hosting on http not https via webdav. it is being hosted on an isolated network so i dont see the need to secure it, plus the webdav is set to read only. so FOG is set to ipxe over https by default? how can trust be established at the BIOS or UEFI level?
-
RE: ipxe https
the only time ive seen permission issues with ipxe is when the tftproot folder isnt public with read and execute, but that was on my freenas server using dnsmasq for dhcp and tftp. maybe check the permissions on /tftproot and /var/www/fog/service/ipxe.
-
RE: Post Download Scripts and Powershell
how is FOG able to set the hostname in Windows immediately after imaging though? I’ve noticed that after imaging, the computer name in Windows is set to whatever i set the hostname to during the Full Registration process.