Skip to content

Instantly share code, notes, and snippets.

@gayanvirajith
Created September 18, 2014 06:09
Show Gist options
  • Save gayanvirajith/a564dd84e9d81531c144 to your computer and use it in GitHub Desktop.
Save gayanvirajith/a564dd84e9d81531c144 to your computer and use it in GitHub Desktop.
Allow ftp from iptables
iptables -I INPUT 1 -p tcp --dport ftp -j ACCEPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment