| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| # WARNING: This file is generated by a debconf template! |
| # It is recommended to update it by using "dpkg-reconfigure -p medium lxd" |
| |
| # Whether to setup a new bridge or use an existing one |
| USE_LXD_BRIDGE="true" |
| |
| # Bridge name |
| # This is still used even if USE_LXD_BRIDGE is set to false |
| # set to an empty value to fully disable |
| LXD_BRIDGE="lxdbr0" |
| |
| # Update the "default" LXD profile |
| UPDATE_PROFILE="true" |
| |
| # Path to an extra dnsmasq configuration file |
| LXD_CONFILE="" |
| |
| # DNS domain for the bridge |
| LXD_DOMAIN="lxd" |
| |
| # IPv4 |
| ## IPv4 address (e.g. 10.0.8.1) |
| LXD_IPV4_ADDR="10.49.16.1" |
| |
| ## IPv4 netmask (e.g. 255.255.255.0) |
| LXD_IPV4_NETMASK="255.255.255.0" |
| |
| ## IPv4 network (e.g. 10.0.8.0/24) |
| LXD_IPV4_NETWORK="10.49.16.1/24" |
| |
| ## IPv4 DHCP range (e.g. 10.0.8.2,10.0.8.254) |
| LXD_IPV4_DHCP_RANGE="10.49.16.2,10.49.16.254" |
| |
| ## IPv4 DHCP number of hosts (e.g. 250) |
| LXD_IPV4_DHCP_MAX="252" |
| |
| ## NAT IPv4 traffic |
| LXD_IPV4_NAT="true" |
| |
| # IPv6 |
| ## IPv6 address (e.g. 2001:470:b368:4242::1) |
| LXD_IPV6_ADDR="" |
| |
| ## IPv6 CIDR mask (e.g. 64) |
| LXD_IPV6_MASK="" |
| |
| ## IPv6 network (e.g. 2001:470:b368:4242::/64) |
| LXD_IPV6_NETWORK="" |
| |
| ## NAT IPv6 traffic |
| LXD_IPV6_NAT="false" |
| |
| # Run a minimal HTTP PROXY server |
| LXD_IPV6_PROXY="false" |