08-27-2004 03:21 PM - edited 02-20-2020 11:36 PM
I try to use PAT on my Pix 525, I define following:
global (dmz1) 10.16.130.100 netmask 255.255.254.0
nat (inside) 192.168.100.0 255.255.255.0 0 0, but it does not work. I try to ping host routed in dmz interface but doesn't response, Why does not work PAT? NAT work very well.
08-28-2004 08:13 AM
Hi,
Just try this again
global (dmz1) 10 10.16.130.100
nat (inside) 10 192.168.100.0 255.255.255.0
see the "10" in both statements.
Thanks
Nadeem
08-28-2004 08:32 AM
Thanks for answer me so fast, but really I wrong in my sentences, I skip write out correctly it.
global (dmz1) 1 10.16.130.100
nat (inside) 1 192.168.100.0 255.255.255.0 0 0,
however PAT doesn't work when I try to ping some host connect directly to dmz1, for example:
ping 10.10.0.4.....timeout
I have add route to network 10.10.0.0 255.255.255.0 on PIX like this:
route dmz1 10.10.0.0 255.255.255.0 10.16.130.2 1 , for example.
NAT works perfectly.
Thanks
08-28-2004 08:40 AM
Thanks for answer me so fast, but really I wrong in my sentences, I skip write out correctly it.
global (dmz1) 1 10.16.130.100
nat (inside) 1 192.168.100.0 255.255.255.0 0 0,
however PAT doesn't work when I try to ping some host connect directly to dmz1, for example:
ping 10.10.0.4.....timeout
I have add route to network 10.10.0.0 255.255.255.0 on PIX like this:
route dmz1 10.10.0.0 255.255.255.0 10.16.130.2 1 , for example.
NAT works perfectly.
Thanks
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