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
Gigabit motherboard but only running 100 Mbps on LAN
Network connections and startup speed on new computer
I need to stop, then re-start, a thread in a web service using IIS
sql server smtp port
Wyse thin client and Citrix display/graphic lag
NPS Accounting Report for VPN Connections
Comparison Netgear ReadyNAS vs. Buffalo Terastation
ColdFusion/SQL Procedure Undefined Variable Problem
Access 2007 - Query Question
Reading bits in C++