<?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>Fly Zone &#187; server</title>
	<atom:link href="http://flyxj.cn/archives/tag/server/feed" rel="self" type="application/rss+xml" />
	<link>http://flyxj.cn</link>
	<description>Do not, for one repulse, give up the purpose that you resolved to effect.</description>
	<lastBuildDate>Sun, 15 Jan 2012 14:56:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>修复 MBR</title>
		<link>http://flyxj.cn/archives/fix-mbr</link>
		<comments>http://flyxj.cn/archives/fix-mbr#comments</comments>
		<pubDate>Thu, 02 Sep 2010 04:43:39 +0000</pubDate>
		<dc:creator>flyxj</dc:creator>
				<category><![CDATA[System]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mbr]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://flyxj.cn/?p=125</guid>
		<description><![CDATA[最近折腾双系统，后来不小心删了 Linux，重启不能进入 Windows 了，出现的是 grub&#62; 提示符，知道是 MBR 的问题，找了个工具（MBRFix）修复一下。 首先利用如下命令进入还在但不能引导的 Windows 系统： &#62; rootnoverify (hd0,0) &#62; chainloader +1 &#62; boot 进入 Windows 后，下载 MBRFix（官方地址）。进入 cmd 命令提示符窗口，然后进入 MBRFix 所在的目录，输入命令 MbrFix /drive 0 fixmbr ，再 Y 确认一下即可。重启以后就可以直接进入 Windows 了。 如果这种方法不行，找个 Windows 的安装盘，光驱启动，进入 Windows 安装程序，随后进入恢复控制台，输入命令 fixmbr 来修复 MBR。 附 MBRFix 命令： Usage: MbrFix /drive { /yes } { /byte [...]]]></description>
		<wfw:commentRss>http://flyxj.cn/archives/fix-mbr/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>公开的 Route Servers</title>
		<link>http://flyxj.cn/archives/public-route-servers</link>
		<comments>http://flyxj.cn/archives/public-route-servers#comments</comments>
		<pubDate>Sat, 03 Jul 2010 01:36:34 +0000</pubDate>
		<dc:creator>flyxj</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[bgp]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://flyxj.cn/?p=81</guid>
		<description><![CDATA[收集一些公开的路由服务器，有助于 BGP 的学习和理解！ Eastlink Canada route server AS3356 South African Internet eXchange SAIX AS5713 Bayan Telecom AS6648 Broadnet mediascape communications AS9132 Terremark Internet Exchange Sao Paulo Route Server AS3549 MainzKom Telekommunikation AS15837 Eastlink Canada route server AS11260 Videotron route server AS5769 BelWue route server AS553 Telus &#8211; East Coast route server AS852 Telus &#8211; West [...]]]></description>
		<wfw:commentRss>http://flyxj.cn/archives/public-route-servers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NTP 概述</title>
		<link>http://flyxj.cn/archives/ntp-overview</link>
		<comments>http://flyxj.cn/archives/ntp-overview#comments</comments>
		<pubDate>Thu, 20 May 2010 15:32:44 +0000</pubDate>
		<dc:creator>flyxj</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[ntp]]></category>
		<category><![CDATA[rfc]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[udp]]></category>

		<guid isPermaLink="false">http://flyxj.cn/?p=53</guid>
		<description><![CDATA[NTP（Network Time Protocol，网络时间协议）是由 RFC 1305 定义的时间同步协议，用来在分布式时间服务器和客户端之间进行时间同步。NTP 基于 UDP 报文进行传输，使用的 UDP 端口号为 123。 使用 NTP 的目的是对网络内所有具有时钟的设备进行时钟同步，使网络内所有设备的时钟保持一致，从而使设备能够提供基于统一时间的多种应用。对于运行 NTP 的本地系统，既可以接受来自其他时钟源的同步，又可以作为时钟源同步其他的时钟，并且可以和其他设备互相同步。 NTP 的基本工作原理如图所示： Device A 和 Device B 通过网络相连，它们都有自己独立的系统时钟，需要通过 NTP 实现各自系统时钟的自动同步。 为便于理解，作如下假设： 在 Device A 和 Device B 的系统时钟同步之前，Device A 的时钟设定为 10:00:00 am，Device B 的时钟设定为 11:00:00 am。 Device B 作为 NTP 时间服务器，即Device A 将使自己的时钟与 Device B 的时钟同步。 NTP 报文在 [...]]]></description>
		<wfw:commentRss>http://flyxj.cn/archives/ntp-overview/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2003 证书服务器</title>
		<link>http://flyxj.cn/archives/windows-server-2003-ca-server</link>
		<comments>http://flyxj.cn/archives/windows-server-2003-ca-server#comments</comments>
		<pubDate>Thu, 15 Apr 2010 14:59:50 +0000</pubDate>
		<dc:creator>flyxj</dc:creator>
				<category><![CDATA[System]]></category>
		<category><![CDATA[ca]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[scep]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://flyxj.cn/?p=38</guid>
		<description><![CDATA[Windows Server 2003 证书服务器架设，主要是为了方便完成一些基于证书的实验环境。 安装流程： “控制面板”－－“添加删除程序”－－“添加删除 windows 组件”－－勾选“应用程序服务”－－勾选“证书服务器”，目的是为了安装 IIS 和证书服务器。此设备不一定要在域环境中。在安装证书服务后，主机名是不能更改的，填写一些 CA 的信息。安装完成后为了申请证书，安装 SCEP（下载）附件。 SCEP The Simple Certificate Enrollment Protocol (SCEP) Add-on for Certificate Services runs on the Windows Server 2003 family. It provides support for the SCEP protocol which allows Cisco routers and other intermediate network devices to obtain certificates. 安装完成，在浏览器中输入：http://主机名/certsrv/mscep/mscep.dll，可以访问就 OK 了，可能会弹出用户名和密码，IIS 的权限设置一下或直接输入对应的用户名和密码就好。]]></description>
		<wfw:commentRss>http://flyxj.cn/archives/windows-server-2003-ca-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>终端服务器配置</title>
		<link>http://flyxj.cn/archives/terminal-server-config</link>
		<comments>http://flyxj.cn/archives/terminal-server-config#comments</comments>
		<pubDate>Sat, 20 Mar 2010 09:31:05 +0000</pubDate>
		<dc:creator>flyxj</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[telnet]]></category>

		<guid isPermaLink="false">http://flyxj.cn/?p=26</guid>
		<description><![CDATA[终端服务器（Terminal Server），反向 telnet 网络设备，在网络机架上经常使用，利用异步接口和“八爪鱼”线缆实现。 其配置如下： Terminal-Server#show running-config Building configuration… Current configuration : 959 bytes ! version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Terminal-Server ! enable secret 5 $1$VlVo$qvW9b8ryIRJ67h.KPqMTL. ! ip subnet-zero no ip routing no ip domain-lookup ip host r8 2008 1.1.1.1 ip host r7 2007 1.1.1.1 [...]]]></description>
		<wfw:commentRss>http://flyxj.cn/archives/terminal-server-config/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

