cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
373
Views
0
Helpful
3
Replies

Problems with ASA 5520

nachete1979
Level 1
Level 1

Hello all,

I am having dificulties migrating from a PIX to an ASA 5520 8.0(3).

I have the nat translations of the DMZs servers and the access list in the outside interface as see below:

access-list outside_access_in extended permit tcp any host FTP range ftp-data ftp

static (DMZ,outside) x.y.z.a FTP netmask 255.255.255.255

But when i try to connect to the outside natted address, the log says that the connection is denied due to the access list.

when I try a sh nat DMZ FTP, it says:

match ip DMZ host FTP outside any

static translation to x.y.z.a

translate_hits = 0, untranslate_hits = 52

It seems it is not being translated

Any ideas?

1 Accepted Solution

Accepted Solutions

acomiskey
Level 10
Level 10

access-list outside_access_in extended permit tcp any host FTP range ftp-data ftp

should be...

access-list outside_access_in extended permit tcp any host x.y.z.a range ftp-data ftp

View solution in original post

3 Replies 3

acomiskey
Level 10
Level 10

access-list outside_access_in extended permit tcp any host FTP range ftp-data ftp

should be...

access-list outside_access_in extended permit tcp any host x.y.z.a range ftp-data ftp

Then, my question is, does the ASA work in a different way than the PIX regarding access-list?

I mean, does pix do first nat and later control and asa vice versa?

BR

No, they work the same way.

Review Cisco Networking products for a $25 gift card