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

Cant access web-ftp server on Cisco 871

john64079
Level 1
Level 1

I have a NAT setup for remote desktop on port 3389 and I am able to reach it from the outside, but I can't get access to the web & ftp server on the same network. Can't figure out why the same settings would work for port 3389 and not port 80 or 21?

1 Reply 1

ivillegas
Level 6
Level 6

To allow the FTP traffic (Data & control), write a accesslist.

for example:

IP access list 101 51 permit tcp any any eq ftp-data

IP access list 101 60 permit tcp any any eq ftp

Also create a Static NAT to access the FTP server

For example:

ip nat inside source static 192.168.1.10 10.16.203.141 extendable

Refer this link to know more about Passive and Active FTP:

http://slacksite.com/other/ftp.html

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