Created
May 16, 2015 02:40
-
-
Save mb00g/01bc6d236a160aba2fd3 to your computer and use it in GitHub Desktop.
ct iptablaes modules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
modprobe ipt_conntrack | |
modprobe ipt_LOG | |
modprobe ipt_owner | |
modprobe ipt_state | |
modprobe ip_conntrack_ftp | |
modprobe ipt_recent | |
modprobe xt_connlimit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment