answersLogoWhite

0


Best Answer

Steps to be followed for finding your computer's ip address in Windows XP:

1.Start->Run->cmd prompt

2.In that,just type ipconfig and then click enter

For example: It will show ip address like 74.110.208.65 .

You can also find your IP address by using Ip-details.com .

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

By configure, you mean create a new ip, show ip etc.

In cmd, you can type ipconfig /all. This will show your ip address and other internet inforamtion.

To create a new ip, type the following in cmd:

ipconfig /flushdns

*Press center*

ipconfig /release

*Press center*

ipconfig /renew

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

There are several ways; netstat -in or netstat -rn will tell you the IP address, or use 'ifconfig -a' to get the adaptor information.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you find your IP address from a UNIX command line?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Does UNIX have alternatives to the command line user interface?

Yes, Unix has several variants of Graphical User Interfaces that may be used instead of the command line if the user wishes it.


Which command in UNIX can search a pattern in documents and list them in line format?

Use the 'grep' command


Does UNIX have a command line interface?

Several different versions of UNIX have GUI's or Graphical User Interfaces. The most common example of UNIX with an interface is Mac OS X.


Is unix and Linux are both command line and gui based os?

Yes


What is the difficulty in using UNIX?

The usual difficulty that people report concerning UNIX is the use of the command line. The command line has a lot of power and the commands may seem somewhat arcane at times. Like anything else, you have to study what the commands do and how to use them to harness the power of UNIX, but once you do that it isn't that difficult to use.


What command do you use to view IP address information?

For Unix/linux, use the 'ifconfig' command. For Windows, use 'ipconfig'


What is a UNIX command that will count how many users have logged on and also the users list in the UNIX system?

There are many ways to do this, but the fastest and easiest is to use the 'uptime' command, which will tell you in a summary line how many users are logged in.


How do you find out network config from command line?

It depends on the operating system you are using. Most windows systems use the 'ipconfig' command to look at the network adaptor configuration, whereas Unix/Linux use the 'ifconfig' command.


Describe the shell treatment of command line in unix operating system?

The shell's treatment of the command line :PARSING.VARIABLE EVALUATION.COMMAND SUBSTITUTION.REDIRECTION.WILD-CARD INTERPRETATIONPATH EVALUATION.


In unix Which command do you use to assign a socket to a specific address?

There isn't a generalized way from the command line in Unix to connect to a socket; there are socket libraries you can utilize from within the 'C' language to assign, bind, and connect to a specific socket address. For example: int connect(int s, const struct sockaddr *name, int namelen); In Linux, you can use the 'socket' command to connect to a specific socket as: socket ?options? host port Where the host is the IP address and the port is the port number (giving you the socket address).


Find Primary wins server?

To find the IP address of the primary WINS server, open up the 'cmd' command line prompt. Type /ipconfig into the command line and hit enter.


How do you redirect a displayed line used by echo command to a file in UNIX?

echo "This is my text" > myfile.txt