Networking Forums

Networking Forums > Computer Networking > Linux Networking > DHCPD Windows XP DHCPOFFER no DHCPREQUEST

Reply
Thread Tools Display Modes

DHCPD Windows XP DHCPOFFER no DHCPREQUEST

 
 
Bernard Hoffman
Guest
Posts: n/a

 
      05-26-2004, 01:05 AM
Hello all.

Had a RedHat 7.3 FW/server running my local network just fine... then
I migrated to Fedora Core 1. Now I can't get my XP Pro box to pickup
a DHCP addr. The request times out on the XP client, never having
sent DHCPREQUEST to the server. I've tried it with a fixed allocation
and with a dynamic range. I've made sure that dhcpd v3.0p12 is in use
and that there are no competing DHCP servers on the network.

Works fine from my Win2k/ME machines - fails from XP Pro. Checked
Mickeysoft's site and haven't found any patches to their XP DHCP
client.

Any help appreciated!
-=Berns

===== BEGIN LOG (startup thru XP renew) FAILS!
May 25 20:24:24 localhost dhcpd: Internet Software Consortium DHCP
Server V3.0pl2
May 25 20:24:24 localhost dhcpd: Internet Software Consortium DHCP
Server V3.0pl2
May 25 20:24:24 localhost dhcpd: Copyright 1995-2003 Internet Software
Consortium.
May 25 20:24:24 localhost dhcpd: All rights reserved.
May 25 20:24:24 localhost dhcpd: For info, please visit
http://www.isc.org/products/DHCP
May 25 20:24:24 localhost dhcpd:
May 25 20:24:24 localhost dhcpd: Copyright 1995-2003 Internet Software
Consortium.
May 25 20:24:24 localhost dhcpd: All rights reserved.
May 25 20:24:24 localhost dhcpd: For info, please visit
http://www.isc.org/products/DHCP
May 25 20:24:24 localhost dhcpd: Wrote 0 deleted host decls to leases
file.
May 25 20:24:24 localhost dhcpd: Wrote 0 deleted host decls to leases
file.
May 25 20:24:24 localhost dhcpd: Wrote 0 new dynamic host decls to
leases file.
May 25 20:24:24 localhost dhcpd: Wrote 0 leases to leases file.
May 25 20:24:24 localhost dhcpd:
May 25 20:24:24 localhost dhcpd: Wrote 0 new dynamic host decls to
leases file.
May 25 20:24:24 localhost dhcpd: Wrote 0 leases to leases file.
May 25 20:24:24 localhost dhcpd: Listening on
LPF/eth1/0A:02:ef:0c:64:9a/192.168.0.0/24
May 25 20:24:24 localhost dhcpd: Listening on
LPF/eth1/0A:02:ef:0c:64:9a/192.168.0.0/24
May 25 20:24:24 localhost dhcpd: Sending on
LPF/eth1/0A:02:ef:0c:64:9a/192.168.0.0/24
May 25 20:24:24 localhost dhcpd:
May 25 20:24:24 localhost dhcpd: Listening on
LPF/eth0/0A:b0:df:78:7c:f6/68.81.72.0/24
May 25 20:24:24 localhost dhcpd: Sending on
LPF/eth1/0A:02:ef:0c:64:9a/192.168.0.0/24
May 25 20:24:24 localhost dhcpd: Sending on
LPF/eth0/0A:b0:df:78:7c:f6/68.81.72.0/24
May 25 20:24:24 localhost dhcpd: Sending on
Socket/fallback/fallback-net
May 25 20:24:24 localhost dhcpd: Listening on
LPF/eth0/0A:b0:df:78:7c:f6/68.81.72.0/24
May 25 20:24:24 localhost dhcpd: Sending on
LPF/eth0/0A:b0:df:78:7c:f6/68.81.72.0/24
May 25 20:24:24 localhost dhcpd: Sending on
Socket/fallback/fallback-net
May 25 20:24:24 localhost dhcpd: dhcpd startup succeeded
May 25 20:39:31 localhost dhcpd: DHCPDISCOVER from 0A:09:6b:cc:06:e9
via eth1
May 25 20:39:31 localhost dhcpd: DHCPOFFER on 192.168.0.60 to
0A:09:6b:cc:06:e9 via eth1
May 25 20:39:36 localhost dhcpd: DHCPDISCOVER from 0A:09:6b:cc:06:e9
via eth1
May 25 20:39:36 localhost dhcpd: DHCPOFFER on 192.168.0.60 to
0A:09:6b:cc:06:e9 via eth1
May 25 20:39:45 localhost dhcpd: DHCPDISCOVER from 0A:09:6b:cc:06:e9
via eth1
May 25 20:39:45 localhost dhcpd: DHCPOFFER on 192.168.0.60 to
0A:09:6b:cc:06:e9 via eth1
===== END LOG

