cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
520
Views
0
Helpful
2
Replies

PIX 525 Static NAT

richmorrow624
Level 1
Level 1

I have a PIX 525 with a static NAT which is part of a VPN tunnel:

static (inside,outside) 10.91.6.2 access-list translation2

access-list dieboldtranslation2 permit ip host 10.11.150.1 host 10.79.15.3

The host on my end is trying to get out and I can see the attempt to build the tcp conncetion in the firewall, But the access-lists are never getting hit, never an attmept to translate from inside to outside to the 10.91.6.2 address:

302013: Built outbound TCP connection 74840423 for outside:10.79.15.3/5202 (10.79.15.3/5202) to inside:10.11.150.1/2492

I know the routing is correct, my inside host is a couple of hops away, but there is connectivity from it to my PIX

Anyone have any ideas?

Also, is the direction correct on the log entry for the traffic, would that be a clue?

2 Replies 2

bwilmoth
Level 5
Level 5

The static command must not be included in the certified PIX Firewall. The static command enables particular instances of NAT.

Tshi M
Level 5
Level 5

access-list NATME permit ip host inside_ip destination_ip or network

static (inside,outside) static_ip access-list NATME.

hope this help

Review Cisco Networking products for a $25 gift card