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

Port Forward to ftp on mikrotik through public ip using ASA

AhmadZ
Level 1
Level 1

Hi,

i just want to test my port forwarding rule on the ASA, so i enabled the service ftp on the mikrotik with port 21, now to port forward to this ftp through public ip, i did this configuration on ASA:

object network ftpmikrotik
 host 5.5.5.1
 nat (FwInside,FwoutTerra) static 1.1.1.2 service tcp ftp ftp
access-list OUTSIDE_IN permit tcp any host 5.5.5.1 eq 21
access-group OUTSIDE_IN in interface FwoutTerra

when i write ftp://1.1.1.2 on the internet, i get nothing, 

is there anything wrong?

thanks in advance!

2 Replies 2

Cristian Matei
VIP Alumni
VIP Alumni

Hi,

 

    You sure the FTP server is running? While trying to access the FTP server, have you looked in the connection table on the ASA, or looked in the logs? Have you tried using packet tracer to simulate the connection and see the result on the ASA?

 

Regards,

Cristian Matei.

yes it is working locally just fine, i typed locally ftp://5.5.5.1, working just fine

Review Cisco Networking for a $25 gift card