summaryrefslogtreecommitdiff
path: root/wintest/conf
diff options
context:
space:
mode:
Diffstat (limited to 'wintest/conf')
-rw-r--r--wintest/conf/abartlet.conf3
-rw-r--r--wintest/conf/tridge.conf10
2 files changed, 11 insertions, 2 deletions
diff --git a/wintest/conf/abartlet.conf b/wintest/conf/abartlet.conf
index ea8a5cfa67..fb0a5909bf 100644
--- a/wintest/conf/abartlet.conf
+++ b/wintest/conf/abartlet.conf
@@ -15,6 +15,9 @@ VM_RESTORE : virsh snapshot-revert ${VMNAME} ${SNAPSHOT}
# interfaces to create
INTERFACE : virbr0:0
+
+# this is an additional IP that will be used for named to listen
+# on. It should not be the primary IP of the interface
INTERFACE_IP : 192.168.122.2
INTERFACE_NET : 192.168.122.0/24
diff --git a/wintest/conf/tridge.conf b/wintest/conf/tridge.conf
index 12885264f2..f5081ed4eb 100644
--- a/wintest/conf/tridge.conf
+++ b/wintest/conf/tridge.conf
@@ -14,11 +14,17 @@ VM_POWEROFF : su tridge -c "VBoxManage controlvm ${VMNAME} poweroff"
VM_RESTORE : su tridge -c "VBoxManage snapshot ${VMNAME} restore ${SNAPSHOT} && VBoxManage startvm ${VMNAME}"
# interfaces to listen on
-INTERFACES : virbr0
+INTERFACE : virbr0:0
+
+# this is an additional IP that will be used for named to listen
+# on. It should not be the primary IP of the interface
+INTERFACE_IP : 10.0.0.2
+INTERFACE_NET : 10.0.0.0/24
# how to run bind9
-BIND9 : /usr/sbin/named -u bind
+BIND9 : /usr/sbin/named
RNDC : /usr/sbin/rndc
+BIND_USER : bind
# provision information
REALM : HOWTO.TRIDGELL.NET