You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
208 B
5 lines
208 B
4 years ago
|
ip6tables -t nat -A POSTROUTING -s fd42:42:42:42::/112 -o $NIC -j MASQUERADE
|
||
|
ip6tables -A INPUT -i tun0 -j ACCEPT
|
||
|
ip6tables -A FORWARD -i $NIC -o tun0 -j ACCEPT
|
||
|
ip6tables -A FORWARD -i tun0 -o $NIC -j ACCEPT
|