WWW redirect to internal site

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We're running a Windows 2000/2003 environment with an internal DNS for
internal name resolution, etc. I'd like to be able to make a DNS entry that
would redirect an end user within the company who enters say,
www.mywebsite.com to be redirected to an internal computer on our DMZ called
web1. So if they enter the www.mywebsite.com they get redirected to web1
instead.

Any suggestions would be greatly appreciated.

~Steve
 
Put the information in the 'hosts' file and push the updated hosts file in the Login Script
to all workstations.

--
Dave




| We're running a Windows 2000/2003 environment with an internal DNS for
| internal name resolution, etc. I'd like to be able to make a DNS entry that
| would redirect an end user within the company who enters say,
| www.mywebsite.com to be redirected to an internal computer on our DMZ called
| web1. So if they enter the www.mywebsite.com they get redirected to web1
| instead.
|
| Any suggestions would be greatly appreciated.
|
| ~Steve
 
All local stations must have the IP-adres of the local DNS-server as first
DNS-ip in the networksettings (can be done with DHCP)
Then make a new domain in the DNS called mywebsite.com.
In that domain create a new host named 'www' and give it the ip-adres of the
server were IIS is running.
Create your webspace on IIS-server.

GL
DanC
 
Back
Top