نقل قول نوشته اصلی توسط M4$T3R نمایش پست ها
پرت 21 رو اضافه کن توی تنظیمات Iptables
وحید فقط پورت 21 نیست ! احتمالا این اصلا تنظیمات را انجام نداده است !
این بخش تنظیمات پورت ها برای سی پنل است :

کد:
Common ingress (inbound) ports
# Common ingress (inbound) TCP ports -3000_3500 = passive port range for Pure FTPD
IG_TCP_CPORTS="21,22,25,53,80,110,143,443,2082,2083, 2086,2087, 2095, 2096,3000_3500"
#
# Common ingress (inbound) UDP ports
IG_UDP_CPORTS="53"

Common egress (outbound) ports
# Egress filtering [0 = Disabled / 1 = Enabled]
EGF="1"

# Common egress (outbound) TCP ports
EG_TCP_CPORTS="21,25,80,443,43,2089"
#
# Common egress (outbound) UDP ports
EG_UDP_CPORTS="20,21,53"