Most DHCP server keep track of the hardware MAC address when they dole
out IP addresses and try to assign the same address when a client
reconnects. When you request a new address, the server still
knows your MAC address and tries to give you the same IP address if it is
still available. Clearing the cache on the server, NOT the client (dhcpcd
is the client) might do the trick, but chances are the dhcp server will give
you the first available IP address which may very well be what you got
before.
The easiest way to change your IP address is to override it with
ipconfig. See the man or info pages on how to use it.
Ujwal
In article <3B79FF4E.85C87...@videotron.x-nospam-x.ca>, "Luke D."