Default.IPXE-no such file or directory (2e008081)
-
@george1421
We now for this testing purpose using tp-link TL-MR6400.I check router setting and about DHCP is almost non existent settings so you advice about this issue is a create own linux base DHCP server ? -
@TOXYKILLER If you want to continue to use your existing dhcp server that is possible. You just need to install DNSMASQ onto your FOG server. The dnsmasq configuration will only provide pxe boot information. All other network details come from your main dhcp server. The only issue is if your pxe booting clients are on a different subnet than the fog server. If that is the case, you will need to update a setting in your network configuration. On your vlan/subnet router you will need to add the FOG server’s IP address as the last host in your router’s dhcp-helper/relay service. I didn’t mention this before, because you said you had no access to any infrastructure changes. Here is the tutorial for installing dnsmasq onto your FOG server. The instructions are centos/rhel specific but the only real difference for Ubuntu distro is to use apt-get instead of yum: https://forums.fogproject.org/topic/12796/installing-dnsmasq-on-your-fog-server
-
@TOXYKILLER As mentioned already the storage node IP seems to be different. Did you setup the server using that IP and then changed it later on? https://wiki.fogproject.org/wiki/index.php/Change_FOG_Server_IP_Address
-
@Sebastian-Roth
I try it with via using web settings still not working also i tried .fog settings file but it’s seen won’t work at all(after install i don’t have this file created and also file tftpboot missing as well). I change this setting and try create usb again via this manual https://wiki.fogproject.org/wiki/index.php?title=USB_Bootable_Media . -
@TOXYKILLER Sorry for not answering but there was lot’s to do before X-Mas and I lost track of this. The USB boot method in the wiki is kind of old. Better you take a look at this: https://forums.fogproject.org/topic/7727/building-usb-booting-fos-image (page 2!)
-
@Sebastian-Roth
Hi thank you for this manual it’s help. I can now register host but i can’t capture image from PC (i also choose in fog this options in host list). It’s seems i have issue with “/tmp/himfo.txt”. I try find this file but it’s doesn’t exit. -
@TOXYKILLER If you are using the USB boot method that boots via grub. You missed one of the caveats with this method. You need to schedule the task first within the FOG web ui then pick option 1 on the grub menu. What that error is saying, “hey you want to image, but I don’t have any task to tell me what to image”
Schedule the task first in the fog ui then pxe boot the computer and you should be good.
-
@george1421
Thanks i can preform now registration and schedule image capture. But i have issue with fog “/images/dev permission denied”
I try find this folder via this commands showmount -e and find but i can’t find anything with this direct path and name. -
@TOXYKILLER So what does
showmount -e 127.0.0.1
give you?Also that directory will be on the fog server in /images/dev, so show us the results of
ls -la /images
-
@george1421
Hi, here is results of this two commands.
-
@TOXYKILLER Comparing this to your other pictures I feel you’ve misunderstood George. Please run those two commands on your FOG server terminal!
-
@TOXYKILLER You are running those commands on the FOG server? If so is that really the fog server because its not setup correctly.
-
@george1421
Yes this is my FOG sever. I know it’s a little bit misleading name for server. This name is only for testing purpose. -
@TOXYKILLER
I’m really at a loss.
In one picture, the hostname appears to be fog-server, and in the latest one it appears to be fog-desktop.
Did you install a new fog server instance on another machine?
As others have pointed out, you don’t have an install (or at least a completed installation) on the machine labelled fog-desktop.
-
Also,
Based on what I’m seeing, your FOG Server is IP: 11.101.149.115, which is a publicly accessible IP address, is this by design? I’m not quite sure that you’d be able to route NFS traffic unless your router/firewall admin’s have enabled this (and it’s not pretty or easy as NFS uses a lot of ports - and they’re random)
-
@Tom-Elliott
I had i little issue i try some fix from forum and my system won’t boot properly so i decided new install like before and now i made a copy of this system to prevent this situation. -
@TOXYKILLER said in Default.IPXE-no such file or directory (2e008081):
I know it’s a little bit misleading name for server.
In my case I didn’t notice or care about the name. The issue I have is IF fog is installed, the installer will create a /images directory as well as /opt/fog directory. Also the output of the exports command is blank. I would say that the fog installer was never run or never completed running on this system.
-
@Tom-Elliott
We are using 11.101.0.0/16 network for this VLAN. All VLANs and network was planed by networks team. -
Here’s what I’m seeing:
There’s too many pictures and not enough context.
For example:
In https://forums.fogproject.org/topic/14031/default-ipxe-no-such-file-or-directory-2e008081/3?page=2# The picture is looking at fog server IP Address: 11.101.212.165 for storage, but web is at 10. (we cannot see the rest of the IP)
Next picture shows web at 192.168.1.101, and storage at 11.101.212.165 (So far both pictures show the same storage IP but not the same web IP.)
Next photo with error shows web at 11.101.149.115, but we cannot see storage (as there was no tasking applied).
Next photo with error fails with 11.101.149.115 with web also at the same machine, but also no storage IP as it’s a usb boot type.
I feel I need to inform (not trying to question your ability at all) that 11.x.x.x is public. There are only 3 private address spaces. Unless you have your router/network completely airgapped for the public address spaces, this can cause potential issues. Especially if your organization owns the 11.x.x.x IP space as you’re exposing your entire network with this.
You should be using the Private address spaces for your imaging and storage. (192.168.x.x Class C CIDR/24, 172.16.x.x Class B CIDR/16, and/or 10.x.x.x Class A CIDR/8) As this will not open potential holes and security issues within your organization as well as prevent serious issues even if all worked properly.
-
@TOXYKILLER Here’s what I find for one of your IP’s (if this is you then cool, but still a bit on the “whoa wait a minute” side)
Source: whois.arin.net IP Address: 11.101.149.115 Name: DODIIS Handle: NET-11-0-0-0-1 Registration Date: 1/19/84 Range: 11.0.0.0-11.255.255.255 Org: DoD Network Information Center Org Handle: DNIC Address: 3990 E. Broad Street City: Columbus State/Province: OH Postal Code: 43218 Country: United States
What does this mean?
Well DoD own’s the IP Space in its entirety of 11.X.X.X (Including 11.101.X.X).