|
#1
|
||||
|
||||
|
To determine the server on which your website is hosted, try the following:
Code:
In WINDOWS: START -> RUN -> cmd.exe c:\> ping www.yourdomain.com make note of the IP address (Reply from ##.##.##.##) c:\> nslookup ##.##.##.## Code:
H:\>ping www.hostgator.com
Pinging hostgator.com [67.18.54.2] with 32 bytes of data:
Reply from 67.18.54.2: bytes=32 time=6ms TTL=53
Reply from 67.18.54.2: bytes=32 time=6ms TTL=53
Reply from 67.18.54.2: bytes=32 time=6ms TTL=53
Reply from 67.18.54.2: bytes=32 time=6ms TTL=53
Ping statistics for 67.18.54.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 6ms, Maximum = 6ms, Average = 6ms
H:\>nslookup 67.18.54.2
*** Can't find server name for address 192.168.1.12: Non-existent domain
Server: hg1.houston.hostgator.com
Address: 192.168.1.11
Name: gator.hostgator.com
Address: 67.18.54.2
Code:
$ host yourdomain.com note the IP $ host ##.##.##.## Code:
[root@gator366 ~]# host hostgator.com hostgator.com has address 67.18.54.2 [root@gator366 ~]# host 67.18.54.2 2.54.18.67.in-addr.arpa domain name pointer gator.hostgator.com. |
|
#2
|
|||
|
|||
|
Here's another way:
Quote:
Example: Quote:
|
|
#3
|
||||
|
||||
|
Heck, in WinXP I would just do a tracert instead of a ping.
|
|
#4
|
||||
|
||||
|
True, TonyB, but I wanted to keep it as simple as possible, and the response from ping is usually fewer lines and less intimidating to people who aren't used to it. Also, as our firewalls block incoming traceroutes, you'll get dropped packets at the server, and that could confuse and worry some folks.
|
|
#5
|
||||
|
||||
|
Quote:
__________________
best regards, George |
|
#6
|
|||
|
|||
|
Quote:
Works a charm
__________________
http://pc-core.net INSANELY CHEAP MANAGED SERVERS (DDoS Protected) (No setup FEE) |
|
#7
|
||||
|
||||
|
WOW! nc is great! Thanks GatorZach, how come I've never used nc before? I just looked at the nc man page. I'm going to have to rewrite a whole bunch of shell scripts now.
|
|
#8
|
||||
|
||||
|
Vista doesn't like the run command. grrrr
|
|
#9
|
|||
|
|||
|
In Vista, try this:
WinKey+R > cmd Note: WinKey is the Windows Flag button (it might say Start beside it) |
|
#10
|
||||
|
||||
|
Or you could just go directly into menu and select command prompt.....
|
|
#11
|
||||
|
||||
|
Going to guess you haven't yet configured Vista?
There is a option to have the RUN prompt in the start menu.
__________________
http://free-vent.com Providing FREE PUBLIC Ventrilo (VOIP) use. |
|
#12
|
|||
|
|||
|
I got a pre-install of Vista that didn't come with Run button..
![]() Lucky I memorized the WinKey shortcuts from XP
|
|
#13
|
||||
|
||||
|
Jeez guys .., but I apologize that I made it sound like :
a. I don't know what a win key is ( you even gave me directions in picture code i.e the 'little' flag) b. Don't know where or how to use a run command. I was making an obviously undefined joke about Vista ... |
|
#14
|
||||
|
||||
|
You can get that information (server number) in your own cPanel.
In the root skin, it's listed in the left-hand frame about halfway down. Or is that not always accurate? It is for me. |
|
#15
|
||||
|
||||
|
Quote:
Quote:
__________________
“There is a principle which is a bar against all information, which is proof against all arguments and which cannot fail to keep a man in everlasting ignorance—that principle is contempt prior to investigation.” —Herbert Spencer
|
|
#16
|
||||
|
||||
|
|
|
#17
|
||||
|
||||
|
Quote:
|
|
#18
|
|||
|
|||
|
I tried that ping...(I'm using winXP) and it did not work. the command prompt says "c:\" is not recognized as an internal or external command, program, or batch file.
But would this work too? I looked in the header of one of my incoming emails and it says received from _______ by gator422.hostgator.com with local-bsmtp So does that mean I am on server# 422? |
|
#19
|
|||
|
|||
|
Yes. you're on gator422
|
|
#20
|
||||
|
||||
|
You weren't supposed to type the prompt c:\ - it should already be there.
But yes, yet another easy way to find your server - send an email to yourself. |
![]() |
| Bookmarks |
| Thread Tools | |
|
|