12-21-2011 03:37 PM - edited 03-11-2019 03:05 PM
I have a 5510 running 8.4
FTP traffic routed from outside to the inside interface works fine. I have another interface with multiple sub-interfaces and vlans configured. FTP traffic routed from the outside to vlan2_servers is not making it through the firewall. I must be missing something. I have attached my config. Any assistance would be greatly appreciated.
Solved! Go to Solution.
12-21-2011 05:30 PM
Hello Jennifer,
So you are trying to access the FTP server from the outside.
Can you change this:
object network FTPServer1
nat (any,outside) static xxx.xxx.xxx.105
to
object network FTPServer1
nat (vlan2,outside) static xxx.xxx.xxx.105
Please rate helpful posts.
Regard,
Julio
12-21-2011 04:35 PM
Hello Jennifer,
May I have some information related to this case:
-Where is the FTP server (Outside or Vlan2)
- Are you running passive FTP?
-What is the private ip address of the host on vlan 2
Regards,
Julio
12-21-2011 05:23 PM
Hi Julio,
Thanks for responding.
The FTP server is on vlan2
I am running passive FTP
The private address of the FTP server on vlan2 is 10.118.2.133
12-21-2011 05:30 PM
Hello Jennifer,
So you are trying to access the FTP server from the outside.
Can you change this:
object network FTPServer1
nat (any,outside) static xxx.xxx.xxx.105
to
object network FTPServer1
nat (vlan2,outside) static xxx.xxx.xxx.105
Please rate helpful posts.
Regard,
Julio
12-21-2011 05:51 PM
That worked. Thank you!
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