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

    Topics created by gothikserpent

    • G

      PXE-E99: Unexpected Network Error DNSMASQ

      FOG Problems
      • • • gothikserpent
      12
      0
      Votes
      12
      Posts
      2.9k
      Views

      D

      Time passes, but the problem is not solved. This problem happened because DHCP server not provide gateway to UEFI PXE client or UEFI ignore this… I just added to my each host
      host pc131 {
      option subnet-mask 255.255.255.0;
      option routers 172.20.0.1;
      option host-name “pc131”;
      hardware ethernet 0a:e0:af:a2:02:bb;
      fixed-address 172.20.0.131;
      }

      And it download ipxe.efi without problem! My DHCP - ISC-DHCP-SERVER - I manage it via Webmin )
      I don’t know why it not working properly when it setup in “subnet” section these options “subnet-mask and routers” setted too, but ignored UEFI PXE
      subnet 172.20.0.0 netmask 255.255.255.0 {
      option broadcast-address 172.20.0.255;
      authoritative;
      next-server 172.16.0.1;
      ignore unknown-clients;
      boot-unknown-clients off;
      max-lease-time 7200;
      default-lease-time 1800;
      option domain-name-servers 1.1.1.1 , 8.8.8.8;
      option domain-name “pclab-customer.loc”;
      option subnet-mask 255.255.255.0;
      option routers 172.20.0.1;

      You can try check it with your dhcp DNSMASQ or another.

    • G

      Solved Help with dnsmasq

      General Problems
      • • • gothikserpent
      2
      0
      Votes
      2
      Posts
      825
      Views

      G

      Oddly enough I found the solution soon after my last post.I was looking at the wrong file all along.
      I completely forgot that I un-commented the line 4 of my dnsmasq.conf file while running some tests last week . I just had to re-comment that line and voila it’s finally working.

    • 1 / 1