Connecting FOG to Virtual Machine
-
@Sebastian-Roth said in Connecting FOG to Virtual Machine:
only occurs when you warm boot
Oh I have a .bat file that makes my machine shutdown and i start it when i’m ready.
My FOG Network is set up like this:
Sorry, I don’t have a topology software installed right now, had to use a white board.It’s odd, because the broadcast packets make it to the machine that is hosting the VM. Would i have to change the host PC to DHCP also for it to make it?
-
@agray Well, let’s try to rule out things. You seem to have Windows installed in the VM as your golden image already. If you boot that up, does it pick up the IP from your router’s DHCP server?
-
@Sebastian-Roth Yes, the VM is getting it’s own DHCP IP address that is coming from the proper router.
-
This post is deleted! -
@agray Which IP do you get within the VM (Windows booted)?
-
@Sebastian-Roth 192.168.1.141
-
@agray Maybe you have some Windows firewall security software running on the host machine?!
-
@Sebastian-Roth Firewall is completely off for Domain, Private, and Public and it doesn’t have an AV
-
Given that it connects to the DHCP server and gets an IP as we can see from the screenshot but fails after loading the IPXE file, I’d suggest serving a different IPXE boot file and see if that works.
You’ll have to modify your router DHCP settings to serve a different file (eg ipxe.pxe instead of undionly.kpxe)
-
@Quazz My router doesn’t have the option to change the file. Let me try booting into iPXE.pxe and i’ll update you.
-
@agray Well, if I’m following this thread correctly, the IP of the DHCP server initially is the FOG server itself, not the router.
If you can’t change IPXE options on the router and still want to use its DHCP server rather than FOG DHCP, then you have to set up proxyDHCP via dnsmasq on the FOG server (and disable the dhcp server on it)
-
@Quazz It might be the FOG server serving IPs. I’ve never had an issue booting to PXE and FOG with a physical machine, only this VM.
-
@Quazz I booted to iPXE.pxe but i’m sure what i’m doing with this CL to boot to FOG. I’ve tried ‘autoboot’ but i got the output “Nothing to boot: No such file or directory”
-
@agray Where did you change these things?
-
@Quazz I mounted the .iso to my VM and booted to it.
-
@agray You need to serve the ipxe.pxe file that’s on the FOG server, since it seems to be the DHCP server.
That being said
I can boot VirtualBox 5.2 VMs to IPXE on undionly.kpxe as well as ipxe.pxe just fine.
Do you have the VirtualBox extension pack installed?
-
@Quazz said in Connecting FOG to Virtual Machine:
Do you have the VirtualBox extension pack installed?
Yes, but my VirtualBox is 6.0. Would that make a difference?
-
Is there a way to use FOG off a usb to capture. that may be a work around i can use
-
@Quazz @Sebastian-Roth Would my physical machine being on my domain be causing this issue?
-
@agray What exactly do you mean by “Domain”? As in Windows Domain? This has nothing to do with PXE boot. Or as in network domain like VLAN or subnet? That might play a hole.
I think the best would be you capture the network traffic on your host machine using wireshark, save as PCAP file, upload to a file share and post a download link here.