My DHCP server broadcast DHCPACK 0xffffffff
. it is not working on layer 3 dhcp relay agent
. as it can not forward this broadcast message to my client. can any one help me from exactly the broadcast bit set ? should I send any parameter to dhcp server so It will send DHCPACK as a unicast
but not broadcast ?
Asked
Active
Viewed 1,620 times
2

user95711
- 211
- 3
- 4
- 11
-
Are you sure that your DHCP relay is well configured ? – Dom Jun 03 '14 at 06:25
-
Same thought here. I believe the problem is not the DHCP server, but the DHCP relay agent. – Daniel Jun 03 '14 at 06:49
-
some minor check in dhcp code,and it works fine , I have checked if "giaddr" field in present packet,it should unicast. is there any side effect of it ? will it work on layer 2, layer 3 both devices ? – user95711 Jun 04 '14 at 05:22