Reseller Hosting, Shared Hosting, Dedicated Hosting by Vortech Inc.

Go Back   Reseller Hosting, Shared Hosting, Dedicated Hosting by Vortech Inc. > >> General Public > Chit Chat Public
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Chit Chat Public Talk about any thing you want! This forum is public.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-12-2004, 09:57 AM
Scroller's Avatar
Scroller Scroller is offline
Vortech Inc. Customer
Vortech Inc. Customer
 
Location: Singapore
Custom DNS with Vortech ... Go to dedicated box

I'm a total newbie to this ... will be most thankful if someone can point me in the right direction

I'm currently using the custom DNS server provided by Vortech. Just gotten another unmanaged dedicated Windows 2003 server. I'm hoping to continue to have my client's domain pointing to my dns here e.g. ns2.domain.com but have it resolve to my dedicated box somewhere else. What should I do?

I know I can simply forward the web to the dedicated IP of the dedicated machine, but I have a limited number of IP available for use. What's the most efficient way? Thanks!
Reply With Quote
  #2  
Old 05-12-2004, 04:59 PM
Brangwyn Brangwyn is offline
T3CHN0 STUD
Vortech Inc. Customer
 
Location: New Zealand (Wellington)
Your forward doesnt have to be to a dedicated IP it can be a forward to a shared IP too, so load all your customers up on shared IP's on your new box and save the dedicated IP's for those who really need it (SSL)
Reply With Quote
  #3  
Old 05-12-2004, 06:35 PM
Silverbug's Avatar
Silverbug Silverbug is offline
Custom Built Solutions
Vortech Inc. Customer
 
Location: AK, New Zealand
Send a message via ICQ to Silverbug Send a message via MSN to Silverbug Send a message via Skype to Silverbug
what you have to do is setup an A Name in your dns for your service domain and point it to the ip of your ded box.
__________________
Paul Foley
Sniper Systems Ltd

Reply With Quote
  #4  
Old 05-12-2004, 08:58 PM
Scroller's Avatar
Scroller Scroller is offline
Vortech Inc. Customer
Vortech Inc. Customer
 
Location: Singapore
ok ... thanks!

now trying out Bind and the MS DNS server available in Win2003. Any other good DNS server that's easier to use? There is very little information available for Win2003 DNS server.
Reply With Quote
  #5  
Old 05-12-2004, 09:35 PM
dpyers's Avatar
dpyers dpyers is offline
Vortech Inc. Customer
Vortech Inc. Customer
 
might try
news:microsoft.public.windows.server.dns
and
news:microsoft.public.win2000.dns
__________________
Reply With Quote
  #6  
Old 05-12-2004, 10:04 PM
Brangwyn Brangwyn is offline
T3CHN0 STUD
Vortech Inc. Customer
 
Location: New Zealand (Wellington)
2003 DNS (and 2000 for that matter) is a piece of cake becuase it's all point and click. Bind is a port from the *nix version it's probably the most common DNS Server software in use around the world I suspect.
Reply With Quote
  #7  
Old 05-12-2004, 10:09 PM
mfennell's Avatar
mfennell mfennell is offline
Lost in space
Vortech Inc. Customer
 
Location: The armpit of California - Fresno
Send a message via Yahoo to mfennell
actually, if your using Windows you don't have to do anything to the dns of that system. Just put the domain name in the host header of IIS. Don't even need to touch dns on the Windows system.
Reply With Quote
  #8  
Old 05-12-2004, 11:10 PM
Brangwyn Brangwyn is offline
T3CHN0 STUD
Vortech Inc. Customer
 
Location: New Zealand (Wellington)
True If hes going to use Vortech DNS for everything, sounds like he's setting up a full hosting service to me, so he will want to setup and manage his own DNS servers eventually most likely.
Reply With Quote
  #9  
Old 05-13-2004, 06:43 AM
Scroller's Avatar
Scroller Scroller is offline
Vortech Inc. Customer
Vortech Inc. Customer
 
