Thanks marks. The first part worked. I also configured the reverse one, but looks like it takes a while..
first you need access to the domain zone for blablabla.co.uk and create the A record :
live.blablabla.co.uk to the IP
After, you can set the server name to live.blablabla.co.uk. Also you have to set up the reverse configuration of your name server for the domain (I won't be able to guide you much on that).
Hi,
This is a newbie question -
I have a domain - blablabla.co.uk, and a few Virtual Machines running on ESX from OVH -
I have web servers running on these virtual machines.
when I do
nslookup
for example
nslookup 11.22.33.44
it gives me the following -
11-22-33-44.kimsufi.com
What I want is to access my web servers not by typing
11-22-33-44.kimsufi.com
but by typing
live.blablabla.co.uk
And I want nslookup 11.22.33.44 to give me live.blablabla.co.uk instead of 11-22-33-44.kimsufi.com
How is it possible?
Thanks!!!!