Difference between revisions of "How to find out servers IP address"
From Kolmisoft Wiki
Jump to navigationJump to search
(New page: ...) |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
... | = Standard way = | ||
Switch on your servers monitor and log in by using root as username and the password you have entered during MOR install. | |||
When you are in, type: | |||
ifconfig | |||
(Press ENTER after it) | |||
You will see similiar output like this: | |||
eth0 Link encap:Ethernet HWaddr 00:0C:29:B6:C1:CA | |||
'''inet addr''':<u><b><big>192.168.0.128</big></b></u> Bcast:192.168.0.255 Mask:255.255.255.0 | |||
inet6 addr: fe80::20c:29ff:feb6:c1ca/64 Scope:Link | |||
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 | |||
RX packets:43138 errors:0 dropped:0 overruns:0 frame:0 | |||
TX packets:31569 errors:0 dropped:0 overruns:0 carrier:0 | |||
collisions:0 txqueuelen:1000 | |||
RX bytes:5289630 (5.0 MiB) TX bytes:18930485 (18.0 MiB) | |||
Interrupt:67 Base address:0x2000 | |||
lo Link encap:Local Loopback | |||
inet addr:127.0.0.1 Mask:255.0.0.0 | |||
inet6 addr: ::1/128 Scope:Host | |||
UP LOOPBACK RUNNING MTU:16436 Metric:1 | |||
RX packets:14987 errors:0 dropped:0 overruns:0 frame:0 | |||
TX packets:14987 errors:0 dropped:0 overruns:0 carrier:0 | |||
collisions:0 txqueuelen:0 | |||
RX bytes:7123869 (6.7 MiB) TX bytes:7123869 (6.7 MiB) | |||
The numbers going after inet addr is your IP address, remember 127.0.0.1 is not your real ip address! | |||
[[Image:login_ifconfig.png]] | |||
<br><br> | |||
= Easy way = | |||
Switch on your servers monitor and log in by using root as username and the password you have entered during MOR install. | |||
When you are in, type: | |||
net_info | |||
(Press ENTER after it) | |||
Remember ticketID and contact Kolmisoft for more info. | |||
[[Image:login_net_info.png]] |
Latest revision as of 11:08, 8 September 2009
Standard way
Switch on your servers monitor and log in by using root as username and the password you have entered during MOR install.
When you are in, type:
ifconfig
(Press ENTER after it)
You will see similiar output like this:
eth0 Link encap:Ethernet HWaddr 00:0C:29:B6:C1:CA inet addr:192.168.0.128 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::20c:29ff:feb6:c1ca/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:43138 errors:0 dropped:0 overruns:0 frame:0 TX packets:31569 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:5289630 (5.0 MiB) TX bytes:18930485 (18.0 MiB) Interrupt:67 Base address:0x2000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:14987 errors:0 dropped:0 overruns:0 frame:0 TX packets:14987 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:7123869 (6.7 MiB) TX bytes:7123869 (6.7 MiB)
The numbers going after inet addr is your IP address, remember 127.0.0.1 is not your real ip address!
Easy way
Switch on your servers monitor and log in by using root as username and the password you have entered during MOR install.
When you are in, type:
net_info
(Press ENTER after it)
Remember ticketID and contact Kolmisoft for more info.