Microsoft
Software
Hardware
Network
Question : Bind Security: Transaction Signatures (TSIG) Configuration got error message
Bind Security: Transaction Signatures (TSIG) Configuration
After creating secret key and creating rndc.key file. I issued rndc reload
rndc.key file
key "TRANSFER" {
algorithm hmac-md5;
secret "74l95HfTv+9XWMCj+qMxhQ=="
;
};
server 10.1.3.176 {
keys {
TRANSFER;
};
};
Error
rndc: error: /etc/rndc.key:6: unknown option 'server'
rndc: could not load rndc configuration
Answer : Bind Security: Transaction Signatures (TSIG) Configuration got error message
server 10.1.3.176 {
keys {
TRANSFER;
};
};
you should write in rndc.conf
Random Solutions
Flag duplicate record
SBS 2008 Outlook Anywhere SSL Issue
How to configure SSG-140 with multiply public IP's on single interface.
Greater-than/Less-than in sql query by php ... Acceptable for date column ??
DR solution for data warehouse
Looking for a CMS solution
Dual WAN on a Fortigate 60
If folder does not exist, then create one
What are the several solutions to report a record from database table
Upload a file to a ftp server usgin c# and asp.net