From ea1889d4b58e80c12de87f3987da49e4da1e9717 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 24 Nov 2010 17:48:39 +1100 Subject: wintest: added an IPv6 address, and use fully qualified hostname this also makes the resolv.conf handling more robust Autobuild-User: Andrew Tridgell Autobuild-Date: Wed Nov 24 11:34:30 CET 2010 on sn-devel-104 --- wintest/conf/abartlet.conf | 3 ++- wintest/conf/tridge.conf | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'wintest/conf') diff --git a/wintest/conf/abartlet.conf b/wintest/conf/abartlet.conf index b632c6e0279..3fa45017392 100644 --- a/wintest/conf/abartlet.conf +++ b/wintest/conf/abartlet.conf @@ -19,7 +19,8 @@ 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.2/24 +INTERFACE_IPV6 : 3ffe:ffff:0:f101::3 +INTERFACE_NET : 192.168.122.2/24 # how to run bind9 BIND9 : /usr/sbin/named diff --git a/wintest/conf/tridge.conf b/wintest/conf/tridge.conf index 1c7ed0bda74..a2bad630a26 100644 --- a/wintest/conf/tridge.conf +++ b/wintest/conf/tridge.conf @@ -19,6 +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_IPV6 : 3ffe:ffff:0:f101::3 INTERFACE_NET : 10.0.0.2/24 # how to run bind9 -- cgit