On 07/31/02 at 14:28, Mark Wheeler wrote:
> Great info. So here's my next question. How is it that the DNS at
> GoDaddy.com simply forwards www.tonedeafstudios.com to my IP and
> doesn't keep the URL in the display, where as with some others will
> leave the URL in the display and the IP address is not visible?
That's really beyond the scope of this list and I'm not really sure what
kind of voodoo Go Daddy is doing for their 'domain forwarding/parking'
service. Which is a pass-the-buck way of saying, 'I dunno...' ;-)
> For instance. I did an experiment with this my IP address and the web
> server (MacHTTP) and the mail server (SIMS). I went to no-ip.com and
> assigned tonedeaf.redirectme.net to my IP address and that URL stays
> in the display AND the web server works great, I can access
> sub-directories by putting slashes after tonedeaf.redirectme.net and
> they work. I can send and receive mail from SIMS and even access the
> administration pages through tonedeaf.redirectme.net:8010 from my
> browser, but I can't do that with GoDaddy.com? It's as if GoDaddy's
> DNS strip away or block anything after www.tonedeafstudios.com. Is
> the DNS at GoDaddy.com handling the call for my IP Address
> differently then the DNS at No-IP.com? If so, I would need to find a
> DNS to "park" my domain name where it will allow me access my web
> server and mail server like No-IP.com does, OR, run my one DNS on the
> same computer as the web server and mail server are on. Am I on the
> right track here? Thanks.
Ultimately, you want whatever name servers are serving your domain to have,
at minimum:
tonedeaf.com. A [your web server's IP address]
www.tonedeaf.com. A [your web server's IP address]
mailserver.tonedeaf.com. A [your mail server's IP address]
tonedeaf.com. MX 10 mailserver.tonedeaf.com.
The first three records point the host names on the left to the appropriate
IP addresses. The last record tells other mail servers to talk to your mail
server about delivering mail to tonedeaf.com addresses.
--
Christopher Bort | [EMAIL PROTECTED]
Webmaster, Global Homes | [EMAIL PROTECTED]
<http://www.globalhomes.com/>
#############################################################
This message is sent to you because you are subscribed to
the mailing list <[EMAIL PROTECTED]>.
To unsubscribe, E-mail to: <[EMAIL PROTECTED]>
To switch to the DIGEST mode, E-mail to <[EMAIL PROTECTED]>
To switch to the INDEX mode, E-mail to <[EMAIL PROTECTED]>
Send administrative queries to <[EMAIL PROTECTED]>