ftp 송,수신 속도 문제
CentOS 5 , vsftpd 이용 중 입니다.
주요증상은 ftp 접속 송,수신 속도가 너무 늦는다는 겁니다.(Local 작업시 100kb 이하)
wget으로 local network 내의 다른 파일 다운로드시 10M 이상 나옵니다.
ftp로 upload시에는 속도가 느립니다.(100kb 이하)
어디를 살펴봐야 할런지요???
-------------------------------------------
아래는 /etc/vsftpd/vsftpd.conf 내용입니다.
anonymous_enable=no
connect_from_port_20=yes
dirmessage_enable=YES
listen=no
local_enable=YES
local_max_rate=0
local_umask=022
pam_service_name=vsftpd
tcp_wrappers=YES
trans_chunk_size=0
userlist_enable=YES
write_enable=YES
xferlog_enable=YES
xferlog_std_format=YES
---------------------------------------------
라우팅 정보는 아래와 같습니다.
# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
***.***.95.0 * 255.255.255.192 U 0 0 0 eth1
192.168.10.0 * 255.255.255.0 U 0 0 0 eth0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth1
default ***.***.95.1 0.0.0.0 UG 0 0 0 eth1
참고 : ***.***.95.0 대역은 real IP 대역으로 DMZ Zone을 위한 subnet이 나누어져 있습니다.
아래 URL을 참고 적용해 본 결과 문제가 해결 되지는 않았습니다.
http://kltp.kldp.org/stories.php?story=03/10/09/5659809
http://peecky.tistory.com/16
iptables 문제 인가 해서 iptables -F 로 날리고 측정한 결과 문제가 해결되지 않았습니다.
댓글 달기