DHCP - Announce - WeOnlyDo Discussion board

DHCP - Announce (General questions)

by Joel White, Tuesday, October 11, 2005, 18:23 (6982 days ago)

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:

 

  • DHCP - Announce - Joel White, 2005-10-11, 18:23 [*]