ispCP - Board - Support
dns question - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: dns question (/thread-1369.html)



dns question - nuke3d - 09-20-2007 07:14 AM

hello
I have a question regarding dns setup. I want to install ispcp on domain admin.X.com. Now there is no dns entry for X.com anywhere so I have to register ns1.X.com on the IP of my server. The problem is that there is no dns config for X.com on my server either because I just start installing ispcp, which will create dns records for the admin.X.com domain, but no one knows how to acces that because the ispcp setup doesn't create any zones for X.com.
Should I manually add a zone for X.com before setup, specify admin.X.com as the ispcp domain, and then later add the domain X.com to a user? If so is it possible to add a NS entry to a zone file via ispcp? Because that's what I'd have to do to get the admin.X.com working.

Maybe I've got this whole dns story wrong, if so I'd be glad if someone could point out where I've gone wrong Smile


RE: dns question - joximu - 09-20-2007 07:26 AM

Hi

You can setup ispcp, then add an entry in the local host file (if you have windows at home: c:\windows\system32\drivers\etc\hosts - if you run linux, yopu should know the path :-)
a line like this...
123.45.67.89 admin.X.com

- then you can reach the ispcpanel of your new server - at least with your own PC.
- then you can add the domain X.com and be happy :-)

Otherwise you temporarly nedd a zonefile on your server - created manually...

/Joximu


RE: dns question - nuke3d - 09-20-2007 03:58 PM

good idea, thank you Smile


RE: dns question - joximu - 09-20-2007 05:56 PM

You're welcome