OVH Community, your new community space.

Adding domain name to server?


Andy
01-04-2008, 15:32
Using DNS A records, point the domain to your RPS's IP address.

EG.

Code:
*   A 123.123.123.123
www A 123.123.123.123
* may also be @ depending on your registrar. Some also require a blank entry with just A and 123.123.123.123 to work on domains with no www. infront of them.

e.g
Code:
    A 123.123.123.123
I can explain further if needed.

Also, OVH provide secondary DNS servers in the Manager if you need redundant DNS (I needed it this week).

xUP
01-04-2008, 11:41
Hey

I have a domain name (and access to its control panel to change nameservers etc). Is there any way I can use it on my rps server so it point's to it and I can use the domain for a website?