summaryrefslogtreecommitdiff
path: root/wintest/conf/abartlet.conf
diff options
context:
space:
mode:
Diffstat (limited to 'wintest/conf/abartlet.conf')
-rw-r--r--wintest/conf/abartlet.conf12
1 files changed, 9 insertions, 3 deletions
diff --git a/wintest/conf/abartlet.conf b/wintest/conf/abartlet.conf
index 8e6830f75c..78c0287678 100644
--- a/wintest/conf/abartlet.conf
+++ b/wintest/conf/abartlet.conf
@@ -16,11 +16,17 @@ VM_RESET : virsh reboot ${VMNAME}
# interfaces to create
INTERFACE : virbr0:0
+NAMED_INTERFACE : virbr0:1
# 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.2/24
+# on. It should not be the primary IP of the interface. We need one
+# for BIND (which redirects to the other hosts) and one for Samba,
+# which might be running our own DNS
+
+INTERFACE_IP : 192.168.122.3
+INTERFACE_NET : 192.168.122.3/24
+NAMED_INTERFACE_IP : 192.168.122.2
+NAMED_INTERFACE_NET : 192.168.122.2/24
# how to run bind9
BIND9 : /usr/sbin/named