We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ccb9a commit cf76d4eCopy full SHA for cf76d4e
slaac/Tayga.sh
@@ -41,6 +41,8 @@ ip addr add $1 dev nat64
41
ip addr add 6d65:7473:3633:3400::1 dev nat64
42
ip route add 192.168.255.0/24 dev nat64
43
ip route add 6d65:7473:3633:3400:ffff::/96 dev nat64
44
+echo 1 > /proc/sys/net/ipv6/conf/all/forwarding
45
+echo 1 > /proc/sys/net/ipv4/ip_forward
46
47
echo "[$0]Allowing NAT44..."
48
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE # allow NAT44 forwarding
0 commit comments