10-15-2004 06:00 AM - edited 02-20-2020 11:41 PM
Need server to have and be addressed by a public address. This is due to use of Microsoft DCOM which encodes ip address in dcom packets. How would I configure PIX so server with public address i.e. 190.22.23.24 with no natting, can sit in dmz and be accessed by internet. I am familiar with mapping public to private addresses.
10-15-2004 06:07 AM
Dean,
Take a look/read of the following URL, this URL shows how to setup the PIX for mail server access on DMZ. You can subsitute the mail server for what ever server you want to place in the DMZ.
Hope this helps.
Jay
10-15-2004 06:23 AM
You just have to add an access-list on the outside interface that permits that traffic from the outside to the dmz interface.
Your DMZ Network uses allready Public IPs so there is not need for NAT.
Otherwise use this:
PIX(config)# access-list NONAT permit ip DMZnet DMZSubnet Externalnet Esubnet
PIX(config)# nat (dmz) 0 access-list NONAT
sincerely
Patrick
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide