<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BizSmooth——企顺学校博客 &#187; HMAC-MD5</title>
	<atom:link href="http://blog.bizsmooth.com/?feed=rss2&#038;tag=hmac-md5" rel="self" type="application/rss+xml" />
	<link>http://blog.bizsmooth.com</link>
	<description>企顺学校老师和同学们的交流园地</description>
	<lastBuildDate>Wed, 04 Feb 2026 12:22:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>[原创] 基于RHEL5构建DDNS服务器</title>
		<link>http://blog.bizsmooth.com/?p=557</link>
		<comments>http://blog.bizsmooth.com/?p=557#comments</comments>
		<pubDate>Tue, 13 Dec 2011 10:08:49 +0000</pubDate>
		<dc:creator>李 伟斌</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[DDNS]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[dnssec-keygen]]></category>
		<category><![CDATA[HMAC-MD5]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rhel5]]></category>
		<category><![CDATA[企顺]]></category>
		<category><![CDATA[动态DNS]]></category>
		<category><![CDATA[花生壳]]></category>

		<guid isPermaLink="false">http://blog.bizsmooth.org/?p=557</guid>
		<description><![CDATA[说起DDNS,很多朋友都不是很陌生,DDNS是动态DNS的简称,什么是动态DNS呢? 就是DNS的数据库中的资源记录可以动态变化的DNS. 我们可以在网上申请的免费域名,例如www.oray.net公司提供的域名解析服务就是通过DDNS的原理实现的.我们在家使用的ADSL拨号上网每次下线后重新登录可能获得的IP地址都不是相同的,那么构建个人站点和绑定域名就成为了一个难题,例如我的个人域名: yoyojacky.vicp.net是长期不变的,可是我的IP地址却在动态变化,电信供应商给我的地址一产生变化,用户就无法通过域名快速访问到我的站点了,那么如果使用了DDNS服务的话,我的IP地址再怎么变化,都能够快速的将IP地址与域名的对应关系写入到DNS服务器数据库中,那么用户查询的时候就不会查不到我的地址了.不就实现了动态IP构建站点的作用了吗? 另外,在企业中,因为我们自己构建的DNS服务器的正向和方向解析库里,都是我们自己手工添加的资源记录,这些资源记录手工添加的时候很麻烦,而且容易出错, 试想一下,如果我们的IP地址是通过DHCP获得的,那么DHCP服务器如果能够在分配IP地址给客户端的时候,就把分配给客户端的IP地址和客户端的主机名信息一同更新到DNS的数据库中,那样的话,我们的DNS就不用让管理员手工添加了.这样管理员不就很轻松了吗? 那么如何构建DDNS服务器呢? 我们通过在虚拟机上的RHEL5.0平台来实现这个功能. 1. 环境准备 虚拟机软件: vmware workstation 7.0或更高版本 RHEL5: 安装镜像,如rhel-5-server-i386-dvd.iso SecureCRT软件或putty软件,实现远程连接,方便复制粘贴. 2. 安装rhel5的系统,请选择字符界面安装,软件包选择上可以选最基本配置,多数软件包都可以无需安装,只需要安装如下几个软件包: DNS主服务器相关软件包: [root@rhel5 ~]# rpm -qa &#124;grep bind bind-libs-9.3.3-7.el5 ypbind-1.19-7.el5 bind-utils-9.3.3-7.el5 bind-chroot-9.3.3-7.el5 bind-9.3.3-7.el5 还有如下DNS配置文件软件包: [root@rhel5 ~]# rpm -qa &#124;grep caching-nameserver caching-nameserver-9.3.3-7.el5 DHCP软件包: &#8230; <a href="http://blog.bizsmooth.com/?p=557">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.bizsmooth.com/?feed=rss2&amp;p=557</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
