answersLogoWhite

0


Best Answer

If you mean your own internal address, at the command prompt, type "ipconfig"

For most users, your public IP address will change but is normally different to your local address.

Typically, your local address is a private address that others can't see.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What command to request a IP address?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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

ipconfig /renew


What is the pupose of the command ping 127.0.0.1?

The purpose of the command is to send a ping request to the IP address 127.0.0.1. The IP should respond with a "pong" if it accessible. As the address 127.0.0.1 is the originator of the ping request, it should always respond unless something is wrong with the TCP/IP stack.


What windows networking utility can tell you what your IP address is?

From a command prompt, you can use the command "ipconfig" to display your ip address.


An IP address that is assigned to a device upon request and is changeable is known as what?

A dynamic IP address.


Can you get an ip from an email address?

This is optionally that converting email address to ip is not difficult. Using nslookup command in command box (window key+R>cmd), the email address can be changed to ip readily.


How can you find site name from ip address?

ping with ip address. ex: ping 124.123.97.47


How do you get the IP address of a web link?

open a command prompt and ping the web address. If it is a valid address, it will return the ip.


How do you get the ip address from computer?

Assuming you have Windows: To know the IP address of your computer, you can either check the network properties, or open a command window and type the command ipconfig.Assuming you have Windows: To know the IP address of your computer, you can either check the network properties, or open a command window and type the command ipconfig.Assuming you have Windows: To know the IP address of your computer, you can either check the network properties, or open a command window and type the command ipconfig.Assuming you have Windows: To know the IP address of your computer, you can either check the network properties, or open a command window and type the command ipconfig.


How do you see an ip address on command prompt?

By typing ipconfig \all in cmd prompt,we can see our ip address.


Using command prompt how do you find your ip address?

Answer In the Windows command prompt, type "ipconfig". That will list basic information, including your IP address, of all your network interfaces. Be warned this will only return you your local IP address. That means if you're on a LAN, then you'll get the IP address of that network and not your WAN IP address. *************************** Note: It is "ifconfig" on a Linux operating system.


How do you you change your IP address?

If you have a dhcp server, you simply request a new ip address by going to the command prompt and entering "ipconfig release" and then "ipconfig renew". If you get you IP by a ISP, you'll need ask them to for a new IP.


How do you request an IP address from a DHCP server in Linux?

1. dhclient -r This releases the current IP address lease 2. dhclient This requests a new IP address.