AV1611 Posted September 27, 2007 Share Posted September 27, 2007 I can't seem to get FTP working on my firewall: They can use it only if they turn OFF passive I assume that means that the state stuff isn't working I have accept if state is related and accept if state is established but that doesn't seem to make it work. I know that the initial connections are done on port 21, then the port is shifted when it starts to parse the directories. that's where it fails (LIST). What am I missing??? Link to comment https://forums.phpfreaks.com/topic/70916-ftp/ Share on other sites More sharing options...
neylitalo Posted September 27, 2007 Share Posted September 27, 2007 # iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 21 -j ACCEPT Link to comment https://forums.phpfreaks.com/topic/70916-ftp/#findComment-356602 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.