Linux system vsftpd Landing slow card how to do

Source: Internet
Author: User

VSFTPD is a Linux system in an FTP software, it can be used to achieve files, data upload and download, but some users will find VSFTPD login is very slow, one stop, then how to solve the problem of vsftpd landing slow card?

1. Modify the/etc/resolv.conf on the server so that its contents are only similar

NameServer 192.81.133.229

NameServer 114.114.114.114

The resolv.conf of the problematic machine always contains addresses such as localhost or 127.0.0.1. That is, when the client connects to the server, the server performs a DNS lookup to confirm the domain name, and waits until the timeout if the DNS is not resolved.

2. Modify VSFTPD configuration file

Vi/etc/vsftpd.conf

Add the following parameters:

Reverse_lookup_enable=no

After saving exit, restart the VSFTPD service

Service VSFTPD Restart

Or

/ETC/INIT.D/VSFTPD restart

3. Verify

Use the FTP customer service side to login, you can feel no waiting

If you have a problem with it, we don't have to

/etc/resolv.conf

NameServer 192.81.133.229

NameServer 114.114.114.114

Change into

NameServer 8.8.8.8

NameServer 8.8.8.8

, which is expected to be a lot faster, with the Google Server DNS we can also use their own server or domain DNS

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.