Bind9 Dynamic DNS

Dyndns is so nice!1.KeyGen:#dnssec-keygen -a HMAC-MD5 -b 128 -n HOST ddns-keyKddns-key.+157+17069.keyKddns-key.+157+17069.private2.Configure bind name.conf.local. add blow lines:key ddns-key {algorithm HMAC-MD5.SIG-ALG.REG.INT;secret “[key in public file]”;};zone “example.com” {…allow-update { key ddns-key; };};3.Use public key to update zone filensupdate -v << EOFserver ns1.example.comkey ddns-key [key in public file]zone example.com.update delete test.example.com. 300 Aupdate add test.example.com. 300 A 192....

2012/12/15 Dec · 1 min · 54 words · map[name:SCys uri:]

Extreme switch IP Forward

? need forward some ip(icmp, udp, tcp) ?# enabled ipforward

2012/11/28 Nov · 1 min · 10 words · map[name:SCys uri:]

linux fontconfig 中文字体配置

2011/11/26 Nov · 0 min · 0 words · map[name:SCys uri:]