===== BEGIN LOG (Win2k renew) WORKS!
May 25 20:53:57 localhost dhcpd: DHCPDISCOVER from 0A:B0F:F5:1E:F5
via eth1
May 25 20:53:57 localhost dhcpd: DHCPOFFER on 192.168.0.52 to
0A:B0F:F5:1E:F5 via eth1
May 25 20:53:57 localhost dhcpd: DHCPREQUEST for 192.168.0.52
(127.0.0.1) from 0A:B0F:F5:1E:F5 via eth1
May 25 20:53:57 localhost dhcpd: DHCPACK on 192.168.0.52 to
0A:B0F:F5:1E:F5 via eth1
===== END LOG

===== BEGIN DHCPD.CONF
server-identifier gw.domain.local;
ddns-update-style interim;
default-lease-time 600;
max-lease-time 86400;
option subnet-mask 255.255.255.0;
authoritative;
subnet 68.81.72.0 netmask 255.255.255.0{
deny unknown-clients;
}
subnet 192.168.0.0 netmask 255.255.255.0{
allow unknown-clients;
range 192.168.0.50 192.168.0.150;
default-lease-time 600;
option domain-name "domain.local";
option domain-name-servers 192.168.0.1;
option routers 192.168.0.1;
option subnet-mask 255.255.255.0;
}

host host1 {
ddns-updates on;
hardware ethernet 0A:B0F:F5:1E:F5;
fixed-address 192.168.0.52;
}

host myXPbox {
ddns-updates on;
hardware ethernet 0A:09:6b:cc:06:e9;
fixed-address 192.168.0.60;
}
===== END DHCPD.CONF
 
Reply With Quote
 
 
 
 
Alex Harsch
Guest
Posts: n/a

 
      05-26-2004, 05:33 PM
Bernard Hoffman wrote:

