changed company domain name - need help with dns and company website
please be kind. new dns.
we renamed our domain abc.com def.com. had company website abc.com created new 1 def.com. when outside or on internet, can type in www.abc.com or abc.com , both take def.com (this good). however, internally (on network or vpn) if type original website www.abc.com taken original old company site. when on network or vpn , type abc.com taken "under contruction" page.
any thoughts appreciated.
thank you
mcp
please be kind. new dns.
we renamed our domain abc.com def.com. had company website abc.com created new 1 def.com. when outside or on internet, can type in www.abc.com or abc.com , both take def.com (this good). however, internally (on network or vpn) if type original website www.abc.com taken original old company site. when on network or vpn , type abc.com taken "under contruction" page.
any thoughts appreciated.
thank you
mcp
hi mcp,
it seems externally, either redirect or cname created when type in www.abc.com or http://abc.com, either redirects www.def.com or cname (or "alias" means 1 name points name) sends www.def.com. we'll need mimic done externally internal dns.
i assume internal active directory domain name abc.com.
i assume that the web site hosted @ web service provider , not in internal network.
there 2 ways this, 1 knowing ip address of www.def.com, , 1 based on redirecting website without knowing ip address. easier method think using cname (alias).
the following steps assumes not knowing ip address , website hosted externally:
- open dns, click on abc.com expands zone records in right hand pane.
- you should see www entry. more pointing ip address. we're going create cname www entry, need delete current www entry.
- once deleted, right-click 'abc.com' , choose "new alias (cname)."
- for alias name, type in www
- in field titled "for qualified domain name (fqdn) target host:" type in www.def.com.
- click ok.
that take care of www.abc.com redirect www.def.com.
however, making work internally http://abc.com (without www) little more difficult. because abc.com record parent domain record used active directory. can see in abc.com zone host name record (also called "a" record) called "(same parent)." record cannot altered because used active directory. active directory, record referred "ldalipaddress" , used various ad services. each domain controller registers record automatically. if have 3 domain controllers, example, see 3 of these hostname records.
however, there 1 way make work. it's not method recommend because requires install iis on domain controllers. however, appears have iis on domain controllers because receiving the "under construction page." guess half way there.
assuming domain controller is windows 2003...
- open iis console. (start, administrative tools, internet information services).
- in iis console, expand web sites, default web site.
- right click default web site, choose properties.
- click on home directory tab.
- in radio selection box, there 3 selections. click on selection says "a redirection url"
- once clicked, field below change "redirect to:"
- type in www.def.com.
- click ok
if of assumptions correct, should work you. if assumptions incorrect, please correct me , can post update steps.
ace
ace fekay, mvp, mct, mcitp ea, mcts windows 2008 & exchange 2007, mcse & mcsa 2003/2000, mcsa messaging 2003, microsoft certified trainer, microsoft mvp - directory services. posting provided as-is no warranties or guarantees , confers no rights.
Windows Server > Network Infrastructure Servers
Comments
Post a Comment