Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 atownlededocs: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 kmod-ipt-nat6+opkg install wireguard-tools qrencode
 </code> </code>
 +For OpenWrt 21.02 series, also add in:
 +<code bash>
 +opkg install kmod-ipt-nat6
 +</code>
 +
 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 "\$${WG_WAN6_FWZONE}_devices" counter ip6 saddr ${interface6_ula}::/64 masquerade comment "!fw4: ULA masquerade6"+  oifname "\$${WG_WAN6_FWZONE}_devices" ip6 saddr ${interface6_ula}::/64 counter masquerade comment "!fw4: ULA masquerade6"
 } }
 EOF EOF
  • Last modified: 2023/10/14 09:07
  • by vgaetera