Domain name - static IP mapping?

  • Thread starter Thread starter janefield2002
  • Start date Start date

You question isn't very clear.
I have a domain name and a static IP. Right now, I simply forward the
domain's requests to the IP.

"Forward"? What specifically do you mean by this?

DNS Servers 'forward' to OTHER DNS Servers when the first doesn't
have the ability to resolve all requests.

When a DNS Server answers a client this is called 'resolution' or
'resolving'
the request.
However, this means that the address bar shows the IP AND NOT the
domain name.

What address bar?

Where specifically?
My server is Windows Server 2003...
How do I do this?

Try to clarify your exact issue and we will try to help.
 
Read inline please.

In
Hi,

I have a domain name and a static IP. Right now, I simply forward the
domain's requests to the IP.

However, this means that the address bar shows the IP AND NOT the
domain name.

I would like the user to see: http://www.mydomain.com/myfile.html
INSTEAD of
http://203.11.1.1/myfile.html.

For users on the internet, you need to add an A record named www to the DNS
zone for your domain name, most registrars give you access to these records
in the Advanced DNS management interface on their web site. If they don't
you can easily transfer your domain name to a registrar that does.

For your local users if you are behind a router or other NAT device, you can
do it one of two ways, one way, create a zone for your domain name in your
local DNS, then add records to the zone for all names you need access to
such as www, ftp mail or whatever, then give the records the IP address you
need for local access.
Another way, create zones for the full DNS name for any sites hosted
locally, such as www.mydomain.com then add one A record to that zone, leave
the name field blank and give it the local IP address of the web server. Buy
using this method, your local DNS will forward all records in mydomain.com,
except www.mydomain.com , which it resolves to the IP address you need
locally.



--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This Helps

===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
http://message.wftx.us/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
===================================
 
Thanks. A little more help will be appreciated.

I am using Godaddy.com. In the advanced section there are options to
enter the following:

1) A (Host) [I can add a new record here]
2) CNAMES (Aliases) [under CNAMES, I have "www", "mobilemail", "pda",
"email", "mail", "pop", "smtp", "ftp", "webmail", "e"]
3) MX (Mail Exchange) [I can add a new record here]
4) TXT (Text) [I can add a new TXT record here]
5) Srv (Service) [I can add a new SRV record here]

What do I need to change, modify or "add"?

Thanks!
 
Sorry, I think you answered my question... I think I need to change
"www" under CNAMES to my ip... pls. correct me if I am wrong...
 
This is what I have done....

I changed the A (Host) to my IP.

So,
@ = 203.11.11.11

CNAMES
www = @

Does this mean everything is ok?

Any idea how I will know when this mapping is done? I presume I need
to stop "forwarding" once the mapping is done.

Pls. let me know if I am on the right track. The server is live and I
don't want to mess up anything.

Thanks!!
 
THANKS! It's done!

This is what I have done....

I changed the A (Host) to my IP.

So,
@ = 203.11.11.11

CNAMES
www = @

Does this mean everything is ok?

Any idea how I will know when this mapping is done? I presume I need
to stop "forwarding" once the mapping is done.

Pls. let me know if I am on the right track. The server is live and I
don't want to mess up anything.

Thanks!!




- Show quoted text -
 
Back
Top