DNS Setup

guru_ck

New Member
So I'm trying to get my DNS setup correctly. Here is what I want:

ck84.ws > 205.209.147.185
-I want wildcards for the domain, I add * as an A entry but when you type whatever.cksv.be it takes you to the Apache page.
-Websites created under this reseller in the future will use the IP above.

ugngames.com > 205.209.147.186
Websites created under this reseller in the future will use the IP above.

If a user accesses http://205.209.147.185 or http://205.209.147.186 directly I would like them to see the factory Apache install page.

How can I accomplish this using DirectPanel?
 
Ok first off, have you created your own custom nameservers? as in

ns1.ck84.ws A 205.209.147.185
ns2.ck84.ws A 205.209.147.186

Once you register these for whatever domain you want at your domain registrar, you would be set. You just would then need to change the nameservers for each of the domains pointing to your VPS to your two that you just created.

As for your other questions...Are you saying you are going to have 2 main resellers, each working off a separate IP?

If so, this is actually a bit harder that it seems I guess. I just tried setting something like that up, and I think you HAVE to let each reseller use the main server's IP, so 205.209.147.185

So I'm not sure what to recommend :(


-Caleb
 
Top