mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-08-06 02:47:47 +02:00
added dhcp support
This commit is contained in:
parent
87f40367b5
commit
4a737723a3
3 changed files with 14 additions and 1 deletions
|
@ -39,6 +39,9 @@ LXC_HOSTNAME="zamba"
|
|||
# Defines the domain name / search domain of your LXC container
|
||||
LXC_DOMAIN="zmb.rocks"
|
||||
|
||||
# Enable DHCP on LAN (eth0) - (Obtain an IP address automatically) [true/false]
|
||||
LXC_DHCP=false
|
||||
|
||||
# Defines the local IP address and subnet of your LXC container in CIDR format
|
||||
LXC_IP="192.168.100.200/24"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue