Options

unable to ftp thorugh asa5505

qp81qp81 Member Posts: 85 ■■□□□□□□□□
Hi guys,

I can't seem to get ftp through my asa, I was using a pix501 before and worked flawless. I've gone through my configs several times, googled, cisco doc, cisco press asa, and I'm pretty sure the config is correct. I am however still unable to ftp to my internal box. I don't even see my ftp client hitting the acl's on the asa
asa-01(config)# sh xlate
8 in use, 108 most used
PAT Global x.x.x.245(3389) Local walle(3389)
PAT Global x.x.x.245(7900) Local mypdu(7900)
PAT Global x.x.x.245(20) Local walle(20)
PAT Global x.x.x.245(21) Local walle(21)
PAT Global x.x.x.245(80) Local walle(80)
PAT Global x.x.x.245(1182) Local walle(1369)
PAT Global x.x.x.245(1037) Local walle(1032)
PAT Global x.x.x.245(1026) Local walle(1030)

asa-01(config)# sh access-list
access-list cached ACL log flows: total 0, denied 0 (deny-flow-max 4096)
            alert-interval 300
access-list outside_access_in; 5 elements
access-list outside_access_in line 1 extended permit tcp any host x.x.x.245 eq ftp (hitcnt=0) 0xc1e505a1
access-list outside_access_in line 2 extended permit tcp any host x.x.x.245 eq ftp-data (hitcnt=0) 0xac60348e
access-list outside_access_in line 3 extended permit tcp any host x.x.x.245 eq www (hitcnt=1) 0x23007eb7
access-list outside_access_in line 4 extended permit tcp any host x.x.x.245 eq 7900 (hitcnt=9) 0xa744f84
access-list outside_access_in line 5 extended permit tcp any host x.x.x.245 eq 3389 (hitcnt=13) 0x1e5671b6
Sign In or Register to comment.