cheshkin Posted September 3, 2021 Share Posted September 3, 2021 Добрый день! На 3.7 beta1 перестал работать zerotier. Предполагаю, что из-за не запуска netfilter в скрипте zerotier. #!/bin/sh [ "$table" != "filter" ] && exit 0 iptables -I INPUT -i zt+ -j ACCEPT iptables -t nat -A POSTROUTING -o eth2.4 -j MASQUERADE iptables -I FORWARD -i zt+ -j ACCEPT iptables -t nat -I POSTROUTING -o br0 -j MASQUERADE Quote Link to comment Share on other sites More sharing options...
Question
cheshkin
Добрый день! На 3.7 beta1 перестал работать zerotier.
Предполагаю, что из-за не запуска netfilter в скрипте zerotier.
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.