B boltbell New Around Here Apr 18, 2013 #1 Is there anyway to restrict access and only allow certain remote IP address to access my FTP server at the router level? Similar to iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 21 --source [accepted ip address here] -j ACCEPT
Is there anyway to restrict access and only allow certain remote IP address to access my FTP server at the router level? Similar to iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 21 --source [accepted ip address here] -j ACCEPT