• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. GorkaAP
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 1
    • Controversial 0
    • Groups 0

    GorkaAP

    @GorkaAP

    1
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    GorkaAP Unfollow Follow

    Best posts made by GorkaAP

    • RE: Multiple TFTP Servers

      @george1421 Using “tcpdump” we figured out that the DISCOVER packet was getting lost on its way to the DNSMASQ service. As you stated, we could reach HTTP/HTTPS between the remote location and here, so that wasn’t the problem.

      We got it working by installing a storage node, and installing DNSMASQ in a server that we located in the remote location’s switch. As my original post said, we got problems trying this solution, but after copying the “/tftpboot” folder with all the PXE binaries from our FOG server to the second server, it worked well because it succesfully reaches the boot.php file and the chainload error doesn’t appear.

      Your response has been incrediby useful, thank you very much for your support.

      Gorka.

      posted in FOG Problems
      G
      GorkaAP

    Latest posts made by GorkaAP

    • RE: Multiple TFTP Servers

      @george1421 Using “tcpdump” we figured out that the DISCOVER packet was getting lost on its way to the DNSMASQ service. As you stated, we could reach HTTP/HTTPS between the remote location and here, so that wasn’t the problem.

      We got it working by installing a storage node, and installing DNSMASQ in a server that we located in the remote location’s switch. As my original post said, we got problems trying this solution, but after copying the “/tftpboot” folder with all the PXE binaries from our FOG server to the second server, it worked well because it succesfully reaches the boot.php file and the chainload error doesn’t appear.

      Your response has been incrediby useful, thank you very much for your support.

      Gorka.

      posted in FOG Problems
      G
      GorkaAP
    • RE: Multiple TFTP Servers

      @george1421 Currently, I am engaged in scientific research across several buildings utilizing the university’s network infrastructure. The university manages this network, granting us limited control for adjustments while restricting access to configurations and firewalls. Within our campus, four buildings fall under our management, including the switches. Our FOG server operates effectively within this cluster. An additional building, located 4 kilometers away, shares the same network subnet. Both our campus and the university utilize a common DHCP server for this subnet, while we employ DNSMASQ to enable FOG functionality.

      While we can successfully ping and access services within the network, FOG booting remains unsuccessful. We talked with the university to check if they are blocking some services and they told us that they aren’t (they are willing to help us with this problem). Sending traffic to the FOG server’s UDP port 69 from the distant building results in successful packet capture, as observed using tcpdump’s UDP feature. But when it comes to PXE booting, It simply doesn’t work.

      Considering this, we contemplated employing a dedicated storage node within the distant building to serve as a TFTP server, aiming to address the issue. Despite attempts to configure a storage node and disable DNSMASQ on the primary FOG server, PXE booting only advances to the login screen before encountering a chainload error upon accessing “boot.php” from the main server.

      We have tried many things and surely there are couple of things that we checked but I dont actually remember. If someone knows any method to check why things are failing, or alternative solutions would be greatly appreciated.

      posted in FOG Problems
      G
      GorkaAP
    • Multiple TFTP Servers

      Hello,

      Im trying to set up the configuration shown in the following wiki page so I can have a storage module working as TFTP server too in the version 1.5.10 of FOG:

      https://wiki.fogproject.org/wiki/index.php/Multiple_TFTP_servers

      As the configuration files “installfog.sh” and “config.sh” don’t have the lines of configuration mentioned in the wiki page in this version, I really don’t know how to proceed.

      Thanks.

      posted in FOG Problems
      G
      GorkaAP