Send dhcp-users mailing list submissions to
        dhcp-users@lists.isc.org

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.isc.org/mailman/listinfo/dhcp-users
or, via email, send a message with subject or body 'help' to
        dhcp-users-requ...@lists.isc.org

You can reach the person managing the list at
        dhcp-users-ow...@lists.isc.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of dhcp-users digest..."


Today's Topics:

   1. DHCP not responding to BOOTP client request messages. (? ??)


----------------------------------------------------------------------

Message: 1
Date: Mon, 12 Oct 2020 07:37:36 +0000
From: ? ?? <hijk123452...@hotmail.com>
To: "dhcp-users@lists.isc.org" <dhcp-users@lists.isc.org>
Subject: DHCP not responding to BOOTP client request messages.
Message-ID:
        
<sl2pr01mb2748ec063acec48b7e8c4880fd...@sl2pr01mb2748.apcprd01.prod.exchangelabs.com>
        
Content-Type: text/plain; charset="utf-8"

1.       When DHCP Server enabled as Dynamic/Static IP Assignment and only 
Dynamic(DHCP Server) pools are enabled,
  DHCP Server  not responding with BOOTP Reply on receiving BOOTP request 
message.

When Static IP/IP port binding pools are enabled with respective pools, DHCP 
Server responded to received BOOTP request.
This issue occurs only with Dynamic IP Assignment.
So I add
allow bootp;
range dynamic-bootp 192.168.127.70 192.168.127.99;
to dhcpd.conf,it can response the bootp client ,but the bootp not use this 
response ip.
I attach the wireshark file is use tool tftpd32 dhcp server to response the 
bootp client and client use normal,
And linux dhcp server packet file.

dhcpd.conf:

authoritative;
allow bootp;

subnet 192.168.127.0 netmask 255.255.255.0 {
}

subnet 192.168.127.0 netmask 255.255.255.0 {
        default-lease-time 86400;
        max-lease-time 446400;
        range 192.168.127.22 192.168.127.55;
        range dynamic-bootp 192.168.127.70 192.168.127.99;
        option broadcast-address 192.168.127.255;
        option routers 192.168.127.0;
        option domain-name-servers  192.168.127.254;
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://lists.isc.org/pipermail/dhcp-users/attachments/20201012/2ecbf94f/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bootp.pcapng
Type: application/octet-stream
Size: 6308 bytes
Desc: bootp.pcapng
URL: 
<https://lists.isc.org/pipermail/dhcp-users/attachments/20201012/2ecbf94f/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: isc_dhcp_boot.pcapng
Type: application/octet-stream
Size: 13844 bytes
Desc: isc_dhcp_boot.pcapng
URL: 
<https://lists.isc.org/pipermail/dhcp-users/attachments/20201012/2ecbf94f/attachment-0001.obj>

------------------------------

Subject: Digest Footer

_______________________________________________
ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.

dhcp-users mailing list
dhcp-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/dhcp-users


------------------------------

End of dhcp-users Digest, Vol 144, Issue 9
******************************************

Reply via email to