Added notes that local system time must match server time.

This commit is contained in:
2006-01-29 15:28:43 +00:00
parent 753db550ac
commit 89c54b3a16
2 changed files with 8 additions and 0 deletions

6
README
View File

@@ -1,3 +1,9 @@
Important!!
Please make sure that your local machines clock matches the time on the
server. If the times do not match the server will not be able to verify
the TSIG key which is used to encrypt the transactions and all updates
will fail.
To install dnsupdate: To install dnsupdate:
cd install cd install

View File

@@ -12,6 +12,8 @@ Dnsupdate is a utility to let a host with a dynamic IP address securely update i
.SS "Requirements" .SS "Requirements"
Dnsupdate is written in Python and requires Python > 2.0 to be installed. Dnsupdate is written in Python and requires Python > 2.0 to be installed.
The client systems time must match the servers time in order for the TSIG keys to work.
It also uses the dnspython toolkit which can be found at \fIhttp://www.dnspython.com/\fP. It also uses the dnspython toolkit which can be found at \fIhttp://www.dnspython.com/\fP.
If a Python version before 2.3 is used the Optik toolkit is required. It provides parsing of command line paramters and can be found at \fihttp://optik.sourceforge.net/\fP. If a Python version before 2.3 is used the Optik toolkit is required. It provides parsing of command line paramters and can be found at \fihttp://optik.sourceforge.net/\fP.