From a260cfe31eb365d67b94ad3ac3ec93c7c94d2a82 Mon Sep 17 00:00:00 2001 From: Henry N Date: Sun, 22 Mar 2020 20:43:07 +0100 Subject: [PATCH] config: IPv6 prefix /8 is not a good example If some use the example "ipv6_address_prefix_length=2aa1::1/8", then have a good chance to kick of self. 8 bit is a very big network. Prefix /64 is a better choice for an eample. --- apps/freelan/config/freelan.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/freelan/config/freelan.cfg b/apps/freelan/config/freelan.cfg index b4754043..93af1677 100644 --- a/apps/freelan/config/freelan.cfg +++ b/apps/freelan/config/freelan.cfg @@ -479,7 +479,7 @@ ipv4_dhcp=false # # Commenting out, will result in no IPv6 networking. You cannot supply a blank value. # -ipv6_address_prefix_length=2aa1::1/8 +ipv6_address_prefix_length=2aa1::1/64 # The remote IPv4 address for tun interfaces. #