diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-11-23 20:20:18 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-11-23 13:01:10 +0100 |
commit | f6adad4d25b884ebdeccdf153d6dbbd016f5d65b (patch) | |
tree | 1b99affcd23f08677205b5b544eefa9d5474081e /wintest/conf | |
parent | 3a8b67d06cf631f4d883ce40859401eb760bb0f3 (diff) | |
download | samba-f6adad4d25b884ebdeccdf153d6dbbd016f5d65b.tar.gz |
wintest: tidyups and new conf variables
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Tue Nov 23 13:01:10 CET 2010 on sn-devel-104
Diffstat (limited to 'wintest/conf')
-rw-r--r-- | wintest/conf/abartlet.conf | 3 | ||||
-rw-r--r-- | wintest/conf/tridge.conf | 10 |
2 files changed, 11 insertions, 2 deletions
diff --git a/wintest/conf/abartlet.conf b/wintest/conf/abartlet.conf index ea8a5cfa67e..fb0a5909bf8 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 12885264f29..f5081ed4eb5 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 |