<?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>月影鹏鹏 &#187; Architecture(架构)</title>
	<atom:link href="http://jk.aiwaly.com/wp/category/it-technology/arch/feed" rel="self" type="application/rss+xml" />
	<link>http://jk.aiwaly.com</link>
	<description>不断探索,追求卓越,做快乐自己</description>
	<lastBuildDate>Wed, 28 Dec 2011 08:29:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Centos配置Keepalived 做双机热备切换</title>
		<link>http://jk.aiwaly.com/wp/centos-keepalived-ha.html</link>
		<comments>http://jk.aiwaly.com/wp/centos-keepalived-ha.html#comments</comments>
		<pubDate>Sat, 11 Jun 2011 06:53:16 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[Architecture(架构)]]></category>
		<category><![CDATA[cluster(集群)]]></category>

		<guid isPermaLink="false">http://jk.scanmon.com/?p=2986</guid>
		<description><![CDATA[Keepalived
系统环境：
************************************************************
两台服务器都装了 CentOS-5.2-x86_64 系统
Virtual IP ：                    192.168.30.20              
Squid1+Real Server 1 ：       网卡地址 (eth0):192.168.30.12     
Squid2+Real Server 2 ：        网卡地址 (eth0):192.168.30.13   
************************************************************
 
软件列表 ：
keepalived
http://www.keepalived.org/software/keepalived-1.1.17.tar.gz
openssl-devel
 yum -y install openssl-devel
***************************************************************
配置：
配置基于高可用 keepalived, 确定 LVS 使用 DR 模式
1. 安装配置 keepalived
1.1 安装依赖软件 如果系统为基本文本安装,需要安装一下软件
# yum -y install ipvsadm
# yum -y install kernel kernel-devel
# reboot   重启系统切换内核
# yum -y install openssl-devel                              ；安装 keepalived 依赖软件
#ln -s /usr/src/kernels/`uname -r`-`uname -m`/ /usr/src/linux      
    ；建立内核链接，编译 keepalived [...]]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/centos-keepalived-ha.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>keepalvied无法和ipvs结合的问题</title>
		<link>http://jk.aiwaly.com/wp/keepalvied-ipvs-question.html</link>
		<comments>http://jk.aiwaly.com/wp/keepalvied-ipvs-question.html#comments</comments>
		<pubDate>Sat, 11 Jun 2011 06:51:35 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[Architecture(架构)]]></category>
		<category><![CDATA[cluster(集群)]]></category>

		<guid isPermaLink="false">http://jk.scanmon.com/?p=2984</guid>
		<description><![CDATA[ 配置的，百思不得其解，以同样的方式安装了几次操作系统，都没有解决，操作系统是CentOs 5.4，keepalived也编译过几次，都没用。
后来在一次编译keepalived时才发现configure的最后几行如下：
Keepalived version       : 1.1.15
Compiler                 : gcc
Compiler flags           : -g -O2
Extra Lib                : -lpopt -lssl -lcrypto
Use IPVS Framework       : No
IPVS sync daemon support : No
Use VRRP Framework       : Yes
Use LinkWatch            : No
Use Debug flags          : No
原来是没有找到内核源代码。faint。keepalived默认编译时是在/usr/src/linux下找内核源代码。可是我的内核源代码都在：/usr/src/kernels/2.6.18-164.el5-i686/（安装yum -y install kernel-devel)　这个目录下。
解决办法： ln -s /usr/src/kernels/2.6.18-164.el5-i686/  /usr/src/linux
然后重新编译keepalived
正确的是这样的：
Keepalived configuration
————————
Keepalived version       : 1.1.15
Compiler                 : gcc
Compiler flags           : -g -O2
Extra Lib                : [...]]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/keepalvied-ipvs-question.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(keepalived-1.2.1)双机热备编译安装配置流程</title>
		<link>http://jk.aiwaly.com/wp/keepalived-1-2-1.html</link>
		<comments>http://jk.aiwaly.com/wp/keepalived-1-2-1.html#comments</comments>
		<pubDate>Sat, 11 Jun 2011 06:49:37 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[Architecture(架构)]]></category>
		<category><![CDATA[cluster(集群)]]></category>

		<guid isPermaLink="false">http://jk.scanmon.com/wp/keepalived-1-2-1%e5%8f%8c%e6%9c%ba%e7%83%ad%e5%a4%87%e7%bc%96%e8%af%91%e5%ae%89%e8%a3%85%e9%85%8d%e7%bd%ae%e6%b5%81%e7%a8%8b.html</guid>
		<description><![CDATA[
版本 keepalived-1.2.1 
(编译最新版本1.2.2时候发生错误)
/usr/include/sys/types.h:235: error: conflicting types for &#8216;blkcnt_t&#8217;
/usr/src/linux/include/linux/types.h:142: error: previous declaration of &#8216;blkcnt_t&#8217; was here
make[2]: *** [ip_vs_nl_policy.o] Error 1
环境：Linux 2.6.18-128.el5 #1 SMP Wed Dec 17 11:41:38 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
因为keepalived 运行在ipvs之上因此这两个软件一定要安装在一个系统里面。如果configure操作能正常进行，运行完毕后将有如下的汇总输出：
Keepalived configuration
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
Keepalived version       : 1.2.1
Compiler                 : gcc
Compiler flags           : -g -O2 -DETHERTYPE_IPV6=0&#215;86dd
Extra Lib                : -lpopt -lssl -lcrypto
Use IPVS Framework       : Yes
IPVS sync daemon support [...]]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/keepalived-1-2-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>我怎么能下设置多个redmines之一的apache2.2</title>
		<link>http://jk.aiwaly.com/wp/how-can-i-setup-multiple-redmines-under-one-domain-with-apache2-2.html</link>
		<comments>http://jk.aiwaly.com/wp/how-can-i-setup-multiple-redmines-under-one-domain-with-apache2-2.html#comments</comments>
		<pubDate>Thu, 10 Mar 2011 08:00:23 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[Architecture(架构)]]></category>
		<category><![CDATA[cluster(集群)]]></category>
		<category><![CDATA[question (问题)]]></category>
		<category><![CDATA[开源软件]]></category>

		<guid isPermaLink="false">http://jk.scanmon.com/wp/%e6%88%91%e6%80%8e%e4%b9%88%e8%83%bd%e4%b8%8b%e8%ae%be%e7%bd%ae%e5%a4%9a%e4%b8%aaredmines%e4%b9%8b%e4%b8%80%e7%9a%84apache2-2.html</guid>
		<description><![CDATA[How can i setup multiple redmines under one domain with apache2.2?

Assuming you&#8217;re using an apache/mongrel set up like the one described in HowTo_run_Redmine_with_a_Mongrel_cluster,  use something like this in your apache config should work.  Though I  haven&#8217;t tried it myself.  Also note that redmine supports multiple  projects, so something the urls [...]]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/how-can-i-setup-multiple-redmines-under-one-domain-with-apache2-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>自己架设的dns服务器</title>
		<link>http://jk.aiwaly.com/wp/godaddy-dns-server.html</link>
		<comments>http://jk.aiwaly.com/wp/godaddy-dns-server.html#comments</comments>
		<pubDate>Sun, 27 Jun 2010 11:36:07 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[Architecture(架构)]]></category>
		<category><![CDATA[服务器管理]]></category>

		<guid isPermaLink="false">http://jk.scanmon.com/wp/%e8%87%aa%e5%b7%b1%e6%9e%b6%e8%ae%be%e7%9a%84dns%e6%9c%8d%e5%8a%a1%e5%99%a8.html</guid>
		<description><![CDATA[鹏鹏工作室ScanMon在godaddy注册的域名，想使用自己架设的dns服务器。但是更改name server时，直接填入dns服务器的ip会报Invalid TLD错误，原来需要给dns服务器注册一个名称。但在godaddy的控制面板里翻了半天也没找到能注册的地方，最后在网上搜了好久，才找到了注册的入口，整个跟人捉迷藏呢。不得不说，godaddy的操作界面实在是太烂了。
具体入口是：
登录进入My Account页面
点击左边列表的domain manager，进入domain manage页面
点击列表中的域名，进入domain detail页面
把滚动条拉到底，左下角有个host summary，就是这儿了！注意这个页面滚动条里又套了个滚动条，简直是故意跟人躲猫猫呢，我最初在这儿翻了好几次，楞是没发现。
ScanMon参考：
http://www.webhostingtalk.com/showthread.php?t=673991
http://bbs.unixidc.com/read-htm-tid-853.html
]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/godaddy-dns-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>邮件服务器域名/IP反解析 （转载）</title>
		<link>http://jk.aiwaly.com/wp/main-server-fanyumingjiexi.html</link>
		<comments>http://jk.aiwaly.com/wp/main-server-fanyumingjiexi.html#comments</comments>
		<pubDate>Mon, 08 Feb 2010 03:39:31 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[Architecture(架构)]]></category>
		<category><![CDATA[question (问题)]]></category>
		<category><![CDATA[网站运维]]></category>

		<guid isPermaLink="false">http://jk.scanmon.com/?p=1958</guid>
		<description><![CDATA[在垃圾邮件泛滥的今天，垃圾邮件给我们的生活、工作、学习带来了极大的危害。由于SMTP服务器之间缺乏有效的发送认证机制，即使采用了垃圾邮件识别阻拦 技术效果仍旧一般，再者垃圾邮件识别阻拦技术主要是在收到信件后根据一定条件进行识别的，需要耗费大量服务器资源，如果能在信件到达服务器之前就采取一定 手段，这样就能大大提高服务器效率了。因此，目前许多邮件服务器如sina.com，hotmail.com，yahoo.com.cn等等都采用了垃圾 邮件识别阻拦技术+IP反向解析验证技术以更好的阻拦垃圾邮件。
我们先来了解一下什么是IP反向解析。其实作过DNS服务器的朋友一定会知道DNS服务器里有两个区域，即“正向查找区域”和“反向查找区域”，反向查找 区域即是这里所说的IP反向解析，它的作用就是通过查询IP地址的PTR记录来得到该IP地址指向的域名，当然，要成功得到域名就必需要有该IP地址的 PTR记录。
那么IP反向解析是怎么被应用到邮件服务器中来阻拦垃圾邮件的呢？我们来看看下面一个例子：
某天，阿Q到A公司拜访，他递上一张名片，名片上写着他来自“黑道杀人俱乐部”以及电话号码等信息，A公司觉得应该对阿Q的来历做个简单调查，于是打电话 到阿Q名片上的电话号码所属电信局进行查实，如果电信局告诉A公司其电话号码不属于“黑道杀人俱乐部”，则A公司将拒绝阿Q的拜访，如果其电话号码的确属 于“黑道杀人俱乐部”，A公司可能接受阿Q的拜访也可能进一步查实，于是就打电话到“黑道杀人俱乐部”所属注册机构查询，如果得到的答复确认该俱乐部确有 此电话号码，则A公司将接受阿Q的拜访，否则仍将拒绝阿Q的拜访。
这个例子中，阿Q好比是我们的邮件服务器，A公司是对方邮件服务器，“黑道杀人俱乐部”就是我们邮件服务器与对方邮件服务器通信时所使用的HELO域名 （不是邮件地址@后的域名），名片上的电话号码就是我们邮件服务器出口的公网IP地址。A公司对阿Q进行调查的过程就相当于一个反向解析验证过程。由此看 出，反向解析验证其实是对方服务器在进行的，如果我们没有做反向解析，那么对方服务器的反向解析验证就会失败，这样对方服务器就会以我们是不明发送方而拒 收我们发往的邮件，这也就是我们排除其它原因后（如被对方列入黑名单、没有MX记录、使用的是动态IP地址等等）在没做反向解析时无法向 sina.com、homail.com发信的原因。
那么我们应当如何顺利做好反向解析？首先要有固定公网IP地址、可用域名（最好不要被其它服务所用），例如您有diyway.net的域名，您可以要求您 的域名注册商为您添加一个mx.diyway.net的域名并将其A记录指向您的SMTP服务器出口公网IP地址，如：61.192.56.23，接着请 与您的固定IP所属ISP（一般电信或网通）联系要求为您的IP反向解析至mx.diyway.net。完成后别忘了将您的SMTP服务器的HELO域名 改为mx.diyway.net，这样才可以达到目的。
=======================================================
nslookup –qt=ptr yourIP
比如我的域名是diyway.net
我的邮件服务器地址是： mail.diyway.net
邮箱用户名称格式为username@diyway.net
在邮件服务器上设置邮件系统的HELO为:mx.diyway.net
邮件服务器IP为 ：61.192.56.23
找当地电信做61.192.56.23这个IP反解析到mx.diyway.net
在Windows系统中，在运行命令下 输入 cmd 再在打开的窗口输入 nslookup –qt=ptr 61.192.56.23
返回信息如下：
C:\Documents and Settings\user&#62;nslookup –qt=ptr 61.192.56.23
Server:  mx.diyway.net
Address: 61.192.56.23
说明这个IP的反解析就是成功了。
返回信息如下
C:\Documents and Settings\user&#62;nslookup –qt=ptr 61.192.56.23
*** Can&#8217;t find server name for address 61.142.80.154: Non-existent domain
Server:  UnKnown
Address:  61.192.56.23
说明这个IP的反解析没有作。
]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/main-server-fanyumingjiexi.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>智能dns服务器配置</title>
		<link>http://jk.aiwaly.com/wp/zhineng-dns-configure.html</link>
		<comments>http://jk.aiwaly.com/wp/zhineng-dns-configure.html#comments</comments>
		<pubDate>Sat, 06 Feb 2010 12:24:56 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[Architecture(架构)]]></category>
		<category><![CDATA[cluster(集群)]]></category>
		<category><![CDATA[linux 应用]]></category>
		<category><![CDATA[探索中的鹏鹏工作室]]></category>

		<guid isPermaLink="false">http://jk.scanmon.com/?p=1934</guid>
		<description><![CDATA[智能DNS配置
1、通过智能DNS自动解析,自动判断网通和电信用户,真正做到南北互联，从而做到网站加速。
2、负责配置好BIND智能dns配置，并做一个月的配置服务。
3、提供一份区分电信、网通、教育网、移动网络的ip分配表。
4、要求安装智能dns的服务器为linux 服务器。

什么是智能DNS？

域名DNS智能分网负载均衡解析技术（简称DNS智能解析），就是使同时拥有两台或多台不同地区及接入镜像服务器的互联网内容信息服务商（ICP），通 过DNS智能解析技术，让其内容信息访问者或用户尽可能使用同一地区或同一接入ISP或互访速度较快的网络来高速访问其提供的服务，从而从根本上解决或者 减轻网络拥挤而造成的网站信息访问者或客户丢失而带来的种种直接或者间接的经济损失。而我们的双线空间，一个空间两个IP，您只需要用一个空间就可以实现 两台服务器才能完成的工作。
智能dns 比 传统CDN的优势？
传统的CDN加速是静态页面加速,如果您的网站有ASP程序如论坛,则北方用户访问同样是很慢。而使用我们的双线空间,空间一个空间两个IP,北方用户用 网通,南方用户用电信,因为是同一个空间,不管是asp程序还是普通的web页面都是同样的快,加上智能DNS自动解析,自动判断网通和电信用户,真正做 到南北互联。

]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/zhineng-dns-configure.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTP 头部 cache 控制字段</title>
		<link>http://jk.aiwaly.com/wp/http-%e5%a4%b4%e9%83%a8-cache-%e6%8e%a7%e5%88%b6%e5%ad%97%e6%ae%b5.html</link>
		<comments>http://jk.aiwaly.com/wp/http-%e5%a4%b4%e9%83%a8-cache-%e6%8e%a7%e5%88%b6%e5%ad%97%e6%ae%b5.html#comments</comments>
		<pubDate>Thu, 21 Jan 2010 08:34:02 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[Architecture(架构)]]></category>
		<category><![CDATA[linux 应用]]></category>

		<guid isPermaLink="false">http://jk.scanmon.com/?p=1853</guid>
		<description><![CDATA[
关于 cache 控制
HTTP/1.0 提供了一种简单的 cache 机制。一个源头服务器，使用一个带有时间戳的 Expires 头部标识在一个响应中，这样的意思就是表示何时过期。进一步还有条件请求：在请求头部中包含一个 If-Modified-Since 字段，指定的是响应头中的 Last-Modified 时间戳，这样服务器就响应 304，暗示被缓存的条目是有效的，或者重新取一遍条目之后返回 200。
HTTP/1.0 还包含一个机制：Pragma: no-cache，对于客户端而言，意思是一个请求不能从 cache 中获得。
HTTP/1.0 的机制大体上是没有问题的，但是可能有缺点，没有允许服务器或者客户端对 cache 进行完全的或者明确的控制。
HTTP/1.1 尝试提供明确的和可扩展的协议机制，保留了 1.0 中的设计。
在 1.1 中，一个 cache 条目在达到过期时间之前是新鲜的，在过期之后则是不新鲜的。一个 cache 不需要丢弃一个不新鲜的条目，但是在返回给客户端之前，它通常必须重新从源头服务器那里获得，协议允许源头服务器和终端用户来覆盖这种行为。
在 HTTP/1.0 中，一个 cache 条目使用 If-Modified-Since 条目来重新强刷获得一个条目，它使用了绝对时间戳，带来的明显问题就是时间偏移可以。因此在 HTTP/1.1 中引入了更一般的概念：etag。HTTP 服务器将 etag 头部放在响应中。但问题是在大网站中多台机器的同一资源 etag 应该相同，但实际计算出来不同，因此不适合使用。
HTTP/1.1 包括一些额外的新的条件请求头，除了 If-Modified-Since 之外。最基本的是 If-None-Match，它允许一个客户端对一个请求的资源进行多种表示（tag），这些表示发给服务器之后如果没有一个表示可以匹配资源当前的 tag 值，服务器将返回一个正常的响应，否则它将返回一个 304 头部并带有 etag 指示哪个表示是合理的。
HTTP/1.1 也加入了一些新的条件请求头部：If-Unmodified-Since 和 [...]]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/http-%e5%a4%b4%e9%83%a8-cache-%e6%8e%a7%e5%88%b6%e5%ad%97%e6%ae%b5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keepalived与Haproxy和LVS应用一则实例</title>
		<link>http://jk.aiwaly.com/wp/keepalived%e4%b8%8ehaproxy%e5%92%8clvs%e5%ba%94%e7%94%a8%e4%b8%80%e5%88%99%e5%ae%9e%e4%be%8b.html</link>
		<comments>http://jk.aiwaly.com/wp/keepalived%e4%b8%8ehaproxy%e5%92%8clvs%e5%ba%94%e7%94%a8%e4%b8%80%e5%88%99%e5%ae%9e%e4%be%8b.html#comments</comments>
		<pubDate>Thu, 21 Jan 2010 05:49:22 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[Architecture(架构)]]></category>
		<category><![CDATA[cluster(集群)]]></category>
		<category><![CDATA[linux 应用]]></category>
		<category><![CDATA[服务器管理]]></category>

		<guid isPermaLink="false">http://jk.scanmon.com/1847.html</guid>
		<description><![CDATA[前言: keepalived与Haproxy keepalived与LVS搭配一起使用的文章不少,这次要讲述的是我实际应用中的一种实例.
环境:
Centos 5.2
Slackware 12.1.0
keepalived 1.1.17
Haproxy  1.3.17
ipvsadm 1.24
需求:1、有两台做负载均衡的服务器A 192.168.0.240和 B 192.168.0.250
2、负载均衡服务haproxy和LVS任选一种都可以
3、有两个虚拟IP VIP1: 192.168.0.1 VIP2: 192.168.0.2 (就当是外网IP吧)
4、要求VIP 1在A服务器上为Master VIP2在B服务器上为Master
目的是提高两个服务器的利用率
具体配置：（具体安装就省了）


vrrp_sync_group VG1 {
       VI_1
}
vrrp_sync_group VG2 {
      VI_2
}
vrrp_instance VI_1 {
      state MASTER
      interface eth0
     [...]]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/keepalived%e4%b8%8ehaproxy%e5%92%8clvs%e5%ba%94%e7%94%a8%e4%b8%80%e5%88%99%e5%ae%9e%e4%be%8b.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用whois3得网通 电信 铁通的IP地址段</title>
		<link>http://jk.aiwaly.com/wp/%e4%bd%bf%e7%94%a8whois3%e5%be%97%e7%bd%91%e9%80%9a-%e7%94%b5%e4%bf%a1-%e9%93%81%e9%80%9a%e7%9a%84ip%e5%9c%b0%e5%9d%80%e6%ae%b5.html</link>
		<comments>http://jk.aiwaly.com/wp/%e4%bd%bf%e7%94%a8whois3%e5%be%97%e7%bd%91%e9%80%9a-%e7%94%b5%e4%bf%a1-%e9%93%81%e9%80%9a%e7%9a%84ip%e5%9c%b0%e5%9d%80%e6%ae%b5.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 10:27:42 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[Architecture(架构)]]></category>
		<category><![CDATA[linux 应用]]></category>

		<guid isPermaLink="false">http://jk.scanmon.com/?p=1824</guid>
		<description><![CDATA[wget http://ftp.apnic.net/apnic/dbase/tools/ripe-dbase-client-v3.tar.gz
tar xzvf ripe-dbase-client-v3.tar.gz
cd whois-3.1
./configure
make
 
中国网通: whois3 -h whois.apnic.net -l -i mb MAINT-CNCGROUP &#62; /var/cnc
中国电信: whois3 -h whois.apnic.net -l -i mb MAINT-CHINANET &#62; /var/chinanet
中国铁头: whois3 -h whois.apnic.net -l -i mb MAINT-CNC-CRTC &#62; /var/crtc
]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/%e4%bd%bf%e7%94%a8whois3%e5%be%97%e7%bd%91%e9%80%9a-%e7%94%b5%e4%bf%a1-%e9%93%81%e9%80%9a%e7%9a%84ip%e5%9c%b0%e5%9d%80%e6%ae%b5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