> Hello all.
>
> Had a RedHat 7.3 FW/server running my local network just fine... then
> I migrated to Fedora Core 1. Now I can't get my XP Pro box to pickup
> a DHCP addr. The request times out on the XP client, never having
> sent DHCPREQUEST to the server. I've tried it with a fixed allocation
> and with a dynamic range. I've made sure that dhcpd v3.0p12 is in use
> and that there are no competing DHCP servers on the network.
>
> Works fine from my Win2k/ME machines - fails from XP Pro. Checked
> Mickeysoft's site and haven't found any patches to their XP DHCP
> client.
>
> Any help appreciated!
> -=Berns
>
> ===== BEGIN LOG (startup thru XP renew) FAILS!
> May 25 20:24:24 localhost dhcpd: Internet Software Consortium DHCP
> Server V3.0pl2
> May 25 20:24:24 localhost dhcpd: Internet Software Consortium DHCP
> Server V3.0pl2
> May 25 20:24:24 localhost dhcpd: Copyright 1995-2003 Internet Software
> Consortium.
> May 25 20:24:24 localhost dhcpd: All rights reserved.
> May 25 20:24:24 localhost dhcpd: For info, please visit
> http://www.isc.org/products/DHCP
> May 25 20:24:24 localhost dhcpd:
> May 25 20:24:24 localhost dhcpd: Copyright 1995-2003 Internet Software
> Consortium.
> May 25 20:24:24 localhost dhcpd: All rights reserved.
> May 25 20:24:24 localhost dhcpd: For info, please visit
> http://www.isc.org/products/DHCP
> May 25 20:24:24 localhost dhcpd: Wrote 0 deleted host decls to leases
> file.
> May 25 20:24:24 localhost dhcpd: Wrote 0 deleted host decls to leases
> file.
> May 25 20:24:24 localhost dhcpd: Wrote 0 new dynamic host decls to
> leases file.
> May 25 20:24:24 localhost dhcpd: Wrote 0 leases to leases file.
> May 25 20:24:24 localhost dhcpd:
> May 25 20:24:24 localhost dhcpd: Wrote 0 new dynamic host decls to
> leases file.
> May 25 20:24:24 localhost dhcpd: Wrote 0 leases to leases file.
> May 25 20:24:24 localhost dhcpd: Listening on
> LPF/eth1/0A:02:ef:0c:64:9a/192.168.0.0/24
> May 25 20:24:24 localhost dhcpd: Listening on
> LPF/eth1/0A:02:ef:0c:64:9a/192.168.0.0/24
> May 25 20:24:24 localhost dhcpd: Sending on
> LPF/eth1/0A:02:ef:0c:64:9a/192.168.0.0/24
> May 25 20:24:24 localhost dhcpd:
> May 25 20:24:24 localhost dhcpd: Listening on
> LPF/eth0/0A:b0:df:78:7c:f6/68.81.72.0/24
> May 25 20:24:24 localhost dhcpd: Sending on
> LPF/eth1/0A:02:ef:0c:64:9a/192.168.0.0/24
> May 25 20:24:24 localhost dhcpd: Sending on
> LPF/eth0/0A:b0:df:78:7c:f6/68.81.72.0/24
> May 25 20:24:24 localhost dhcpd: Sending on
> Socket/fallback/fallback-net
> May 25 20:24:24 localhost dhcpd: Listening on
> LPF/eth0/0A:b0:df:78:7c:f6/68.81.72.0/24
> May 25 20:24:24 localhost dhcpd: Sending on
> LPF/eth0/0A:b0:df:78:7c:f6/68.81.72.0/24
> May 25 20:24:24 localhost dhcpd: Sending on
> Socket/fallback/fallback-net
> May 25 20:24:24 localhost dhcpd: dhcpd startup succeeded
> May 25 20:39:31 localhost dhcpd: DHCPDISCOVER from 0A:09:6b:cc:06:e9
> via eth1
> May 25 20:39:31 localhost dhcpd: DHCPOFFER on 192.168.0.60 to
> 0A:09:6b:cc:06:e9 via eth1
> May 25 20:39:36 localhost dhcpd: DHCPDISCOVER from 0A:09:6b:cc:06:e9
> via eth1
> May 25 20:39:36 localhost dhcpd: DHCPOFFER on 192.168.0.60 to
> 0A:09:6b:cc:06:e9 via eth1
> May 25 20:39:45 localhost dhcpd: DHCPDISCOVER from 0A:09:6b:cc:06:e9
> via eth1
> May 25 20:39:45 localhost dhcpd: DHCPOFFER on 192.168.0.60 to
> 0A:09:6b:cc:06:e9 via eth1
> ===== END LOG
>
> ===== BEGIN LOG (Win2k renew) WORKS!
> May 25 20:53:57 localhost dhcpd: DHCPDISCOVER from 0A:B0F:F5:1E:F5
> via eth1
> May 25 20:53:57 localhost dhcpd: DHCPOFFER on 192.168.0.52 to
> 0A:B0F:F5:1E:F5 via eth1
> May 25 20:53:57 localhost dhcpd: DHCPREQUEST for 192.168.0.52
> (127.0.0.1) from 0A:B0F:F5:1E:F5 via eth1
> May 25 20:53:57 localhost dhcpd: DHCPACK on 192.168.0.52 to
> 0A:B0F:F5:1E:F5 via eth1
> ===== END LOG
>
> ===== BEGIN DHCPD.CONF
> server-identifier gw.domain.local;
> ddns-update-style interim;
> default-lease-time 600;
> max-lease-time 86400;
> option subnet-mask 255.255.255.0;
> authoritative;
> subnet 68.81.72.0 netmask 255.255.255.0{
> deny unknown-clients;
> }
> subnet 192.168.0.0 netmask 255.255.255.0{
> allow unknown-clients;
> range 192.168.0.50 192.168.0.150;
> default-lease-time 600;
> option domain-name "domain.local";
> option domain-name-servers 192.168.0.1;
> option routers 192.168.0.1;
> option subnet-mask 255.255.255.0;
> }
>
> host host1 {
> ddns-updates on;
> hardware ethernet 0A:B0F:F5:1E:F5;
> fixed-address 192.168.0.52;
> }
>
> host myXPbox {
> ddns-updates on;
> hardware ethernet 0A:09:6b:cc:06:e9;
> fixed-address 192.168.0.60;
> }
> ===== END DHCPD.CONF

Hi,

