From acf532809acfdf581d34951b5d3af91b95cabb93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 3 Jan 2015 17:56:57 +0100 Subject: [PATCH] lxc-config: new subnet --- hooks/create-lxc-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/create-lxc-config b/hooks/create-lxc-config index 54abf21..5f3dd98 100755 --- a/hooks/create-lxc-config +++ b/hooks/create-lxc-config @@ -24,7 +24,7 @@ def find_address(subnet, assigned_subsubnets) end CONFIG_PATH = Pathname.new("/etc/lxc/") -IPV4_SUBNET = NetAddr::CIDR.create("10.100.0.0/16") +IPV4_SUBNET = NetAddr::CIDR.create("192.168.66.0/24") IPV6_SUBNET = NetAddr::CIDR.create("2a01:4f8:210:31fd:1::/80") options = OpenStruct.new