From f207cc185f228490860151a35e2b94066120f335 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 24 Nov 2010 13:36:21 +1100 Subject: wintest: fixed interface handling and DNS forwarding - allow for _IP vars on VMs - resolve IPs using nmblookup - forward DNS requests for windows domains --- wintest/conf/tridge.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'wintest/conf/tridge.conf') diff --git a/wintest/conf/tridge.conf b/wintest/conf/tridge.conf index f5081ed4eb..1c7ed0bda7 100644 --- a/wintest/conf/tridge.conf +++ b/wintest/conf/tridge.conf @@ -19,7 +19,7 @@ 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 +INTERFACE_NET : 10.0.0.2/24 # how to run bind9 BIND9 : /usr/sbin/named @@ -57,6 +57,8 @@ W2K8R2A_REALM : v2.tridgell.net W2K8R2A_DOMAIN : v2 W2K8R2A_PASS : p@ssw0rd5 W2K8R2A_SNAPSHOT : howto-test +W2K8R2A_IP : 10.0.0.4 + # this w2k8r2 VM will become a DC in the samba domain W2K8R2B_HOSTNAME : w2k8r2b @@ -78,6 +80,7 @@ W2K3A_REALM : vsofs3.com W2K3A_DOMAIN : vsofs3 W2K3A_PASS : penguin W2K3A_SNAPSHOT : howto-test +W2K3A_IP : 10.0.0.3 # this w2k3 VM will become a DC in the samba domain W2K3B_HOSTNAME : w2k3b -- cgit