forcing re-issue of ip addresses from router

W

whburling

I currently own a wrt54g wireless router from linksys.

It has a built in DHCP server.

I can issue a command to delete the DHCP table.
The command works.

However, I can not force the DHCP to re-issue ip addresses to
all the machines on the router which were in the table before
I deleted them.

There must be a logical reason why the DHCP server can't re-issue
the IP addresses.

Can anybody help me understand why?

I am aware that I can go to each machine and issue a renewal of
an ip lease using ipconfig in win2k and something analagous in
imac.

any help will be appreciated.

Bil
 
D

Doug Sherman [MVP]

DHCP protocol is governed by various RFCs. The basic process is always
initiated by the client not the server, and has changed little since its
inception:

http://support.microsoft.com/default.aspx?scid=kb;en-us;169289

http://www.microsoft.com/resources/documentation/Windows/2000/server/reskit/
en-us/Default.asp?url=/resources/documentation/Windows/2000/server/reskit/en
-us/cnet/cncb_dhc_nxxi.asp

http://www.microsoft.com/resources/documentation/Windows/2000/server/reskit/
en-us/Default.asp?url=/resources/documentation/windows/2000/server/reskit/en
-us/cnet/cncb_dhc_hwck.asp

In your case the client machines already have IP addresses. Deleting leases
on the server does not remove those addresses; and clients will not
automatically request renewal until 50% of the original lease duration
period expires.

Doug Sherman
MCSE, MCSA, MCP+I, MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top