How to Create a DMZ Network with Proxy Server 2.0ID: Q191146
|
This article explains how to create a so-called DMZ network using Microsoft Proxy Server 2.0. A DMZ (demilitarized zone) is essentially a network that exists between two other networks. Usually the two other networks do not trust each other.
A DMZ is generally used with Microsoft Proxy Server when the Server Proxy
and Reverse Proxy features cannot be used. If you are using an Apple,
UNIX, OS/2, or other operating system and you are not publishing HTTP,
configuring a DMZ network is recommended.
NOTE: The Server Proxy feature works only with applications on the
Microsoft Windows platform; the Reverse Proxy feature works only with HTTP
servers. If your application runs on Windows, it is recommended that you
use the Server Proxy or Reverse Proxy features to publish from behind the
Proxy Server computer. More information about these features can be found
in the [ASCII 147]Configuring Multi-server Environments[ASCII 148] section
of the Microsoft Proxy Server 2.0 documentation.
The following example demonstrates how to create a DMZ with a Proxy Server
computer.
Network A = InternetBecause Network B (DMZ) is partially trusted by Network C, and Network C does not trust Network A, the DMZ should be protected. The Proxy Server 2.0 packet filter driver protects networks B and C, because it filters all traffic that passes through the NIC on network A.
Network B = DMZ
Network C = Private intranet
DMZ UNIX server IP address = 172.16.0.1
Custom filter
-------------
Protocol ID: TCP
Direction: BOTH
Remote Port: ANY
Local port: FIXED PORT 23
Local host: INTERNAL COMPUTER 172.16.0.1
Remote host: ANY HOST (single host can be used for added security)
HTTP
----
Protocol ID: TCP
Direction: BOTH
Remote Port: ANY
Local port: FIXED PORT 80
Local host: INTERNAL COMPUTER 172.16.0.1
Remote host: ANY HOST (single host can be used for added security)
Additional query words: localhost address host private forwarding
Keywords : prx2faq kbfaq
Version : winnt:2.0
Platform : winnt
Issue type : kbhowto
Last Reviewed: June 10, 1999