Skip to content

Instantly share code, notes, and snippets.

@mb00g
Created May 16, 2015 02:40
Show Gist options
  • Save mb00g/01bc6d236a160aba2fd3 to your computer and use it in GitHub Desktop.
Save mb00g/01bc6d236a160aba2fd3 to your computer and use it in GitHub Desktop.
ct iptablaes modules
#!/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