|
Posted by Jason Edwards on January 13, 2006, 8:35 am
If you were Registered and logged in, you could reply and use other advanced thread options
> Whats is ipconfig /flushdns supposed to do?
Deletes the contents of the DNS resolver cache on your PC.
>
> The release is for taking away the current ip address and return it to
> the dhcp's ip address pool so to become avialabe again if sdomeone
> requests it?
>
> Am the renew for takign a new one?
Renew means renew the lease, the IP address will not necessarily change. You
will get the same IP as far as possible.
If you haven't had an IP lease for a long time (maybe days) then that IP could
be assigned to someone else and then you will get a different one.
> But as the word says it must be a
> NEW ONE not the current one i always be given when i just do release in
> the previous step.
You will get the same IP address with a new lease.
>
> But the router's built-in dhcp server has a tendency of giving the same
> one agian if we have it to automatc . why is that?
Because that's how DHCP usually works. The MAC address (Physical address) of
your network interface and your host name can all be used to identify your
equipment and re issue the same IP.
> Manually i can set it to get 10.0.0.2 instead of 10.0.0.1 all the time
> but why not automatically?
It depends on what control you've got over the DHCP server and whether or not
you can tell it to issue a particular IP to a paricular MAC/host
>
> Also i want to change my external ip address(the routers one) since i
> have dynamic contract with my ISP but no matter how many tiems i reboot
> i always get the same one, 83.171.225.52.
This is normal. Why do you want to change it?
Dynamic does not mean that you get a new IP address every time you connect, it
means that the IP address is assigned by DHCP.
DHCP will usually try to give you the same IP address as far as possible because
this causes minimum disruption to your connection.
Jason
>
> Anyone knows why?
>
|