From: Mark Wooding Date: Sun, 29 Jun 2014 18:47:22 +0000 (+0100) Subject: local.m4: Load connection tracking modules as standard. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/firewall/commitdiff_plain/5c5fcd73fafcc6ff4f6c42c183d86a0688f09d14?ds=sidebyside local.m4: Load connection tracking modules as standard. This will make FTP work properly, at least. --- diff --git a/local.m4 b/local.m4 index e486605..ab8249f 100644 --- a/local.m4 +++ b/local.m4 @@ -265,6 +265,14 @@ defhost mango iface eth0 binswood default iface vpn-precision colo +m4_divert(80)m4_dnl +###-------------------------------------------------------------------------- +### Connection tracking helper modules. + +for i in ftp; do + modprobe nf_conntrack_$i +done + m4_divert(80)m4_dnl ###-------------------------------------------------------------------------- ### Special forwarding exemptions.