ISA 服务器,发布通配符站点
我们的 DNS 服务器上有一个通配符 dns 映射,所有对 *.A.com 的请求都被重定向到我们的 ISA 服务器。 我们需要将所有请求重定向到内部网站 http://10.10.10.10。 我们还需要保持主机标头完整,以便我们可以在 Web 服务器上重写 url。
ISA 可以做到这一点吗?
亲切的问候,
We have a wildcard dns mapping at our DNS server, where all requests to *.A.com are redirected to our ISA Server.
We need to redirect all requests to an internal website http://10.10.10.10. We also need to keep the host-header intact so that we can rewrite urls on the web server.
Is this possible with ISA?
Kind regards,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信这是可能的。
将侦听器设置为侦听端口 80 上的所有内容。
在公共名称选项卡中设置 *.A.com。
在“至”选项卡中,将 IP 地址设置为 10.10.10.10
另外,确保选中“转发原始主机标头而不是实际主机标头”复选框。
I believe it's possible.
Set the Listner up to listen to everything on port 80.
In the Public name tab set *.A.com.
In the To tab set IP address to 10.10.10.10
Also, ensure the Forward the original host header instead of the actual one, checkbox is checked.