]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorMark Andrews <marka@isc.org>
Thu, 6 Sep 2001 05:31:02 +0000 (05:31 +0000)
committerMark Andrews <marka@isc.org>
Thu, 6 Sep 2001 05:31:02 +0000 (05:31 +0000)
Added Warning Note regarding resolv.conf file

win32utils/readme1st.txt

index a4f724191b174dffa9ac3ee5e9747dae81ebb49f..73e55d70dc3511c78fb85006300f0466265fcdec 100644 (file)
@@ -1,7 +1,7 @@
 Copyright (C) 2001  Internet Software Consortium.
 See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
 
-$Id: readme1st.txt,v 1.7 2001/08/12 04:53:38 mayer Exp $
+$Id: readme1st.txt,v 1.7.2.1 2001/09/06 05:31:02 marka Exp $
 
           Release of BIND 9.2.0 for Window NT/2000
 
@@ -91,6 +91,24 @@ dnssec-makekeyset, dnssec-signkey, dnssec-signzone. The tools will NOT run on
 Win9x, only WinNT and Win2000. The latter tools are for use with DNSSEC. All
 tools are installed in the dns/bin directory.
 
+IMPORTANT NOTE ON USING THE TOOLS:
+If you wish to use nsupdate on a win32 platform to do dynamic updates
+to a zone you MUST create a resolv.conf in the System32\Drivers\etc
+directory containing a list of nameserver addresses to use to find
+the nameserver authorative for the zone. The format of this file is:
+
+nameserver 1.2.3.4
+nameserver 5.6.7.8
+
+Replace the IP addresses with your real addresses.  127.0.0.1 is a valid
+address if you are running a nameserver on the localhost. 
+
+In addition, if you use dig, host or nslookup, you will need this
+file on the system where you are running these tools unless you have
+BIND running on that system.
+
+This will be fixed in a future release.
+
        Problems
 
 Please report all problems to bind9-bugs@isc.org and not to me. All