You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
170 B
5 lines
170 B
USE_LXC_BRIDGE=true
|
|
LXC_ADDR="10.0.3.1" #Address of lxcbr0 on the host
|
|
LXC_NETWORK="10.0.3.0/24"
|
|
LXC_DHCP_RANGE="10.0.3.2,10.0.3.254"
|
|
LXC_DHCP_CONFILE=/etc/lxc/dhcp.conf
|
|
|