diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-11-24 13:36:21 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-11-24 16:42:52 +1100 |
commit | f207cc185f228490860151a35e2b94066120f335 (patch) | |
tree | 3fd69daea688f0fd97f9c27cb649211e959b4266 /wintest/conf | |
parent | b1dacb8195a52b6cfce6ad60a839f7effd35b261 (diff) | |
download | samba-f207cc185f228490860151a35e2b94066120f335.tar.gz samba-f207cc185f228490860151a35e2b94066120f335.tar.bz2 samba-f207cc185f228490860151a35e2b94066120f335.zip |
wintest: fixed interface handling and DNS forwarding
- allow for _IP vars on VMs
- resolve IPs using nmblookup
- forward DNS requests for windows domains
Diffstat (limited to 'wintest/conf')
-rw-r--r-- | wintest/conf/abartlet.conf | 2 | ||||
-rw-r--r-- | wintest/conf/tridge.conf | 5 |
2 files changed, 5 insertions, 2 deletions
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 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 |