ho-ansible / tinc

Ansible role: mesh-based VPN
MIT License
1 stars 0 forks source link

fail gracefully if missing conntrack modules #19

Open seanho00 opened 5 years ago

seanho00 commented 5 years ago

On SYS Arm dedi, OVH-provided kernel is missing nf_conntrack_ipv6 module (although ipv4 module is present). This means any iptables tasks using ctstate with IPv6 fail, e.g., allowing related/established traffic on INPUT.

At present, ignore_errors is set for that task, but it's a hacky solution. Check if kernel module is available first, and have some fallback iptables rule?