deploy.sh/_vms.conf

25 lines
493 B
Plaintext
Raw Normal View History

2018-09-24 14:58:03 +02:00
# Server config for install-<mac>.conf
SERVER="server1"
2018-09-18 19:20:43 +02:00
DOMAIN="example.com"
2018-09-24 14:58:03 +02:00
# IP / MAC config
IP_PREFIX="46.23.92"
IP_START=170
IPV6_PREFIX="2a03:6000:9210"
IPV6_START=9200
MAC_PREFIX="fe:e1:bb:d4:c3"
# .conf locations
2018-09-24 23:32:46 +02:00
VMS="/home/mischa/Development/vms/vms"
2018-09-18 19:20:43 +02:00
ETC="."
2018-09-24 14:58:03 +02:00
IMAGES="."
2018-09-18 19:20:43 +02:00
HTDOCS="."
2018-09-24 14:58:03 +02:00
# vm.conf
VMDUSERS="_vmdusers"
2018-09-18 19:20:43 +02:00
UPLINK="uplink_vlan42"
BRIDGE="bridge42"
2018-09-24 14:58:03 +02:00
# dhcpd.conf
ROUTER="192.168.1.1"
2018-09-18 19:20:43 +02:00
DNS="192.186.1.3"
SUBNET="192.168.1.0"
NETMASK="255.255.255.0"
RANGE="192.168.1.32 192.168.1.127"