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]