From: Mark Wooding Date: Sat, 14 Mar 2015 12:05:00 +0000 (+0000) Subject: distorted.lisp, hosts.lisp: Assign VPN addresses to VPN hubs. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/zones/commitdiff_plain/aa779726bf98d1aa5e735d9f1ed5e0d69dc80de5?hp=aa779726bf98d1aa5e735d9f1ed5e0d69dc80de5 distorted.lisp, hosts.lisp: Assign VPN addresses to VPN hubs. Now that we have trusted wireless networks, we want to be able to allow hosts to use dynamically assigned addresses on those networks and still claim their stable VPN addresses (e.g., for centralized management). For this to work, the internal endpoint of the VPN hub has to be outside of the internal network range. This is currently especially broken for radius, since it's the main router in the house network. ---