cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
278
Views
0
Helpful
1
Replies

Ports mapping

alaeldien
Level 1
Level 1

hello

i have ftp server that i want to assign it public ip address, and this server is behind the router, how can i assign ACL in the router so that My FTP server could be accessible to the public.

thank you

1 Reply 1

kwillacey
Level 3
Level 3

You will need a static translation, you can use either your interface ip or another ip address if you have a pool of addresses.

ip nat inside source static tcp 192.168.1.1 21 interface FastEthernet0/0 21 or

ip nat inside source static tcp 192.168.1.1 21 2.2.2.2 21

192.168.1.1 would be your ftp server. You can then restrict traffic inbound on the outside interface assuming you know the ip addresses that will be accessing the ftp server.

Hope this helps.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card