Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| docs:guide-user:firewall:fw3_configurations:fw3_nat [2023/10/18 20:40] – [SIP passthrough] add rtsp vgaetera | docs:guide-user:firewall:fw3_configurations:fw3_nat [2023/11/01 22:14] – [IPv6 to IPv4 NAT with Tayga] update vgaetera | ||
|---|---|---|---|
| Line 352: | Line 352: | ||
| </ | </ | ||
| - | Note that '' | + | ==== IPv6 to IPv4 NAT with Jool ==== |
| - | Use an alternative method to get the prefix on older versions. | + | Enable IPv6 to IPv4 NAT aka NAT64 for IPv6-only networks |
| - | + | ||
| - | <code bash> | + | |
| - | eval $(ifstatus " | + | |
| - | " | + | |
| - | </ | + | |
| - | + | ||
| - | ==== IPv6 to IPv4 NAT ==== | + | |
| - | Enable IPv6 to IPv4 NAT aka NAT64 for IPv6-only networks/clients. | + | |
| Use DNS64 to resolve domain names. | Use DNS64 to resolve domain names. | ||
| Line 379: | Line 371: | ||
| uci commit jool | uci commit jool | ||
| service jool restart | service jool restart | ||
| + | </ | ||
| + | |||
| + | ==== IPv6 to IPv4 NAT with Tayga ==== | ||
| + | Enable IPv6 to IPv4 NAT aka NAT64 for IPv6-only networks with Tayga. | ||
| + | Use DNS64 to resolve domain names. | ||
| + | |||
| + | <code bash> | ||
| + | opkg update | ||
| + | opkg install tayga | ||
| + | uci del_list firewall.lan.network=" | ||
| + | uci add_list firewall.lan.network=" | ||
| + | uci commit firewall | ||
| + | service firewall restart | ||
| + | uci -q delete network.nat64 | ||
| + | uci set network.nat64=" | ||
| + | uci set network.nat64.proto=" | ||
| + | uci set network.nat64.prefix=" | ||
| + | uci set network.nat64.ipv6_addr=" | ||
| + | uci set network.nat64.dynamic_pool=" | ||
| + | uci set network.nat64.ipv4_addr=" | ||
| + | uci commit network | ||
| + | service network restart | ||
| </ | </ | ||