fpnd icon indicating copy to clipboard operation
fpnd copied to clipboard

missing kernel module(s) cause net script failures

Open sarnold opened this issue 5 years ago • 1 comments

If the user is missing any of the required kernel modules for iptables or packet marking, the fpn_setup (net) scripts will fail. We can only check for kernel config (ebuild) or set a pkg dependency (.deb) which still needs to be implemented. This is a (user node) show-stopper BUT we can't do anything to "fix" it so the label is Watch Item instead.

sarnold avatar May 01 '20 20:05 sarnold

Enable as modules if possible, otherwise "Y" (note most of these should already be enabled).

TUN
IP_NF_NAT
NET_SCHED *
BPFILTER *
NET_SCH_INGRESS *
IP_MULTIPLE_TABLES
NETFILTER_XT_TARGET_MARK
IP_ADVANCED_ROUTER *
NF_CT_NETLINK
NETFILTER_NETLINK_QUEUE
NF_NAT
NETFILTER_NETLINK_LOG
NETFILTER_XT_NAT
IP_NF_MANGLE
NF_DEFRAG_IPV4
IP_NF_TARGET_MASQUERADE
IP_NF_FILTER
IP_NF_IPTABLES
NF_CONNTRACK
NETFILTER_XT_MARK
NETFILTER_XTABLES

sarnold avatar May 02 '20 06:05 sarnold