ftp 접속시 connect 되는 시간이 늦어질때 /etc/proftpd.conf 파일의
13 번째 항목 부분을 아래와 같이 수정하면 바로 접속 되는것을
볼수 있을것이다.
# See - http://www.proftpd.org/docs/faq/linked/faq-ch4.html#AEN341
#
#13. Slow logins
#
#This is probably caused by a firewall or DNS timeout. By default ProFTPD will try to do both DNS and ident lookups against the incoming connection. If these are blocked or excessively delayed a slower than normal login will result. To turn off DNS and ident use:
#
UseReverseDNS off
IdentLookups off
위 ldentLookups를 off 로 해두면 접속시간이 빨라 진다.
13 번째 항목 부분을 아래와 같이 수정하면 바로 접속 되는것을
볼수 있을것이다.
# See - http://www.proftpd.org/docs/faq/linked/faq-ch4.html#AEN341
#
#13. Slow logins
#
#This is probably caused by a firewall or DNS timeout. By default ProFTPD will try to do both DNS and ident lookups against the incoming connection. If these are blocked or excessively delayed a slower than normal login will result. To turn off DNS and ident use:
#
UseReverseDNS off
IdentLookups off
위 ldentLookups를 off 로 해두면 접속시간이 빨라 진다.