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:automated [2021/10/12 07:03] – fix Creating WireGuard interface for 'guest' network... uci: Invalid argument jkk88docs:guide-user:services:vpn:wireguard:automated [2022/06/14 04:03] – Removed erroneous /24 from lines beginning export WG_${LAN}_server_IP= in scripts c) & d) iainbullock
Line 350: Line 350:
 export DDNS="my-ddns.no-ip.com" export DDNS="my-ddns.no-ip.com"
 export WG_${LAN}_server_port="51820" export WG_${LAN}_server_port="51820"
-export WG_${LAN}_server_IP="${interface}.1/24"+export WG_${LAN}_server_IP="${interface}.1"
 export WG_${LAN}_server_firewall_zone="${LAN}" export WG_${LAN}_server_firewall_zone="${LAN}"
 export quantity="4" # Change the number '4' to any number of peers you would like to create export quantity="4" # Change the number '4' to any number of peers you would like to create
Line 477: Line 477:
 export DDNS="my-ddns.no-ip.com" export DDNS="my-ddns.no-ip.com"
 export WG_${LAN}_server_port="51821" export WG_${LAN}_server_port="51821"
-export WG_${LAN}_server_IP="${interface}.1/24"+export WG_${LAN}_server_IP="${interface}.1"
 export WG_${LAN}_server_firewall_zone="${LAN}" export WG_${LAN}_server_firewall_zone="${LAN}"
 export quantity="4" # Change the number '4' to any number of peers you would like to create export quantity="4" # Change the number '4' to any number of peers you would like to create
  • Last modified: 2023/10/14 06:28
  • by vgaetera