Re: Windows clients unable to obtain DHCP lease after server move.



On May 2, 11:41 am, Joachim Mæland <jm-n...@xxxxxxxxxxx> wrote:
On Fri, 02 May 2008 08:42:36 -0700, techjoh...@xxxxxxxxx wrote:
I recently moved a dhcp server to another machine, the same ip address
and dhcp configuration, but now the clients cannot obtain a lease
anymore. I checked the logs and here is a sample:

Apr 27 04:07:09 dhcpd: DHCPINFORM from 10.1.10.148 via eth0 Apr 27
04:07:09 dhcpd: DHCPACK to 10.1.10.148 (00:17:31:c0:9e:d5) via eth0

This looks like a quite normal behavior, but AFAIK not part of the
process of obtaining an IP address from the DHCP server.

Please look at the "Windows Client" section of:http://www.brennan.id.au/10-DHCP_Server.html

--
Regards/mvh Joachim Mæland

If everything seems under control, you're just not going fast enough.
-Mario Andretti

Here is my dhcpd.conf file:

authoritative;
ddns-update-style ad-hoc;
subnet 10.1.10.0 netmask 255.255.255.0
{
range 10.1.10.50 10.1.10.150;
option domain-name "domain.com";
option routers 10.1.10.15;
option subnet-mask 255.0.0.0;
option domain-name-servers 10.1.10.15;
option broadcast-address 10.1.10.255;
default-lease-time 21600;
max-lease-time 43200;

}

This is exactly the same confirmation that I had on serverA, but after
moving ISC dhcp server to serverB, my Windows clients can no longer
obtain their ip address, so I've configured everybody with static.

--tj
.



Relevant Pages

  • RE: DHCP for Simple Security
    ... > our clients to have a unique User-Defined Class in IPconfig. ... > Microsoft DHCP server would support IP assignment by User-Defined ... User Class option. ...
    (microsoft.public.windows.server.networking)
  • Re: wireless router
    ... David's suggestion to check the DHCP server bindings is where I'd be ... If I found that DHCP server was bound to the external NIC I'd probably run ... The internal clients will be using DHCP of the internal ... >> wireless clients who come into the office to connect to the internet ...
    (microsoft.public.windows.server.sbs)
  • Re: Adding another DHCP Server
    ... For distributing scopes among multiple DHCP servers two well known ... If one or more DHCP servers service the same set of clients you ... Lets say you have a scope with the following AVAILABLE IP ... detection so that each DHCP server first checks a certain IP address ...
    (microsoft.public.win2000.advanced_server)
  • Re: DNS Scavenged all my Service records!
    ... I made the changes to our DHCP scope as per your suggestions below, ... Good, in most cases, I see DNS scavenging as an unnecessary process, if the ... DHCP clients are properly configured. ... DHCP server is configured to dynamically update DNS.... ...
    (microsoft.public.windows.server.dns)
  • Re: DHCP issue
    ... - if you set up a static pool then remote clients will be distributed IP ... the DHCP settings. ... However if your DHCP server is on a different subnet then ...
    (microsoft.public.win2000.ras_routing)