Added notes that local system time must match server time.
This commit is contained in:
6
README
6
README
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user