DNS and BIND 第九章 管理子域
:
2008/06/13 .. by Rico
2008/06/13 .. by Rico
"The way Dinah washed her children's faces was this: first she held the poor thing down by its ear with one paw, and then with the other paw she rubbed its face all over, the wrong way, beginning at the nose: and just now, as I said, she was hard at work on the white kitten, which was lying quite still and trying to purrno doubt feeling that it was all meant for its good."
9.1. 创建子域的时机
● 需要把域分配给别的组织管理时
● 域变得非常大时
● 需要把主机有组织地放到各自特定的子域时
9.2. 创建多少子域?
● 不要硬把单位里无关的部门划在一个子域;
● 子域的结构基本就是单位里部门的结构;
DNS and BIND 第八章 丰富域名
:
2008/06/11 .. by Rico
2008/06/11 .. by Rico
"What size do you want to be?" it asked.
"Oh, I'm not particular as to size," Alice hastily replied; "only one doesn't like changing so often, you know . . . "
"Are you content now?" said the Caterpillar.
"Well, I should like to be a little larger, sir, if you wouldn't mind . . . "
"Oh, I'm not particular as to size," Alice hastily replied; "only one doesn't like changing so often, you know . . . "
"Are you content now?" said the Caterpillar.
"Well, I should like to be a little larger, sir, if you wouldn't mind . . . "
8.1. 需要几台域名服务器?
在第4章,我们建了两台域名服务器。两台可能有点少,取决于你的网络规模,你可能需要更多台。运行四台甚至更多域名服务器并设置其中一台在站点之外也没什么不正常的。要多少台域名服务器才够用?这需要根据你的网络来判断。下面是一些参考意见:
●每个子网至少要有一台域名服务器,可以将之替换路由。一般设在多网卡主机上,因为它们连到多个网段上。
●如果你有一台文件服务器及无盘节点,在文件服务器上为这些节点运行域名服务器。
●在有大量用户的机器上运行域名服务器,不过这也不是必须的。这些用户及他们的进程可能会产生大量的查询,作为管理员,维护多用户主机工作量很大。需要在他们的需要和域名服务器安全之间做出平衡。
●至少要有一台站点之外的域名服务器,这样即便网络不正常时数据也能够有效。你可能会争论既然主机都无法通讯查找地址也没什么用。不过也可能会是你的网络还能够通讯,但是你的域名服务器却当机了。如果你和网络上的一些组织,如别的大学、ISP或者商业伙伴关系熟悉,他们或者愿意为你运行一台从域名服务器。
DNS and BIND 第七章 维护BIND
:
2008/06/06 .. by Rico
2008/06/06 .. by Rico
"Well, in our country," said Alice, still panting a little, "you'd generally get to somewhere elseif you ran very fast for a long time as we've been doing."
"A slow sort of country!" said the Queen. "Now, here, you see, it takes all the running you can do, to keep in the same place. If you want to get somewhere else, you must run at least twice as fast as that!"
"A slow sort of country!" said the Queen. "Now, here, you see, it takes all the running you can do, to keep in the same place. If you want to get somewhere else, you must run at least twice as fast as that!"
本章讨论与域名服务器维护有关的相关话题,包括控制域名服务器、修改区数据文件、保持根hint文件最新,以及syslog错误消息并解释BIND统计情况。
本章不涉及故障维护。维护包括保持你的数据最新并关注域名服务器的运行,故障维护包括处理各种紧急事件,在第14章讨论。
让K-Meleon使用雅黑字体
:
2008/06/04 .. by Rico
2008/06/04 .. by Rico
首先在地址栏输入“about:config”(就像Firefox一样),在出现页面上选择“I understand and wish to continue”。
在Filter那一栏输入“Font”,把所有定义字体的项目列出。
把第一项“browser.display.use_document_fonts”(使用网页默认字体)改为值为“0”;
再往下拉,依次把带"zh-cn"、“zh-hk”和“zh-tw”的项目的值改为“微软雅黑”;这样所有的中文字体都将采用微软雅黑的字样。
如果要修改西文字体的话应该是把带“x-western”与x-unicode”的项目进行修改。
在Filter那一栏输入“Font”,把所有定义字体的项目列出。
把第一项“browser.display.use_document_fonts”(使用网页默认字体)改为值为“0”;
再往下拉,依次把带"zh-cn"、“zh-hk”和“zh-tw”的项目的值改为“微软雅黑”;这样所有的中文字体都将采用微软雅黑的字样。
如果要修改西文字体的话应该是把带“x-western”与x-unicode”的项目进行修改。
DNS and BIND 第六章 设置主机
:
2008/06/04 .. by Rico
2008/06/04 .. by Rico
"They were indeed a queer-looking party that assembled on the bankthe birds with draggled feathers, the animals with their fur clinging close to them, and all dripping wet, cross, and uncomfortable."
现在你或者公司里的某人为你们的zone设置好域名服务器了,要设置好公司网段里的主机调用它。即告诉这些主机的域名解析器要调用哪个域名服务器搜索域名。本章涉及在多个版本的Unix和Microsoft's Windows 2000、2003及XP下如何配置域名解析器。
6.1. 域名解析器
在第2章我们提到了域名解析器。域名解析器是DNS的客户端,它负责把程序对主机信息的要求翻译成对DNS服务器的查询,并把结果再翻译给程序。
目前我们还没有配置过域名解析器,因为时机还没成熟。当按第4章介绍的建立好域名服务器后,域名解析器的默认设置就能很好工作。不过如果我们需要域名解析器完成默认设置之外的工作时,就需要对之做一定的配置。
在这之前需要提示的是:后面几节的描述的更针对BIND 8.4.6的域名解析器。并非所有域名解析器都能这样;有些销售商提供的还是早期版本的BIND,有些让你修改解析器的算法以应用特殊的功能。在重要的情况下,我们会指出BIND 8.4.6和早期版本间的不同,特别是和4.9之间。





