configuration-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 51  →  ?path2? @ 52
/dhcpd/isc/home/dhcpd-static-leases/static-leases-default.conf
@@ -0,0 +1,13 @@
###########################################################################
## Copyright (C) Wizardry and Steamworks 2017 - License: GNU GPLv3 ##
## Please see: http://www.gnu.org/licenses/gpl.html for legal details, ##
## rights of fair usage, the disclaimer and warranty conditions. ##
###########################################################################
## Default lease file. ##
###########################################################################
 
### Internal usage machines.
host darcie.home {
hardware ethernet be:51:9e:ed:ba:16;
fixed-address 192.168.0.90;
}
/dhcpd/isc/home/dhcpd-static-leases/static-leases-equipment.conf
@@ -0,0 +1,12 @@
###########################################################################
## Copyright (C) Wizardry and Steamworks 2017 - License: GNU GPLv3 ##
## Please see: http://www.gnu.org/licenses/gpl.html for legal details, ##
## rights of fair usage, the disclaimer and warranty conditions. ##
###########################################################################
## Network equipment. ##
###########################################################################
 
host routie.home {
hardware ethernet 86:15:8b:b6:1e:8d
fixed-address 192.168.0.5;
}
/dhcpd/isc/home/dhcpd-static-leases/static-leases-vms.conf
@@ -0,0 +1,12 @@
###########################################################################
## Copyright (C) Wizardry and Steamworks 2017 - License: GNU GPLv3 ##
## Please see: http://www.gnu.org/licenses/gpl.html for legal details, ##
## rights of fair usage, the disclaimer and warranty conditions. ##
###########################################################################
## Static reservations for virtual machines. ##
###########################################################################
 
host emerald.home {
hardware ethernet 7e:3f:2f:3f:f2:be;
fixed-address 192.168.0.50;
}