Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | Next revisionBoth sides next revision | ||
| docs:guide-user:services:vpn:wireguard:road-warrior [2022/04/19 00:31] – updated add_roadwarrior_peer.sh to create ULA-only variants of peer configurations atownlede | docs:guide-user:services:vpn:wireguard:road-warrior [2022/04/26 01:12] – fixed nftables counter; mark kmod-ipt-nat6 as 21.02 only atownlede | ||
|---|---|---|---|
| Line 60: | Line 60: | ||
| <code bash> | <code bash> | ||
| opkg update | opkg update | ||
| - | opkg install wireguard-tools qrencode | + | opkg install wireguard-tools qrencode |
| </ | </ | ||
| + | For OpenWrt 21.02 series, also add in: | ||
| + | <code bash> | ||
| + | opkg install kmod-ipt-nat6 | ||
| + | </ | ||
| + | |||
| Optional packages for post-configuration management through LuCI: | Optional packages for post-configuration management through LuCI: | ||
| Line 299: | Line 304: | ||
| chain srcnat_ula6_${WG_INTERFACE} { | chain srcnat_ula6_${WG_INTERFACE} { | ||
| type nat hook postrouting priority srcnat; policy accept; | type nat hook postrouting priority srcnat; policy accept; | ||
| - | oifname " | + | oifname " |
| } | } | ||
| EOF | EOF | ||