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

FTP server with non-standard FTP port behind PAT ROUTER (VPN Client)

Timohamoto
Level 1
Level 1

Hi! Here is attached config of my router 2921

How i need to configure Router to get from internet to my FTP server? I can use FTP server from local network (just by typing in browser ftp://192.168.1.6) but not from internet ftp://XX.XX.YY.XY.

Thank you for your help

1 Reply 1

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

Can you also add below command and test again?

ip nat inside source static tcp 192.168.1.6 20 XX.XX.YY.XY 20 extendable

HTH