DHCP - Announce (General questions)
I have a wireless network card in a DELL laptop and a Wyse dumb terminal that announce themselves over and over. The DHCP server sends them the IP Address, but the client never accepts it, and the client re-announces itself in an endless cycle.
Is there a setting that would help? I'm not sure why the client never accepts the offer. It never gets to the point where it sends the configuration (DNS, Gateway, and lease).
Private Sub DHCP_Announce(ByVal Session As wodDHCPDComLib.IDHCPSession)
ip$ = FindFreeIP(Session.HardwareAddress)
....
Session.IPAddress = ip$
Session.LeaseTime = DefaultLeaseTime
Session.SendOffer
End Sub
Complete thread: