blob: 0826da7fc03378a7f571ad942fe7b6c2a77c5df2 [file] [log] [blame]
ramonsalguer8ac0f082020-06-03 20:13:34 +02001# Licensed under the Apache License, Version 2.0 (the "License");
2# you may not use this file except in compliance with the License.
3# You may obtain a copy of the License at
4#
5# http://www.apache.org/licenses/LICENSE-2.0
6#
7# Unless required by applicable law or agreed to in writing, software
8# distributed under the License is distributed on an "AS IS" BASIS,
9# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10# See the License for the specific language governing permissions and
11# limitations under the License.
12
Mike Marchetti1b64bd42018-06-13 09:21:40 -040013# WARNING: This file is generated by a debconf template!
14# It is recommended to update it by using "dpkg-reconfigure -p medium lxd"
15
16# Whether to setup a new bridge or use an existing one
17USE_LXD_BRIDGE="true"
18
19# Bridge name
20# This is still used even if USE_LXD_BRIDGE is set to false
21# set to an empty value to fully disable
22LXD_BRIDGE="lxdbr0"
23
24# Update the "default" LXD profile
25UPDATE_PROFILE="true"
26
27# Path to an extra dnsmasq configuration file
28LXD_CONFILE=""
29
30# DNS domain for the bridge
31LXD_DOMAIN="lxd"
32
33# IPv4
34## IPv4 address (e.g. 10.0.8.1)
35LXD_IPV4_ADDR="10.49.16.1"
36
37## IPv4 netmask (e.g. 255.255.255.0)
38LXD_IPV4_NETMASK="255.255.255.0"
39
40## IPv4 network (e.g. 10.0.8.0/24)
41LXD_IPV4_NETWORK="10.49.16.1/24"
42
43## IPv4 DHCP range (e.g. 10.0.8.2,10.0.8.254)
44LXD_IPV4_DHCP_RANGE="10.49.16.2,10.49.16.254"
45
46## IPv4 DHCP number of hosts (e.g. 250)
47LXD_IPV4_DHCP_MAX="252"
48
49## NAT IPv4 traffic
50LXD_IPV4_NAT="true"
51
52# IPv6
53## IPv6 address (e.g. 2001:470:b368:4242::1)
54LXD_IPV6_ADDR=""
55
56## IPv6 CIDR mask (e.g. 64)
57LXD_IPV6_MASK=""
58
59## IPv6 network (e.g. 2001:470:b368:4242::/64)
60LXD_IPV6_NETWORK=""
61
62## NAT IPv6 traffic
63LXD_IPV6_NAT="false"
64
65# Run a minimal HTTP PROXY server
66LXD_IPV6_PROXY="false"