<?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>无色无味(杨波) 的Web Log(博客) &#187; 电脑网络</title>
	<atom:link href="http://blog.ghitr.com/index.php/archives/category/computer/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.ghitr.com</link>
	<description>杨波,ccna,h3cse-security/Email:yangbo@ghitr.com</description>
	<lastBuildDate>Thu, 29 Jul 2010 04:16:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>H3C设备与Cisco ACS配合做Telnet 登录验证</title>
		<link>http://blog.ghitr.com/index.php/archives/829</link>
		<comments>http://blog.ghitr.com/index.php/archives/829#comments</comments>
		<pubDate>Wed, 14 Jul 2010 13:38:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[个人案例简汇]]></category>
		<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[资料]]></category>
		<category><![CDATA[acs]]></category>
		<category><![CDATA[CISCO]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[h3c]]></category>
		<category><![CDATA[h3c 模拟器]]></category>
		<category><![CDATA[radius]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[模拟器]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/post/829</guid>
		<description><![CDATA[软件平台：H3C设备：模拟器（Simware V5.2)ACS: cisco acs 4.12
网络拓扑： 
各个设备的IP：SW:192.168.77.2ACS server:192.168.77.3User Client:192.168.77.10

本次试验只是一个简单的示例，所以都在一个二层网络中。要达到一个目标：用户在USER端可以Telnet到SW上，并成功登录。&#160; 
&#160;
ACS端:1、现在ACS里新建一个Client。 2、Group setup.&#160;&#160;&#160; 选择一个你有用的Group.然后修改他。&#160;选择：Radius. 吧Login-server 选为：Telnet.其他的根据你的实际需求选择。这儿只做Telnet试验。所以只选择了Telnet.
3.建用户了。（user setup) &#160;&#160;&#160;   
主要是密码和Group.
密码又长度要求的。Group要选择我们刚才设置的那个Group1.
&#160;
&#160;
OK。ACS端的配置就结束了。
&#160;
然后是H3C 设备端的配置。设备段比较简单。
定义一个Radius。定义一个domain配置User-interface vty的认证方式。
基本配置脚本如下：
radius scheme radius1primary authentication 192.168.77.3&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //Radius server的地址primary accounting 192.168.77.3&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //Radius server的地址key authentication h3c&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //radius server的key.这儿的key与刚才在ACS中添加client是的key要一样。key accounting h3cuser-name-format without-domain&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //用户在验证的时候是否自动带上默认域名。&#160; #domain h3cauthentication default radius-scheme radius1&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //定义这个与的验证采用Radius1这个模板。authorization default radius-scheme radius1&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //定义这个与的验证采用Radius1这个模板。access-limit disable&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; state active&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //激活这个域。idle-cut disableself-service-url disable
///&#160;&#160; [...]]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/829/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>H3CS-WLAN 培训第一天</title>
		<link>http://blog.ghitr.com/index.php/archives/828</link>
		<comments>http://blog.ghitr.com/index.php/archives/828#comments</comments>
		<pubDate>Mon, 12 Jul 2010 12:33:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[h3c]]></category>
		<category><![CDATA[h3cs]]></category>
		<category><![CDATA[wlan]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/post/828</guid>
		<description><![CDATA[&#160;&#160;&#160; 了解Wlan的基本知识。
db&#160; dbm dbw
ssid/bss/sta/ap/ds/ess/Ad Hoc
radio(RF)
&#160;
1、无线网络的发展历程：
     
 
&#160;
顺序：802.11-802.11b-802.11a-802.11g-802.11n
802.11&#160; 802.11b&#160; 802.11g 都是工作在2.4GHz。
802.11b和802.11g可以兼容。 但是当网络中有802.11b的设备时。802.11g的性能会明显下降。
&#160;
2、无线网络的干扰   &#160;&#160;&#160;&#160; 1.同频干扰    &#160;&#160;&#160;&#160; 2.其他工业设备的干扰 {白干扰(高斯干扰)、窄带干扰。}&#160;&#160; 高斯干扰为全频干扰。窄带干扰为固定频段干扰。
3、无线网络的安全   &#160;&#160;&#160; 1.开放式，不加密    &#160;&#160;&#160; 2.采用弱加密算法    &#160;&#160;&#160; 3.采用强加密算法
4、无线的相关功率单位   &#160;&#160;&#160; 1.dB 、dBm、dBw    &#160;&#160;&#160; 2.dB=10*lg(测量功率/基准功率)    &#160;&#160;&#160; 3.无线的带宽( [...]]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/828/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>simware 模拟交换的文件。</title>
		<link>http://blog.ghitr.com/index.php/archives/827</link>
		<comments>http://blog.ghitr.com/index.php/archives/827#comments</comments>
		<pubDate>Tue, 06 Jul 2010 13:58:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[个人案例简汇]]></category>
		<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[cen]]></category>
		<category><![CDATA[Simware]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[交换.]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/post/827</guid>
		<description><![CDATA[ 
 
附件中的压缩包（Simware_Switch）解压到你的Simware目录下面。
&#160;
图中端口的表示：
我这次发布的Simware_switch TCL脚本的链路都是两条。&#160;&#160; 比如RT1 到RT2。是通过端口0/X/0相联。X等于1和4。 
eth0/1/0&#160; 用的是可以自由在二/三层之间切换的路由接口。   eth0/4/0&#160; 用的是纯二层接口。&#160;&#160; 不支持三层功能。
&#160;
[RT1]dis brief interface    The brief information of interface(s) under route mode:    Interface&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Link&#160;&#160;&#160;&#160;&#160; Protocol-link&#160; Protocol type&#160;&#160;&#160; Main IP&#160;&#160;&#160;&#160;&#160;&#160;&#160; Eth0/1/0&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; UP&#160;&#160;&#160;&#160;&#160;&#160;&#160; DOWN&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ETHERNET&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Eth0/1/1&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; DOWN&#160;&#160;&#160;&#160;&#160; DOWN&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ETHERNET&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Eth0/1/2&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; DOWN&#160;&#160;&#160;&#160;&#160; DOWN&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ETHERNET&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Eth0/1/3&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; UP&#160;&#160;&#160;&#160;&#160;&#160;&#160; DOWN&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ETHERNET&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/827/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>simware 模拟交换</title>
		<link>http://blog.ghitr.com/index.php/archives/826</link>
		<comments>http://blog.ghitr.com/index.php/archives/826#comments</comments>
		<pubDate>Tue, 06 Jul 2010 13:38:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[个人案例简汇]]></category>
		<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[h3c]]></category>
		<category><![CDATA[h3c 模拟器]]></category>
		<category><![CDATA[Simware]]></category>
		<category><![CDATA[交换.]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/post/826</guid>
		<description><![CDATA[我把hardcfg.tcl 贴出来。大家自由发挥。
&#160;
SetSelfSlot 0&#160;&#160; SetMainSlot 0&#160; SetConsoleCom 2001&#160;&#160;&#160; SetMemorySize 96      SetWVRPInstanceName RT1      SetMac 00 01      SetWinSockOffset 500      AddSerial -local 192.168.237.1 -lport 4002 -dest 192.168.237.1 -dport 4001       #AddEthernet -index 1  [...]]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/826/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS Server是否支持IPV6，也对域名的V6解析有影响</title>
		<link>http://blog.ghitr.com/index.php/archives/819</link>
		<comments>http://blog.ghitr.com/index.php/archives/819#comments</comments>
		<pubDate>Fri, 25 Jun 2010 14:32:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ipv6]]></category>
		<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[2001:470:1f05:819::2]]></category>
		<category><![CDATA[222.87.129.143]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[AAAA]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[dns server]]></category>
		<category><![CDATA[ghitr.com]]></category>
		<category><![CDATA[myhave.cn]]></category>
		<category><![CDATA[解析]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/post/819</guid>
		<description><![CDATA[&#160;&#160;&#160;&#160; DNS Server是否拥有IPV6地址，NS name是否做了V6解析对域名的IPV6解析有着绝对性的影响。
&#160;
&#160;&#160;&#160; 我拥有几个域名。&#160;&#160; 也通过Tunnel的方式接入了IPV6。同时也对域名进行了Ipv6和IPv4的解析设置。但是通过普通PC无法解析出来IPV6的地址。
 
下面描述一下情况：
普通家用PC：&#160;&#160; 操作系统&#160;&#160; windows xp Pro (EN)    DNS Server:&#160;&#160; HE
&#160;
域名：&#160; ghitr.com    A记录：&#160; 222.87.129.143     AAAA记录：2001:470:1f05:819::2
&#160;
域名：blog.ghitr.com    CNAME:vs1.ghitr.com     
域名：vs1.ghitr.com    A记录：222.87.129.143     AAAA记录：2001:470:1f05:819::2
&#160;
域名：myhave.cn    Dns Server:dnspod
域名：www.myhave.cn    [...]]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/819/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GRE Over IPSEC</title>
		<link>http://blog.ghitr.com/index.php/archives/804</link>
		<comments>http://blog.ghitr.com/index.php/archives/804#comments</comments>
		<pubDate>Fri, 21 May 2010 14:22:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[个人案例简汇]]></category>
		<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[gre]]></category>
		<category><![CDATA[gre over ipsec]]></category>
		<category><![CDATA[h3c]]></category>
		<category><![CDATA[ipsec]]></category>
		<category><![CDATA[tunnel]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/post/804</guid>
		<description><![CDATA[本来想写很多的。但想想，写那么多的废话干嘛呢？
&#160;
只要记下自己需要记住的东西就行了。&#160;&#160; 
&#160;
一般的GRE隧道随时都会配置。
&#160;
IPSEC 的PKI/IKE也会配置。
&#160;
&#160;
其实GRE OVER IPSEC只有一点需要注意。
那是IPSEC的感兴趣流应该定义成 GRE Tunnel的Source address 和des address。&#160; 不要写成Tunnel的虚拟地址了。
&#160;
&#160;
最开始我就是写成了Tunnel的虚拟地址。才使IPSEC没有去感兴趣这玩意。

]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/804/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>光纤通道(Fibre Channel)协议详述</title>
		<link>http://blog.ghitr.com/index.php/archives/750</link>
		<comments>http://blog.ghitr.com/index.php/archives/750#comments</comments>
		<pubDate>Sun, 18 Apr 2010 02:40:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[fc-0]]></category>
		<category><![CDATA[fc-1]]></category>
		<category><![CDATA[fc-2]]></category>
		<category><![CDATA[fc-3]]></category>
		<category><![CDATA[fc-4]]></category>
		<category><![CDATA[FC-IP]]></category>
		<category><![CDATA[FC-SCSI]]></category>
		<category><![CDATA[FC-VI]]></category>
		<category><![CDATA[fcp-scsi]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/index.php/archives/750</guid>
		<description><![CDATA[&#160;
&#160;&#160;&#160; 所有的这三种协议(FC-SCSI，FC-IP，FC-VI)可以备组合成一个光纤通道结构。尽管这些协议也能在FC-AL 里工作，但相应的带宽共享和仲裁消耗忽略掉了FC-IP 和FC-IP 的性能优点。
一、光纤通道基本架构
FC-4 Upper Layer Protocol:SCSI,HIPPI,SBCCS,802.2,ATM,VI,IP
FC-3 common service
FC-2 Framing Protocol /Flow Control
FC-1 Encode/Decode
FC-0 Media:Optical or copper,100MB/sec to 1.062GB/sec
描述：
FC-0:物理层，定制了不同介质，传输距离，信号机制标准，也定义了光纤和铜线接口以及电缆指标
FC-1:定义编码和解码的标准
FC-2:定义了帧、流控制、和服务质量等
FC-3:定义了常用服务，如数据加密和压缩
FC-4：协议映射层，定义了光纤通道和上层应用之间的接口，上层应用比如：串行SCSI 协议，HBA 的驱动提供了FC-4 的接口函数，FC-4 支持多协议，如：FCP-SCSI,FC-IP,FC-VI。 

二、FCP-SCSI
&#160;&#160;&#160; FCP-SCSI:是将光纤通道设备映射为一个操作系统可访问的逻辑驱动器的一个串行协议，这个协议使得以前基于SCSI 的应用不做任何修改即可使用光纤通道。FC-SCSI 是存储系统和服务器之间最主要的通信手段。SCSI 扩展了COPY 命令，一个新的ANSI T10 标准，也支持SAN 上存储系统之间通过数据迁移应用来直接移动数据。
&#160;&#160;&#160; FCP-SCSI 和总线联结方式相比的优点在存储局域网上已经得到证明，FCP-SCSI 提供更高的性能(100M/sec),更远的连接距离(每连接最远达10 公里)，更大的寻址空间(最大16000000 个节点)。FCP-SCSI 使用帧传输取代块传输。帧传输以大数据流传输方式传输短的小的事务数据，这样可提高服务质量。FCP-SCSI 支持为了简化管理和资源存储的存储“池”技术的网络配置。FCP-SCSI 支持提高可靠性和可用性的编码技术。
三、FC-IP
&#160;&#160;&#160; FC-IP 将光纤通道地址映射到IP 地址，FC-IP 的寻址方式：广播一个IP 地址，然后从存储节点返回一个MAC 地址。如果SCSI 设备不能区分FCP-SCSI 帧和FC-IP 帧，IP 广播可能导致错误。HDS 系统可通过检测帧头来区分FCP-SCSI 帧和FC-IP 帧，没有这个能力的存储系统必须通过别的方法(如switch zoning)来阻止FC-IP [...]]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/750/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPv6 的RDNS搭建、测试成功。</title>
		<link>http://blog.ghitr.com/index.php/archives/746</link>
		<comments>http://blog.ghitr.com/index.php/archives/746#comments</comments>
		<pubDate>Thu, 08 Apr 2010 01:26:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ipv6]]></category>
		<category><![CDATA[个人案例简汇]]></category>
		<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[ghitr]]></category>
		<category><![CDATA[ghitr.com]]></category>
		<category><![CDATA[ipv6.server.ghitr.com.]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[rdns]]></category>
		<category><![CDATA[windows.]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/index.php/archives/746</guid>
		<description><![CDATA[&#160;&#160;&#160; 经过一段时间的摸索。终于把基于Windows Server +DNs server 的 IPV6 Rdns搭建起来了。
&#160;



C:\&#62;tracert -6 vs1.ghitr.com 
Tracing route to vs1.ghitr.com [2001:470:1f05:819::2]    over a maximum of 30 hops: 
&#160; 1&#160;&#160; 311 ms&#160;&#160; 325 ms&#160;&#160; 301 ms&#160; 2001:5c0:1000:b::5786    &#160; 2&#160;&#160; 411 ms&#160;&#160; 403 ms&#160;&#160; 399 ms&#160; ix-0-0.224.mcore4.MTT-Montreal.ipv6.as6453.net [2001:5a0:300::5]     &#160; 3&#160;&#160; 597 ms&#160;&#160; 479 [...]]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/746/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>So what is &quot;IPv6&quot;, and why do I need to know about it?</title>
		<link>http://blog.ghitr.com/index.php/archives/747</link>
		<comments>http://blog.ghitr.com/index.php/archives/747#comments</comments>
		<pubDate>Thu, 08 Apr 2010 02:09:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ipv6]]></category>
		<category><![CDATA[电脑网络]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/index.php/archives/747</guid>
		<description><![CDATA[&#160;&#160;&#160; IPv6 or IP version 6 is the next generation Internet protocol which will eventually replace the current protocol IPv4. IPv6 has a number of improvements and simplifications when compared to IPv4. The primary difference is that IPv6 uses 128 bit addresses as compared to the 32 bit addresses used with IPv4. This means that [...]]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/747/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Godaddy注册域名赠送邮箱空间1G+空间10G</title>
		<link>http://blog.ghitr.com/index.php/archives/719</link>
		<comments>http://blog.ghitr.com/index.php/archives/719#comments</comments>
		<pubDate>Sun, 28 Mar 2010 12:26:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[free hosting spaces.]]></category>
		<category><![CDATA[free mail spaces]]></category>
		<category><![CDATA[godaddy]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/index.php/archives/719</guid>
		<description><![CDATA[转载请注明来自：Http://blog.ghitr.com/
&#160;
&#160;
最近在Godaddy注册了一个域名。今天偶尔进管理面板时发现有个什么free products。点进去一看。
&#160;
哇塞，这么多的好东西。
 
 
&#160;
Setup3:
 
Account Details
Important Details:

Operating System: Linux
Bandwidth Allotment: 300,000 MB 
Diskspace Allotment: 10,000 MB 
# of MySQL Databases: 10 Available 

Domain Associated with this Free Hosting Account:

USENGI.COM (Cannot be changed)

&#160;
Setup4:
 
选择PHP版本。这儿我选择的是PHP5.X
&#160;
&#160;
Setup5.当然是恭喜你新建主机成功。以及列出你的用户名，以及绑定的域名。
 

&#160;
&#160;
注册好了后需要等待一会让系统生成空间：
&#160;
&#160; 

&#160;
&#160;
&#160;
等待DNS中:
 

&#160;
&#160;
一切OK后，

状态为这个。
&#160;
&#160;
&#160;
OK。来个总体概况。


]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/719/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
