answersLogoWhite

0

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

11y ago

What else can I help you with?

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.


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.


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).


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

echo "This is my text" > myfile.txt