From a0a2460675c292bb5322c4f31bae575f10e1c12b Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Mon, 21 Jul 2008 18:53:34 +0000 Subject: [PATCH] Load the tun/tap module before configuring the tap devices. --- iptables-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iptables-config b/iptables-config index 8705fb9..c7d81cf 100644 --- a/iptables-config +++ b/iptables-config @@ -3,7 +3,7 @@ # Space separated list of nat helpers (e.g. 'ip_nat_ftp ip_nat_irc'), which # are loaded after the firewall rules are applied. Options for the helpers are # stored in /etc/modules.conf. -IPTABLES_MODULES="ip_conntrack" +IPTABLES_MODULES="ip_conntrack vnet_tun" # Unload modules on restart and stop # Value: yes|no, default: yes -- 2.43.0