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/abartlet.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wintest/conf/abartlet.conf') diff --git a/wintest/conf/abartlet.conf b/wintest/conf/abartlet.conf index fb0a5909bf..b632c6e027 100644 --- a/wintest/conf/abartlet.conf +++ b/wintest/conf/abartlet.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 : 192.168.122.2 -INTERFACE_NET : 192.168.122.0/24 +INTERFACE_NET : 192.168.122.2/24 # how to run bind9 BIND9 : /usr/sbin/named -- cgit