Skip to content
New issue

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

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

Already on GitHub? # to your account

Copy iptables (userspace) modules into the initramfs #3

Merged
merged 1 commit into from
May 17, 2024

Conversation

darkrain42
Copy link
Owner

These are necessary for the iptables userspace to properly manage iptables rules otherwise tailscale complains, starting with:

2024/05/15 16:10:39 health("router"): error: adding [! -i tailscale0 -s 100.115.92.0/23 -j RETURN] in v4/filter/ts-input: running [/sbin/iptables -t filter -A ts-input ! -i tailscale0 -s 100.115.92.0/23 -j RETURN --wait]: exit status 2: iptables v1.8.10 (nf_tables): Chain 'RETURN' does not exist
Try `iptables -h' or 'iptables --help' for more information.

These are necessary for the iptables userspace to properly manage
iptables rules otherwise tailscale complains, starting with:

2024/05/15 16:10:39 health("router"): error: adding [! -i tailscale0 -s 100.115.92.0/23 -j RETURN] in v4/filter/ts-input: running [/sbin/iptables -t filter -A ts-input ! -i tailscale0 -s 100.115.92.0/23 -j RETURN --wait]: exit status 2: iptables v1.8.10 (nf_tables): Chain 'RETURN' does not exist
Try `iptables -h' or 'iptables --help' for more information.
@darkrain42 darkrain42 self-assigned this May 17, 2024
@darkrain42 darkrain42 merged commit 72e478c into main May 17, 2024
2 checks passed
@darkrain42 darkrain42 deleted the iptables-fixes branch May 17, 2024 02:34
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant