answersLogoWhite

0

In Windows operating systems, open a command prompt and type "ipconfig /release," which dumps the automatic address it had, and then "ipconfig /renew," which gets a new address, which will be in the address space that you just changed the router to. Of course you won't type the quotes, and depending on which Windows version you have you may need to make it "release all" and "renew all."

For Mac OS, either restart your computer, or go to the Apple menu, choose System Preferences, choose Network from the View menu, and then Active Network Ports from the View menu. Deselect the "ON" checkbox for your network adapter, click on Apply, then reselect the "ON" checkbox and click Apply again.

Finally you can check your new ip address at IP-Details.com

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is ipconfig renew?

Ipconfig /Renew is something to renew your ip address, therefore changing what address you view web pages from, sometimes you could have a bad IP address and renewing your IP address can solve your internet problems.


In Windows 2000 what command discards the IP address?

ipconfig /release ipconfig /renew


In windows 7 what command discards the IP address?

ipconfig /release ipconfig /renew


What is the function ipconfigrenew?

ipconfig /renew is used to renew your DHCP IP address after releasing it with ipconfig /release. If no adaptor is specified, all adaptors are renewed.


How you change ip?

Follow the below steps for changing IP address in Windows XP/Vista: 1.Start->Run->Cmd->Press Enter 2.Type in "ipconfig/release" for Current IP address and 3.Then type "ipconfig/renew" for New IP address . You can check your IP address by using Ip-details.com .


How do you renuew ip address?

Before Renewing your ip address, first of all you have to get rid of the current ip address. For this, you can open Command Prompt Window and type ipconfig /release You just released your current ip address Then type ipconfig /renew This works for Local Area Networks most of the times in Windows environment.


How do you troubleshoot ip address?

DOS window: c:\ipconfig\renew


How do you use ipconfig in windows 2000?

type "ipconfig" from a command prompt. (Start > Run > CMD) The basic command will display the essential IP address info for each network adapter: IP Address, Subnet, and Gateway There are several helpful switches. The most common: /all--displays complete IP configuration, such as DHCP servers, WINS Servers, DNS Servers /release--releases the lease on an IP Address assigned by DHCP /renew--requests an IP Address from the DHCP Server /?--returns a complete list of switches and syntax for this command


How can you refresh your IP configuration?

In Windows operating systems, open a command prompt and type "ipconfig /release," which dumps the automatic address it had, and then "ipconfig /renew," which gets a new address, which will be in the address space that you just changed the router to. Of course you won't type the quotes, and depending on which Windows version you have you may need to make it "release all" and "renew all." For Mac OS, either restart your computer, or go to the Apple menu, choose System Preferences, choose Network from the View menu, and then Active Network Ports from the View menu. Deselect the "ON" checkbox for your network adapter, click on Apply, then reselect the "ON" checkbox and click Apply again. Finally you can check your new ip address at IP-Details.com


HOW TO FIND MY IP ADDRESS WINDOWS 7?

to reset your IP address using DHCP click on the start menu then in the search box typ CMD in the CMD box that comes up type ipconfig /release wait 5 seconds and then type ipconfig /renew this will release the ip address assigned and request a new address from the DHCP server.


What command can be used to cause windows to request a new IP address?

ipconfig /renew


What is the correct way to use the protocol ipconfig in a windows 2000?

H:\> IPCONFIG /? Windows 2000 IP Configuration USAGE: ipconfig [/? | /all | /release [adapter] | /renew [adapter] | /flushdns | /registerdns | /showclassid adapter | /setclassid adapter [classidtoset] ] adapter Full name or pattern with '*' and '?' to 'match', * matches any character, ? matches one character. Options /? Display this help message. /all Display full configuration information. /release Release the IP address for the specified adapter. /renew Renew the IP address for the specified adapter. /flushdns Purges the DNS Resolver cache. /registerdns Refreshes all DHCP leases and re-registers DNS names /displaydns Display the contents of the DNS Resolver Cache. /showclassid Displays all the dhcp class IDs allowed for adapter. /setclassid Modifies the dhcp class id. The default is to display only the IP address, subnet mask and default gateway for each adapter bound to TCP/IP. For Release and Renew, if no adapter name is specified, then the IP address leases for all adapters bound to TCP/IP will be released or renewed. For SetClassID, if no class id is specified, then the classid is removed. Examples: > ipconfig ... Show information. > ipconfig /all ... Show detailed information > ipconfig /renew ... renew all adapaters > ipconfig /renew EL* ... renew adapters named EL.... > ipconfig /release *ELINK?21* ... release all matching adapters, eg. ELINK-21, myELELINKi21adapter.