<?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; admin</title>
	<atom:link href="http://blog.ghitr.com/index.php/archives/author/admin/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>无色无味的博客空间暂时不支持IPV6了。</title>
		<link>http://blog.ghitr.com/index.php/archives/834</link>
		<comments>http://blog.ghitr.com/index.php/archives/834#comments</comments>
		<pubDate>Thu, 29 Jul 2010 04:16:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[日记]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[博客]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/index.php/archives/834</guid>
		<description><![CDATA[&#160;&#160; 因为最近服务器调整。换了一个联网的虚拟空间。而服务器还没有iPV6地址。所以博客就暂时不支持IPV6了。

]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/834/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test Post Successful</title>
		<link>http://blog.ghitr.com/index.php/archives/833</link>
		<comments>http://blog.ghitr.com/index.php/archives/833#comments</comments>
		<pubDate>Sat, 24 Jul 2010 18:09:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[日记]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/post/833</guid>
		<description><![CDATA[Congratulations. This message verifies that all of your blog settings are valid in your Photo Album account. You can now send images to this blog site.

]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/833/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vmware Exsi使用简要说明</title>
		<link>http://blog.ghitr.com/index.php/archives/830</link>
		<comments>http://blog.ghitr.com/index.php/archives/830#comments</comments>
		<pubDate>Mon, 19 Jul 2010 15:17:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[个人案例简汇]]></category>
		<category><![CDATA[资料]]></category>
		<category><![CDATA[exsi]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[使用]]></category>
		<category><![CDATA[说明]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/post/830</guid>
		<description><![CDATA[Vmware Exsi使用简要说明
界面介绍 1
资源分配 3
创建内存、CPU资源池 3
创建硬盘资源池 6
把系统的ISO文件上传到EXSI服务器上 11
创建虚拟机 11
启动虚拟机 12
映射本地的ISO和光驱 12
虚拟机示例： 13
界面介绍

     Exsi的管理工具可以用vSphere Client来管理虚拟机、管理虚拟的网络交换机、管理物理机的内存、物理机的硬盘、物理机的CPU等资源。界面的大致介绍如下图。


资源分配
创建内存、CPU资源池
1、在vShpere Client的主主界面上切换到“Resource Allocation”选项卡。

在上面系统会先把物理机的总CPU频率、已分配、还可用的CPU资源、总内存、已分配、未分配的内存资源等都会列表出来。下面还会把已经存在的资源池也列表出来。在这儿我分配了一个Win_Pool的资源池。它的CPU资源为900MHZ、内存资源为2G。原计划我是把这个资源池分配给windows 系统的VPC的。
2、创建自己的资源池。

选择“New Resource Pool”，开始创建资源池。

刚才创建的“TEST”资源池。CPU为4 MHZ，内存为4MB。


创建硬盘资源池
    硬盘资源相比CPU和内存的分配方式不一样。 硬盘是先确定一个总空间的大小。就像在配机器的时候，先买了一块80G的硬盘。后来又增加了一块500G的硬盘一样。
    在Vmware Exsi中，在安装的时候，会默认把物理机的剩余硬盘空间分配给一个叫datastore1的存储池。用户可用手工的调整这个存储资源池的大小。
1.在vSphere Client的主界面上有一个“configuration”的选项卡。如果Exsi没有一个可用的Store的话，他就会提示要求创建一个datastore。

2.选择“click here to create a datastore&#8230;”。开始创建一个可以存放虚拟机的硬盘文件的存储空间。

支持本地的Disk和LUN。也支持网络的NFS文件夹。不过NFS的速度一般都不够快。
下一步后，系统会把当前物理机上可用的物理空间列表出来。




创建datastore后，系统会花一定的时间去格式化这个区域。格式化完成后，可以再configure&#8212;&#62;storage&#8212;&#62;datastores里面可以看到一个datastore的列表。
把系统的ISO文件上传到EXSI服务器上
    在vSphere Client的主界面上有一个Configuration这个选项卡，Storge&#8212;&#62;datastores。在右边的datastores列表中选择一个你要放置要上传的文件的Store区域。

右键选择“Browse datastore&#8230;”，就会弹出一个像FTP工具的文件管理工具。这个工具的使用就简单了。
创建虚拟机
    1.切换到Virtual Machines这个选项卡上。

就可以在里面创建你的虚拟机了。创建虚拟机的过程与Vmware server和Vmwarer workstation等的布凑一样了。
主要要记得为你的虚拟机选择启动的文件。（是从物理机的光驱启动，还是从ISO文件启动。如果是从ISO文件启动，就要先使用上一步的方法将ISO文件上传到Datastore存储区域里。）
启动虚拟机
    这个就没有什么说的了，选择创建的虚拟机，点击工具栏上的启动按钮就OK了。

映射本地的ISO和光驱
如果你没有将ISO文件上传到datastore区域里，或者是你的ISO比较小，没有必要上传上去，那么你还可以选择工具栏上的


虚拟机的远程资源可以使用物理机和远端CLIENT的ISO、Localdisk等资源。
虚拟机示例：
    在这儿我创建了一个资源池为：“Win_pool”。创建了一台Linux，名叫Centos5.5 (Net install)的虚拟机。CD资源使用datastore_yangbo中存放的CentOS-5.5-i386-netinstall.iso文件。启动该虚拟机。


鼠标点击这个窗口，那么鼠标就可以操作虚拟机了。（鼠标的焦点就在虚拟机上了)，再次按Ctrl+ALT可以使鼠标的焦点回到windows 窗口。虚拟机的重启快捷方式为“Ctrl+Alt+Insert”。


指定后，把鼠标切换到Remote Console窗口中。按重启键。  虚拟机就从刚才指定的ISO中重启。
下图为启动成功后的界面：


]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/830/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>超人老了，绿巨人没力了，蜘蛛侠爬不动了</title>
		<link>http://blog.ghitr.com/index.php/archives/821</link>
		<comments>http://blog.ghitr.com/index.php/archives/821#comments</comments>
		<pubDate>Sun, 27 Jun 2010 02:53:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[日记]]></category>
		<category><![CDATA[绿巨人]]></category>
		<category><![CDATA[蜘蛛侠]]></category>
		<category><![CDATA[超人]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/post/821</guid>
		<description><![CDATA[

]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/821/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TERENA Webcam Koningsplein, Amsterdam</title>
		<link>http://blog.ghitr.com/index.php/archives/820</link>
		<comments>http://blog.ghitr.com/index.php/archives/820#comments</comments>
		<pubDate>Sat, 26 Jun 2010 01:22:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ipv6]]></category>
		<category><![CDATA[资料]]></category>
		<category><![CDATA[Terena]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/post/820</guid>
		<description><![CDATA[&#160;&#160; 如果你对你的IPV6速度自信的话，可以看看这个 WebCam。&#160; 实时的。

 
var s1 = new SWFObject('http://www.terena.org/javascript/mediaplayer/player.swf','player','720','424','9.0.98');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('flashvars', 'logo=/gfx/terena_logo.png&#038;autostart=true&#038;stretching=exactfit&#038;provider=rtmp&#038;streamer=rtmp://media.terena.org/rtplive&#038;file=stream2.mp4');
s1.write('preview');


]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/820/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>
	</channel>
</rss>
