use different public ipv6 subnet for ipv6

This commit is contained in:
Jörg Thalheim 2015-02-22 18:43:33 +01:00
parent 2b41e95c58
commit 390fb6858b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ MAC_ADDRESS=""
SUBNET=""
DHCP="yes"
ULA_IP6_TEMPLATE="fdc0:4992:6a6d:a:%x%x:%x%x::1"
PUBLIC_IP6_TEMPLATE="2a01:4f8:210:31fd:1:%x%x:%x%x:1"
PUBLIC_IP6_TEMPLATE="2a01:4f8:210:31fd:2:%x%x:%x%x:1"
source "${TINCRC}" || true