cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
412
Views
0
Helpful
1
Replies

PIX Firewall and Statics/NAT 0

cboland
Level 1
Level 1

Is there a way to configure a PIX to get it not to translate any IP addresses? I am using static commands and I have to configure those for all the possible interface configurations... is their an easier way, like using Nat 0?

Thanks.

1 Reply 1

sachinraja
Level 9
Level 9

there are only 2 ways of doing this.. either by using static or by nat 0.. nat 0 has an access-list applied to it , to specify what traffic not to nat.. both are easy, and depends on individuals.. i always use nat 0...

nat (inside) 0 access-list nonat

access-list nonat permit ip host 192.168.1.10 host 10.1.1.1

you can do this for any interface... hope this helps..

all the best..

Raj

Review Cisco Networking for a $25 gift card