07-05-2008 05:43 AM - edited 03-11-2019 06:09 AM
I have a PIX525 running 8.0(3) with 256MB RAM & running Restricted License.
When i use OUTSIDE Interface NAT the NATing works fine.
But when i user any other Global IP for NATing it's not working.
Pl. help.
07-06-2008 12:54 AM
It depends on the way which you configure the PIX.
07-06-2008 02:43 AM
Well it's configured preety simple.
There is a NAT statement for my private IP's
Nat(inside) 1 10.0.0.0 255.255.255.0
& global(outside) 1 interface
It works well on this.
But for the following config it's not working.
Nat(inside) 2 10.0.0.1 255.255.255.255
global(outside) 2 1.1.1.2
There's ACL for permitting from INSIDE to OUTSIDE.
permit ip 10.0.0.1 255.255.255.255 any
permit ip 10.0.0.0 0.0.0.255 any.
07-06-2008 03:21 AM
you should do "clear xlate local 10.0.0.1" "clear local-host 10.0.0.1"
after that.
07-07-2008 03:06 AM
Hi,
Not sure what are you trying to achieve, but i a better setup will be:
Nat(inside) 1 10.0.0.0 255.255.255.0
Global(outside) 1 interface
Static (inside,outside)1.1.1.2 10.0.0.1 netmask 255.255.255.255
This will ensure 10.0.0.1 will be NATed to 1.1.1.2 while all the other 10.x.x.x addresses will be NATed to the outside interface IP.
Furthermore, now the 10.0.0.1 can be accessed from the Internet if it is a servers and if your Access-list allows it.
Please rate if this helped.
Regards,
Daniel
07-07-2008 08:16 AM
what I want is from certain subnet and from certain hosts I should be able to use a different global ip. This is for all outbound traffic only.
I even tried with (debug icmp trace) when I config diff global for nat the request comes on pix, it shows translating but no reply from the host located on the outside interface.
But when the outside interface is used for global i get a reply from the outside host.
Can u pl help.
07-07-2008 12:48 PM
I had a simular issue, it ended up being the default gateway of my client system not being setup properly. Check the default gateway of the client, it should be the outside ip address.
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