From f6adad4d25b884ebdeccdf153d6dbbd016f5d65b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 23 Nov 2010 20:20:18 +1100 Subject: wintest: tidyups and new conf variables Autobuild-User: Andrew Tridgell Autobuild-Date: Tue Nov 23 13:01:10 CET 2010 on sn-devel-104 --- wintest/conf/abartlet.conf | 3 +++ wintest/conf/tridge.conf | 10 ++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'wintest/conf') 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 -- cgit