quote:
Originally posted by Animal
quote:
Originally posted by TheBlasphemer
1. Go to dos prompt by clicking START > RUN, type in cmd and hit ENTER.
2. Type in "ipconfig /flushdns" and hit ENTER
learnt something new i didnt know bout Dos
IPconfig commands in NT 4.0 and newer
ipconfig /all
Displays current IP settings in detail
ipconfig /release
Instructs the network host to release the DHCP assigned. ipconfig /renew
Instructs the network host to request a new IP address from the DHCP server.
NOTE: using the renew command implies a release.
IPconfig commands in Win2k and newer
ipconfig /flushdns
Instructs the network host to dump all cached DNS entries.
ipconfig /displaydns
Instructs the network host to display all cached DNS entries.
ipconfig /registerdns
Instructs the network host to register its hostname and IP dynamically to the local DNS servers.