this is obviously a XP thing, so your in the wrong NG. Since this is other
Hardware on the XP machine, does the network work alright with a static IP?
Can you ping 127.0.0.1? Can you ping your static IP if configured? Is your
firewall accepting DHCP-offers?

Alex
 
Reply With Quote
 
Bernard Hoffman
Guest
Posts: n/a

 
      05-27-2004, 01:07 AM
Thanks for the reply, Alex.

I can't tell if it's an XP thing or a dhcpd thing. The XP box works
fine on other networks (it's a laptop) and has been on atleast 5 other
dhcp-based networks in the past 4 months. Just to be sure, I'll
cross-post on a MS NG...

Yes, the NIC works fine (with a static IP) - I'm using it now.
Yes, the Fedora Server manages IPs for 2 win2k machines and 1 winme
machine just fine without complaint.

This problem seems to have something to do with the negotiation
between XP and the ISC dchpd server. Today, I tried:
always-reply-rfc1048 on;
always-broadcast on;
.... settings from other posts - both without resolve.

Still searching for a cure...
-=Berns


Alex Harsch <(E-Mail Removed)> wrote in message news:<c92kd6$buh$(E-Mail Removed)>...
> Bernard Hoffman wrote:
>
> > Hello all.
> >
> > Had a RedHat 7.3 FW/server running my local network just fine... then
> > I migrated to Fedora Core 1. Now I can't get my XP Pro box to pickup
> > a DHCP addr. The request times out on the XP client, never having
> > sent DHCPREQUEST to the server. I've tried it with a fixed allocation
> > and with a dynamic range. I've made sure that dhcpd v3.0p12 is in use
> > and that there are no competing DHCP servers on the network.
> >
> > Works fine from my Win2k/ME machines - fails from XP Pro. Checked
> > Mickeysoft's site and haven't found any patches to their XP DHCP
> > client.
> >
> > Any help appreciated!
> > -=Berns
> >
> > ===== BEGIN LOG (startup thru XP renew) FAILS!
> > May 25 20:24:24 localhost dhcpd: Internet Software Consortium DHCP
> > Server V3.0pl2
> > May 25 20:24:24 localhost dhcpd: Internet Software Consortium DHCP
> > Server V3.0pl2
> > May 25 20:24:24 localhost dhcpd: Copyright 1995-2003 Internet Software
> > Consortium.
> > May 25 20:24:24 localhost dhcpd: All rights reserved.
> > May 25 20:24:24 localhost dhcpd: For info, please visit
> > http://www.isc.org/products/DHCP
> > May 25 20:24:24 localhost dhcpd:
> > May 25 20:24:24 localhost dhcpd: Copyright 1995-2003 Internet Software
> > Consortium.
> > May 25 20:24:24 localhost dhcpd: All rights reserved.
> > May 25 20:24:24 localhost dhcpd: For info, please visit
> > http://www.isc.org/products/DHCP
> > May 25 20:24:24 localhost dhcpd: Wrote 0 deleted host decls to leases
> > file.
> > May 25 20:24:24 localhost dhcpd: Wrote 0 deleted host decls to leases
> > file.
> > May 25 20:24:24 localhost dhcpd: Wrote 0 new dynamic host decls to
> > leases file.
> > May 25 20:24:24 localhost dhcpd: Wrote 0 leases to leases file.
> > May 25 20:24:24 localhost dhcpd:
> > May 25 20:24:24 localhost dhcpd: Wrote 0 new dynamic host decls to
> > leases file.
> > May 25 20:24:24 localhost dhcpd: Wrote 0 leases to leases file.
> > May 25 20:24:24 localhost dhcpd: Listening on
> > LPF/eth1/0A:02:ef:0c:64:9a/192.168.0.0/24
> > May 25 20:24:24 localhost dhcpd: Listening on
> > LPF/eth1/0A:02:ef:0c:64:9a/192.168.0.0/24
> > May 25 20:24:24 localhost dhcpd: Sending on
> > LPF/eth1/0A:02:ef:0c:64:9a/192.168.0.0/24
> > May 25 20:24:24 localhost dhcpd:
> > May 25 20:24:24 localhost dhcpd: Listening on
> > LPF/eth0/0A:b0:df:78:7c:f6/68.81.72.0/24
> > May 25 20:24:24 localhost dhcpd: Sending on
> > LPF/eth1/0A:02:ef:0c:64:9a/192.168.0.0/24
> > May 25 20:24:24 localhost dhcpd: Sending on
> > LPF/eth0/0A:b0:df:78:7c:f6/68.81.72.0/24
> > May 25 20:24:24 localhost dhcpd: Sending on
> > Socket/fallback/fallback-net
> > May 25 20:24:24 localhost dhcpd: Listening on
> > LPF/eth0/0A:b0:df:78:7c:f6/68.81.72.0/24
> > May 25 20:24:24 localhost dhcpd: Sending on
> > LPF/eth0/0A:b0:df:78:7c:f6/68.81.72.0/24
> > May 25 20:24:24 localhost dhcpd: Sending on
> > Socket/fallback/fallback-net
> > May 25 20:24:24 localhost dhcpd: dhcpd startup succeeded
> > May 25 20:39:31 localhost dhcpd: DHCPDISCOVER from 0A:09:6b:cc:06:e9
> > via eth1
> > May 25 20:39:31 localhost dhcpd: DHCPOFFER on 192.168.0.60 to
> > 0A:09:6b:cc:06:e9 via eth1
> > May 25 20:39:36 localhost dhcpd: DHCPDISCOVER from 0A:09:6b:cc:06:e9
> > via eth1
> > May 25 20:39:36 localhost dhcpd: DHCPOFFER on 192.168.0.60 to
> > 0A:09:6b:cc:06:e9 via eth1
> > May 25 20:39:45 localhost dhcpd: DHCPDISCOVER from 0A:09:6b:cc:06:e9
> > via eth1
> > May 25 20:39:45 localhost dhcpd: DHCPOFFER on 192.168.0.60 to
> > 0A:09:6b:cc:06:e9 via eth1
> > ===== END LOG
> >
> > ===== BEGIN LOG (Win2k renew) WORKS!
> > May 25 20:53:57 localhost dhcpd: DHCPDISCOVER from 0A:B0F:F5:1E:F5
> > via eth1
> > May 25 20:53:57 localhost dhcpd: DHCPOFFER on 192.168.0.52 to
> > 0A:B0F:F5:1E:F5 via eth1
> > May 25 20:53:57 localhost dhcpd: DHCPREQUEST for 192.168.0.52
> > (127.0.0.1) from 0A:B0F:F5:1E:F5 via eth1
> > May 25 20:53:57 localhost dhcpd: DHCPACK on 192.168.0.52 to
> > 0A:B0F:F5:1E:F5 via eth1
> > ===== END LOG
> >
> > ===== BEGIN DHCPD.CONF
> > server-identifier gw.domain.local;
> > ddns-update-style interim;
> > default-lease-time 600;
> > max-lease-time 86400;
> > option subnet-mask 255.255.255.0;
> > authoritative;
> > subnet 68.81.72.0 netmask 255.255.255.0{
> > deny unknown-clients;
> > }
> > subnet 192.168.0.0 netmask 255.255.255.0{
> > allow unknown-clients;
> > range 192.168.0.50 192.168.0.150;
> > default-lease-time 600;
> > option domain-name "domain.local";
> > option domain-name-servers 192.168.0.1;
> > option routers 192.168.0.1;
> > option subnet-mask 255.255.255.0;
> > }
> >
> > host host1 {
> > ddns-updates on;
> > hardware ethernet 0A:B0F:F5:1E:F5;
> > fixed-address 192.168.0.52;
> > }
> >
> > host myXPbox {
> > ddns-updates on;
> > hardware ethernet 0A:09:6b:cc:06:e9;
> > fixed-address 192.168.0.60;
> > }
> > ===== END DHCPD.CONF

> Hi,
>
> this is obviously a XP thing, so your in the wrong NG. Since this is other
> Hardware on the XP machine, does the network work alright with a static IP?
> Can you ping 127.0.0.1? Can you ping your static IP if configured? Is your
> firewall accepting DHCP-offers?
>
> Alex

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
dhcpd Damir Galič Linux Networking 1 09-08-2005 02:31 AM
dhclient DHCPREQUEST in logs hakim Linux Networking 4 08-12-2005 07:44 AM
newbie - client not replying to DHCPOFFER michael melling Linux Networking 2 08-10-2004 07:52 PM
Multiple DHCPREQUEST Riit Bejna Linux Networking 0 09-04-2003 03:46 PM
dhcpd on linux, internet from windows (dial up) Miguel De Anda Linux Networking 2 08-01-2003 09:48 AM



1 2 3 4 5 6 7 8 9 10 11