What's chopin's Shared IP?

Status
Not open for further replies.

digitsm3

New Member
Messages
1
Reaction score
0
Points
0
Hello
As technical issues I have to use A records to point to my host instead of using name servers. So I must know what is A record of my host?
My cPanel is on Chopin server and so I think I should have shared IP chopin instead of whole x10hosting.
Can anyone tell me what should I put as "A record" for my free host at chopin server?
I could find it as "Shared IP" on other servers like "Stoli" but not on "Chopin"
Chopin users help please!
 

davearonson

Member
Messages
71
Reaction score
0
Points
6
You can find the IP address of any x10 server by doing, from your command line, "ping servername.x10hosting.com" (sans quotes). For instance:
C:\> ping chopin.x10hosting.com
PING chopin.x10hosting.com (216.245.205.67): 56 data bytes
64 bytes from 216.245.205.67: icmp_seq=0 ttl=50 time=68.018 ms
64 bytes from 216.245.205.67: icmp_seq=1 ttl=50 time=55.928 ms
64 bytes from 216.245.205.67: icmp_seq=2 ttl=50 time=45.480 ms
3 packets transmitted, 3 packets received, 0% packet loss
C:\>
(I'm assuming you know how to pick out what's the IP address in all that. What you see may not look quite like this.)

Or if you're using a Unix-type system (such as Linux, Mac's Terminal.app, or Cygwin under Windows), you can use the host command:
dja@lappy:~$ host chopin.x10hosting.com
chopin.x10hosting.com has address 216.245.205.67
-Dave
 
Status
Not open for further replies.
Top