Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing kernel module(s) cause net script failures #30

Open
sarnold opened this issue May 1, 2020 · 1 comment
Open

missing kernel module(s) cause net script failures #30

sarnold opened this issue May 1, 2020 · 1 comment
Assignees
Labels
watch item hard to reproduce or rarely seen

Comments

@sarnold
Copy link
Contributor

sarnold commented May 1, 2020

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 sarnold added the watch item hard to reproduce or rarely seen label May 1, 2020
@sarnold sarnold self-assigned this May 1, 2020
@sarnold
Copy link
Contributor Author

sarnold commented May 2, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
watch item hard to reproduce or rarely seen
Projects
None yet
Development

No branches or pull requests

1 participant