02-29-2020 06:53 AM
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!
02-29-2020 08:12 AM
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.
02-29-2020 11:03 AM
yes it is working locally just fine, i typed locally ftp://5.5.5.1, working just fine
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide