Can I change FTP port number in CIsco router
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2008 12:30 AM - edited 03-04-2019 12:35 AM
I what to change default FTP port 21 to ant unresrved Port or nay port . How is it possible in Cisco 1800 and 1600 router.
- Labels:
-
Other Routers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2008 06:46 AM
Do you mean to and from the router (eg copying new IOS) or do you mean NATing through the router?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2008 01:28 AM
Dear Collin,
i wnat to the ftp user access remotly to the different portd ,not through default FTP port -21.which is the best and most secure.
Thanks for reply.
Regards,
Sujeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2008 05:55 AM
OK- Let's assume the server is running on port 21, but you want users to connect to 2121 for FTP. You'll need to create a NAT translation.
ip nat inside source static tcp 192.168.0.1 21 interface [public ip] 2121
Don't forget to allow TCP 2121 in your ACL.
Hope that helps.
