diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-11-24 17:48:39 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-11-24 11:34:30 +0100 |
commit | ea1889d4b58e80c12de87f3987da49e4da1e9717 (patch) | |
tree | e212e9438c5a100bdcbb3727a8029ebe96138b84 /wintest/conf | |
parent | 6ead7fbae534b7cc25310d8ea2875fc2e737a2b7 (diff) | |
download | samba-ea1889d4b58e80c12de87f3987da49e4da1e9717.tar.gz |
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.conf | 3 | ||||
-rw-r--r-- | wintest/conf/tridge.conf | 1 |
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 |