still not working for me
See my screenshot and Logs:
Firewall settings Screenshot: http://awesomescreenshot.com/0794fpa4ad
SSH log for iptables -nL | grep dpts:
[root@shared101 ~]# iptables -nL | grep dpts
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpts:35000:35999
DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpts:135:139
DROP udp -- 0.0.0.0/0 0.0.0.0/0 udp dpts:135:139
Ftp Log:
Status: Connecting to 198.23.141.240:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Server does not support non-ASCII characters.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is your current location
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PORT 192,168,1,119,224,129
Response: 200-FXP transfer: from 77.125.139.137 to 192.168.1.119
Response: 200 PORT command successful
Command: MLSD
Error: Connection timed out
Error: Failed to retrieve directory listing
If you're running CSF, they way to add 35000:35999 in CSF is to go to:and click "Change" at the bottom, then click "Restart csf+lfd".Code:Admin Level -> ConfigServer Firewall&Security -> Firewall Configuration: IPv4 Settings -> TCP_IN: Add: ,35000:35999 IPv6 Port Settings -> TCP6_IN: Add: ,35000:35999
Good to confirm you see the range in you iptables rules using:where you're looking to see:Code:iptables -nL | grep dpts
and you may or may not see one for IPv6 (depending if CSF has that enabled or not). IPv4/tcp above is likely the main entry you'll be after.Code:ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpts:35000:35999
John
See my screenshot and Logs:
Firewall settings Screenshot: http://awesomescreenshot.com/0794fpa4ad
SSH log for iptables -nL | grep dpts:
[root@shared101 ~]# iptables -nL | grep dpts
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpts:35000:35999
DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpts:135:139
DROP udp -- 0.0.0.0/0 0.0.0.0/0 udp dpts:135:139
Ftp Log:
Status: Connecting to 198.23.141.240:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Server does not support non-ASCII characters.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is your current location
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PORT 192,168,1,119,224,129
Response: 200-FXP transfer: from 77.125.139.137 to 192.168.1.119
Response: 200 PORT command successful
Command: MLSD
Error: Connection timed out
Error: Failed to retrieve directory listing