Wednesday, February 27, 2008

wednedday 3:08PM

You can either find out your IP address through the command line interface or through a Web-based interface that can determine your address for you.

Through command line interface:

Note: Root access may be required to run these commands. These commands will all be launched from the command line.

1. Launch a command line interface. (This will vary depending on operating system distribution.)

2. In the resulting command line window or screen, type ifconfig.

3. Press Enter. For example, typing ifconfig at the command line:

[sygny@linuxbox /home]# ifconfig

eth0 Link encap:Ethernet HWaddr 00:10:5A:1A:DC:65
inet addr:198.209.253.169 Bcast:208.141.109.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:18940 errors:1 dropped:0 overruns:0 frame:2
TX packets:11554 errors:0 dropped:0 overruns:0 carrier:0
collisions:2 txqueuelen:100
RX bytes:4087250 (3.8 Mb) TX bytes:2499423 (2.3 Mb)
Interrupt:11 Base address:0xd000

In the example above, the IP address is labeled inet addr:198.209.253.169.

http://www.answerbag.com/q_view/12741
The subnet mask is listed as Mask:255.255.255.0.

No comments: