summaryrefslogtreecommitdiffstats
path: root/wintest/conf
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-24 17:48:39 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-24 11:34:30 +0100
commitea1889d4b58e80c12de87f3987da49e4da1e9717 (patch)
treee212e9438c5a100bdcbb3727a8029ebe96138b84 /wintest/conf
parent6ead7fbae534b7cc25310d8ea2875fc2e737a2b7 (diff)
downloadsamba-ea1889d4b58e80c12de87f3987da49e4da1e9717.tar.gz
samba-ea1889d4b58e80c12de87f3987da49e4da1e9717.tar.xz
samba-ea1889d4b58e80c12de87f3987da49e4da1e9717.zip
wintest: added an IPv6 address, and use fully qualified hostname
this also makes the resolv.conf handling more robust Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Nov 24 11:34:30 CET 2010 on sn-devel-104
Diffstat (limited to 'wintest/conf')
-rw-r--r--wintest/conf/abartlet.conf3
-rw-r--r--wintest/conf/tridge.conf1
2 files changed, 3 insertions, 1 deletions
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