Location: Singapore
yes ... exactly ... I was thinking of getting it setup anyway so that I can have more choices in the future ... Win 2003 DNS Server seems easier ... but I'm still trying to figure out how to test if I even actually got it to work ...

can't believe it's that hard to find step-by-step guides.
Reply With Quote
  #10  
Old 05-13-2004, 07:53 AM
Brangwyn Brangwyn is offline
T3CHN0 STUD
Vortech Inc. Customer
 
Location: New Zealand (Wellington)
It's pretty easy to test, use something like this to query the server

It's probably hard to find step by step guide becuase basucally you first have to really understand DNS well, once you know DNS the tool or server becomes a little irrelevant becuase finding out say how to add an "A" record is pretty simple.

With all things Microsoft, don't foget the "help" link on the start menu either, theres often a wealth of information there that most people tend to overlook.

Last edited by Brangwyn : 06-17-2006 at 04:47 PM.
Reply With Quote
  #11  
Old 05-13-2004, 09:55 PM
Scroller's Avatar
Scroller Scroller is offline
Vortech Inc. Customer
Vortech Inc. Customer
 
Location: Singapore
ok this is what I did ...

1. I created a DNS server on the dedicated box using Bind. Tested and it resolved nicely.

2. I created a new domain under IIS e.g. newdomain.com and map it to a new directory.

3. newdomain.com is currently using the DNS server @ vortech, I want to keep it here so that email can be managed in hsphere. So I went to the control panel and did a perm forward for the web service to the ip address of the dedicated box.

but now when I type newdomain.com ... it goes to the root of the dedicated server and not the newdomain.com directory ... I know I probably have to add a zone somewhere on the dedicated server? should it be done in Bind or in IIS?
Reply With Quote
  #12  
Old 05-13-2004, 10:00 PM
mfennell's Avatar
mfennell mfennell is offline
Lost in space
Vortech Inc. Customer
 
Location: The armpit of California - Fresno
Send a message via Yahoo to mfennell
In IIS

Get into the properties of the site you want to resolve.
Under the website tab... you will see the button "advanced" next to the IP address. Click it
Edit the current entry in the "multiple identites for this web site" section.
Add the url in the "host header value"
click OK
then ok again
then apply and ok

Done.
Reply With Quote
  #13  
Old 05-13-2004, 10:37 PM
Silverbug's Avatar
Silverbug Silverbug is offline
Custom Built Solutions
Vortech Inc. Customer
 
Location: AK, New Zealand
Send a message via ICQ to Silverbug Send a message via MSN to Silverbug Send a message via Skype to Silverbug
ah is it that easy, you know i tried setting that up on one of our local dev computers but couldnt get it working, no idea why tho.
__________________
Paul Foley
Sniper Systems Ltd

Reply With Quote
  #14  
Old 05-13-2004, 10:41 PM
Brangwyn Brangwyn is offline
T3CHN0 STUD
Vortech Inc. Customer
 
Location: New Zealand (Wellington)
Yeah basically this has nothing to do with DNS .. what mfennell has descibed to ya is whats known as adding a Host Header to the website. Host Headers (HTTP/1.1) is what servers use to enable multiple sites to share a single IP address.
Reply With Quote
  #15  
Old 05-13-2004, 11:26 PM
mfennell's Avatar
mfennell mfennell is offline
Lost in space
Vortech Inc. Customer
 
Location: The armpit of California - Fresno
Send a message via Yahoo to mfennell
yeah, I guess I could have given a little more info. Sorry about that was short on time.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
VPS, Managed Dedicated, Dedicated Servers and Anniversary Blow Out Special!! admin News and Announcements 2 08-04-2004 09:57 AM
Hiding Vortech with Dedicated IPs? antic H-Sphere Pre-Sales 33 11-07-2003 09:53 AM
IPv6 - An offer to Vortech customers, and a qustion for Vortech sacha Chit Chat Public 2 10-24-2003 02:59 PM


All times are GMT -5. The time now is 09:29 PM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Vortech Inc. ©2005
Page generated in 0.69262 seconds with 17 queries
[Output: 112.43 Kb. compressed to 103.51 Kb. by saving 8.93 Kb. (7.94%)]