Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi, I have T1 with a class C that is subnetted into two for Outside and DMZ network with Inside using private IP address. My question is how do I configure the DMZ to use the public address without NATing to the Outside IP address. All the config sam...
Here is the config for the dmz, but I cannot ping or telnet to port 25 to dmz host.access-list acl_dmz extended permit tcp any host 205.158.XX.YY eq smtp access-list acl_dmz extended permit icmp any any access-group acl_dmz in interface dmz
I tried the about suggestions, but I cannot access port 25 to the host inside the DMZ. And the dmz host cannot go to the Internet or ping anything other than the DMZ interface.access-list acl_out line 36 extended permit tcp any host 205.158.XX.XX eq ...
I am using PIX v7.1, and I tried your recommendation. I have dmz with security level 10 and inside security level 100.I am natting from inside out but I don't want to nat from dmz to outside, is this correct?nat (inside) 1 0.0.0.0 0.0.0.0nat (dmz) 0 ...