ffnord / ffnord-puppet-gateway

Deploy and manage your Freifunk community gateway, mostly compatible with Gluon.
15 stars 13 forks source link

sysctl value not loaded for modules #168

Open fsteinel opened 7 years ago

fsteinel commented 7 years ago

sysctl doesn't load the values for modules. Add those to the /etc/module file

nf_defrag_ipv4
nf_defrag_ipv6
nf_conntrack
nf_conntrack_ipv4
nf_conntrack_ipv6
nf_nat
iptable_nat
ipt_MASQUERADE
xt_comment
xt_conntrack
xt_recent
xt_tcpudp

list of modules determined via:

lsmod |grep -e ^ip -e ^nf_ -e ^xt|sort|less

Tested via

rubo77 commented 7 years ago

maybe this is fixed with the hint: https://github.com/ffnord/ffnord-puppet-gateway#on-debian-jessie

modprobe ip_tables
modprobe ip_conntrack