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

    Posts made by JKO

    • RE: Clients don't receive DNS Information via DHCP

      we have 2 DNS Server in the network - FOG is DHCP but NOT the DNS
      FOGSERVER itself kan resolve hostnames - nslookup on FOG Server works well - Clients are booting with DHCP and get correct address from FOG Server, but gateway and DNS are missing by using IPCONFIG on the clients.

      From Fogserver both DNS in our Network working well - tested with dig on every DNS and approved …

      posted in FOG Problems
      J
      JKO
    • Clients don't receive DNS Information via DHCP

      Hi Folks,

      I need some help! everything is running fin, gateway and dns server are in the dhcp.conf and resolfe.conf
      Clients getting there IPS correctly, and the Gateway too - but no DNS entry.

      Client sending DHCPDISCOVER
      Server send DHCPOFFER
      and Cleint answers with DHCPACK

      but no DNS - i can reach every server (also internet) by using IP adresses, but nothin by name
      The Fogserver DNS itself working weill.

      I got over and over the configs - everything fine - so what can I do - please help!

      thx jan

      forgott the system info and configs - sorry:

      [CODE]System Info:

      FOG Server Version: 0.32

      Distributor ID: Ubuntu
      Description: Ubuntu 11.10
      Release: 11.10
      Codename: oneiric

      dhcpd.conf:

      DHCP Server Configuration file.

      see /usr/share/doc/dhcp*/dhcpd.conf.sample

      This file was created by FOG

      use-host-decl-names on;
      ddns-update-style interim;
      ignore client-updates;
      next-server 10.7.30.183;
      subnet 10.7.30.0 netmask 255.255.255.0 {
      option subnet-mask 255.255.255.0;
      range dynamic-bootp 10.7.30.201 10.7.30.235;
      default-lease-time 180;
      max-lease-time 300;
      option domain-name-servers 10.7.1.18, 10.7.1.20;
      option routers 10.7.30.254;
      filename “pxelinux.0”;
      }

      /etc/resolv.conf
      nameserver 10.7.1.18
      nameserver 10.7.1.20

      /etc/network/interfaces
      auto lo
      iface lo inet loopback
      auto eth0
      iface eth0 inet static
      address 10.7.30.183
      netmask 255.255.255.0
      network 10.7.30.0
      broadcast 10.7.30.255
      gateway 10.7.30.254[/CODE]

      posted in FOG Problems
      J
      JKO
    • 1 / 1