Re: dhcpd doesn't acknowledge dhcp requests

Posted by Sean McMurray on
URL: http://isc-dhcp-users.193.s1.nabble.com/dhcpd-doesn-t-acknowledge-dhcp-requests-tp124p218.html

I finally got it worked out. I'll document what worked for me here in
case it might be helpful to somebody in the future.

In order for dhcpd to recognize and respond to dhcp requests on a vlan,
I had to do two things:
1. Specifically enumerate the interfaces as dhcpd command line arguments
     In my case, dhcpd em2.112
2. Set the REORDER HEADER flag
     This can be done with vconfig like so: vconfig set_flag em2.112 1 1
     I made it permanent by adding it to the ifcfg script on my Redhat
host using the REORDER_HDR=1 option

After these two changes, the dhcpd daemon began responding to dhcp
requests on vlan 112.

_______________________________________________
dhcp-users mailing list
[hidden email]
https://lists.isc.org/mailman/listinfo/dhcp-users