12-25-2018 12:50 AM - edited 02-21-2020 08:36 AM
Hi
I have ASA 5525 i wanted to configure FTP server behind NAT. My IP address information is as follows
outside public IP :- 196.188.30.65
Inside LAN :- 172.31.0.0 255.255.255.0
FTP Server:- 172.31.0.11
Regards,
12-25-2018 11:36 PM
Try this
object network FTP-SERVER
host 172.31.0.11
nat (inside,outside) static interface service tcp FTP FTP
12-26-2018 02:22 AM
here you go
object network FTP-SERVER
host 172.31.0.11
nat (inside,outside) static interface service tcp FTP FTP
!
access-list inbound permit tcp any object Internal_FTP_Server eq ftp
!
access-group inbound in interface outside
!
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
01-05-2019 08:15 AM
Hi,
You will need to configure a static NAT translation and an ACL rule to permit those hosts.
object-group network FTP-SERVER
network-object host 172.31.0.11
nat (inside,outside) static interface service tcp ftp ftp
access-list INBOUND line 1 permit tcp any object-group FTP-SERVER eq ftp < Change the ACL name to yours
Regards
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