06-16-2004 11:01 AM - edited 02-20-2020 11:28 PM
We have a PIX 515e with six interfaces. One interface is the DMZ with public addressing. One of the other interfaces is the inside which is using private addressing. The command below disables translation for the DMZ network because all servers are publicly addressed:
static (DMZ,outside) pub.pub.59.32 pub.pub.59.32 netmask 255.255.255.224
Can the same be done for a private network, for example:
static (inside, DMZ) 10.2.0.0 10.2.0.0 netmask 255.255.0.0
This would be helpful if we have servers on the DMZ (only on the DMZ not from the outside) accessing servers on the inside interface. We would then use access lists to control what servers and services can go back and forth.
Thanks for any help.
Jeff
06-16-2004 02:38 PM
Hey Jeff -
Yes, you are right on track with how you are using the statics and ACLs to control access.
You can always be more granular with your statics, but strict control with your ACLs and good change control will provide secure results.
Please let us know if you need help as you continue with your config.
thanks
peter
06-16-2004 06:24 PM
Thank you for the reply. So the static command as I suggested would work for a private network on the inside interface, and still allow a public addressed server on the DMZ to communicate with a private addressed server on the inside interface. This of course with the correct access lists.
Thanks again.
Jeff
06-16-2004 06:57 PM
Hey Jeff -
Yes, assuming the internal servers default gateway and/or routing would eventually lead their traffic to this Pix.
As a side note, traffic from the inside destined to the outside interface (which you haven't mentoined) would require a seperate translation strategy.
thanks
peter
06-17-2004 03:33 AM
Thanks for the reply.
The default gateway for the servers on the DMZ and inside interface is this PIX. Servers destined for the outside from the inside have a static translation already set.
Thanks again.
Jeff
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