View Full Version : to flush ip address
peter_j
December 11th 03, 11:32 PM
I would like to flush the ip address from the nic card, any suggestion as to
the command?
Peter
J. Bruschi
December 11th 03, 11:33 PM
Go to Start > Run > and type CMD.
At the command prompt, type ipconfig /release
This will release the IP address assigned to your NIC from the DHCP server.
If you have a static IP address you will need to go into your TCP/IP
settings and re-configure your IP address.
"peter_j" > wrote in message
...
> I would like to flush the ip address from the nic card, any suggestion as
to
> the command?
> Peter
>
>
Bobbi
December 11th 03, 11:37 PM
can you show me how to write a batch file that i can
place on the desktop? I'd like the ipconfig/all info but,
when i open notepad, type in CMD and on the next line, I
type ipconfig/all and save the file as ipconfig.bat, it
doesnt work. What am I doing wrong?
Thanks in advance.
B
>-----Original Message-----
>Go to Start > Run > and type CMD.
>
>At the command prompt, type ipconfig /release
>
>This will release the IP address assigned to your NIC
from the DHCP server.
>If you have a static IP address you will need to go into
your TCP/IP
>settings and re-configure your IP address.
>
>"peter_j" > wrote in message
...
>> I would like to flush the ip address from the nic
card, any suggestion as
>to
>> the command?
>> Peter
>>
>>
>
>
>.
>
peter_j
December 12th 03, 07:06 AM
Thanks
"J. Bruschi" > wrote in message
...
> Go to Start > Run > and type CMD.
>
> At the command prompt, type ipconfig /release
>
> This will release the IP address assigned to your NIC from the DHCP
server.
> If you have a static IP address you will need to go into your TCP/IP
> settings and re-configure your IP address.
>
> "peter_j" > wrote in message
> ...
> > I would like to flush the ip address from the nic card, any suggestion
as
> to
> > the command?
> > Peter
> >
> >
>
>
rwzone
March 21st 04, 06:23 PM
To create a batch file to flush the dns
Open up Notepad
Type in
ipconfig /flushdns
pause
end
Close and save the notepad. Call it FlushDNS, if you like.
Right click on the text file called "FlushDNS.txt" and choose Rename. You can also Highlight it and press F2 to rename it.
Delete the "TXT" at the end of the name and replace it w/ "bat".
Press ENTER
The file should now be "FlushDNS.bat" and the icon should change.
Double click on the icon and it should open a DOS window run your command, show confirmation of the flush and ask you to press any key to close the window.
Hope this helps.
RWZONE
vBulletin® v3.6.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.