Estou usando iptables
firewall para httpd
com whitelist
de CloudFlare
.
Esta é a minha regra de iptables
e eu mudei a porta SSH para 2204
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT tcp -- 199.27.128.0/21 anywhere multiport dports http,https
ACCEPT tcp -- 198.41.128.0/17 anywhere multiport dports http,https
ACCEPT tcp -- 197.234.240.0/22 anywhere multiport dports http,https
ACCEPT tcp -- 190.93.240.0/20 anywhere multiport dports http,https
ACCEPT tcp -- 188.114.96.0/20 anywhere multiport dports http,https
ACCEPT tcp -- 173.245.48.0/20 anywhere multiport dports http,https
ACCEPT tcp -- 172.64.0.0/13 anywhere multiport dports http,https
ACCEPT tcp -- 162.158.0.0/15 anywhere multiport dports http,https
ACCEPT tcp -- 141.101.64.0/18 anywhere multiport dports http,https
ACCEPT tcp -- 131.0.72.0/22 anywhere multiport dports http,https
ACCEPT tcp -- 108.162.192.0/18 anywhere multiport dports http,https
ACCEPT tcp -- 104.16.0.0/12 anywhere multiport dports http,https
ACCEPT tcp -- 103.31.4.0/22 anywhere multiport dports http,https
ACCEPT tcp -- 103.22.200.0/22 anywhere multiport dports http,https
ACCEPT tcp -- 103.21.244.0/22 anywhere multiport dports http,https
ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
ACCEPT tcp -- 116.2.22.0/24 anywhere tcp dpt:b2-license
Depois disso, posso acessar SSH normalmente, mas SFTP eu não posso.
Parece minha nova porta SSH com b2-license
port.
Este é um problema que estou enfrentando?
Este é o erro que recebi do FileZilla
Status: Waiting to retry...
Status: Connecting to xx.xx.xx.xx:2204...
Response: fzSftp started, protocol_version=4
Command: open "[email protected]" 2204
Error: Connection timed out after 20 seconds of inactivity
Error: Could not connect to server
E faça login com ssh
Last login: Sun Jul 31 14:07:34 2016 from my-ip
Atualização: posso conectar-me ao sftp pelo Tunilier, mas não consigo conectar pelo FileZilla
Estou realmente agradecido se tiver alguma ideia neste caso.