|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
how to know my ip address
Hi there,
Is there a way to know the ip address of my server even if it is down ? Thanks |
|
#2
|
|||
|
|||
|
RE: how to know my ip address
Yes, try some network tool that could resolve IP by hostname. For example you could do next:
Code:
ping your-server-name.com Even if your server is down you will get output like next: Code:
Pinging your-server-name.com [XXX.XXX.XXX.XXX] with 32 bytes data: ... So, XXX.XXX.XXX.XXX is an IP address you need. Next lines could show you is your server down or not. Of course if ping server present on server. If ping or other network tool not resolves your IP by host name its means that host name is invalid (not exists) or your DNS server is down too. Please note, that www.your-server-name.com and your-server-name.com could have different IP or even absent. |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Server Administration > how to know my ip address |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|