Implement FTP client access to the server by configuring the PIX Firewall

Source: Internet
Author: User

Implement FTP client access to the server by configuring the PIX Firewall

Implement FTP client access to the server by configuring the PIX Firewall

Topology

Vsftpd Server Configuration
# Modify the/etc/vsftpd. conf file and add the following content (specify the port range used by the passive connection)
Pasv_min_port = 60020
Pasvanderbilt max_port = 60020

# Restart the vsftpd service
Service vsftpd restart
PIX Firewall Configuration
# Go to global configuration mode and execute the following commands in sequence
Access-list outside extended permit tcp any host 1.2.3.4 eq ftp
Access-list outside extended permit tcp any host 1.2.3.4 eq 60020
Static (inside, outside) tcp 1.2.3.4 ftp 192.168.1.1 ftp netmask 255.255.255.255
Static (inside, outside) tcp 1.2.3.4 60020 192.168.1.1 65531 netmask 255.255.255.255
Fixup protocol ftp 21
Write memory

Four Advanced configurations of vsftpd Server:

VsFTPd configuration Tutorial:

Simple and practical Ubuntu FTP setup

Set up FTP server and Apache server on Ubuntu

Install the LAMP \ vsftpd \ Webmin \ phpMyAdmin service and settings in Ubuntu 13.04

Simple case of anonymous uploading of SeLinux and vsftpd on the RHEL6 Platform

Install vsftpd source code in Linux

Install and configure the FTP server vsftpd in openSUSE 13.2/13.1

This article permanently updates the link address:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.