<?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; 软路由</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/%E8%BD%AF%E8%B7%AF%E7%94%B1/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RouterOS 5.16软路由安装图解教程</title>
		<link>https://www.osyunwei.com/archives/4037.html</link>
		<comments>https://www.osyunwei.com/archives/4037.html#comments</comments>
		<pubDate>Sat, 26 May 2012 05:10:36 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[RouterOS]]></category>
		<category><![CDATA[软路由]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=4037</guid>
		<description><![CDATA[说明：RouterOS是一种路由器操作系统，它可以安装到普通的个人电脑上面，替代硬件路由器 RouterOS版本：RouterOS 5.16 硬件要求： 1、支持多核CPU 2、内存最大支持到2G 3、硬盘支持IDE、SATA（硬盘必须接到主板的IDE0、SATA0接口） 4、安装RouterOS 5.16的电脑需要有两张网卡 下载地址：RouterOS 5.16 安装RouterOS 5.16 一、WinPE进入系统 通用PE工具箱下载：http://www.crsky.com/soft/15801.html 二、把下载好的RouterOS 5.16（IMG版）文件解压之后拷贝到U盘，再把U盘接到WinPE系统 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 三、双击RouterOS 5.16（IMG版）文件夹里面的install.bat 输入数字0（安装到硬盘，0代表硬盘） 然后输入y安装 正在安装 等待安装完成，取出winPE光盘，退出U盘 重启系统,进入登录界面 账号：admin 密码为空（默认安装之后没有设置登录密码） 登录之后出现下面的界面 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 按回车键 下面设置RouterOS网卡1（ether1）的IP地址 interface print   #查看网络接口 ip  add  #进入网络接口设置模式 add   address=192.168.21.133/24   interface=ether1    #设置网卡1（ether1）的IP地址 / ip  add print   #查看网络接口设置 四、使用winbox登录RouterOS RouterOS路由器管理工具winbox下载地址：http://download2.mikrotik.com/winbox.exe 设置局域网客户机 IP：192.168.21.253（最后一位：1-253，除过133都可以） 子网掩码：255.255.255.0 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/4037.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/4037.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>RouterOS 3.30软路由ADSL拨号上网设置</title>
		<link>https://www.osyunwei.com/archives/4018.html</link>
		<comments>https://www.osyunwei.com/archives/4018.html#comments</comments>
		<pubDate>Thu, 24 May 2012 14:41:34 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[RouterOS]]></category>
		<category><![CDATA[ADSL]]></category>
		<category><![CDATA[软路由]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=4018</guid>
		<description><![CDATA[说明： RouterOS版本：RouterOS 3.30 网卡1（ether1）：接外网ADSL拨号 拨号用户名：osyunwei 密码：123456 网卡2（ether2）：接内网 IP:192.168.177.254（内网网关地址） 子网掩码：255.255.255.0 实现目的：局域网客户机通过RouterOS软路由能够上网 附：网络拓扑图 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 RouterOS路由器管理工具winbox下载地址：http://download2.mikrotik.com/winbox.exe RouterOS 3.30软路由安装图解教程：http://www.osyunwei.com/archives/4000.html 以下操作在登录RouterOS控制台后进行 一、设置RouterOS登录密码 备注：默认安装之后，登录账户：admin密码为空 下面设置admin的登录密码为：123456 password old password： new password：123456  #输入密码 retype new password：123456  #再次输入密码 密码设置完成  二、配置网卡IP地址 interface print  #显示可用的网卡信息 会出现ether1  ether2等网卡信息 这里ether1代表网卡1，我们用来连接外网ADSL拨号 ether2代表网卡2，用来连接内网 ip address #设置网卡接口IP地址 add address=192.168.177.254/24  interface=ether2  #设置内网地址 /ip address print  #查看接口地址 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 三、使用winbox登录RouterOS [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/4018.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/4018.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RouterOS 3.30软路由安装图解教程</title>
		<link>https://www.osyunwei.com/archives/4000.html</link>
		<comments>https://www.osyunwei.com/archives/4000.html#comments</comments>
		<pubDate>Wed, 23 May 2012 15:29:18 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[RouterOS]]></category>
		<category><![CDATA[软路由]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=4000</guid>
		<description><![CDATA[说明：RouterOS是一种路由器操作系统，它可以安装到普通的个人电脑上面，替代硬件路由器 RouterOS版本：RouterOS3.30 硬件要求： 1、支持多核CPU 2、内存最大支持到2G 3、硬盘支持IDE、SATA（硬盘必须接到主板的IDE0、SATA0接口） 4、安装RouterOS3.30的电脑需要有两张网卡 下载地址：ROS3.30（IMG版） 安装RouterOS 3.30 一、WinPE进入系统 通用PE工具箱下载：http://www.crsky.com/soft/15801.html 二、用U盘把RouterOS 3.30文件拷贝到WinPE系统桌面 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 三、双击RouterOS 3.30文件夹里面的install.bat 输入数字0（安装到硬盘，0代表硬盘） 然后输入y安装 正在安装 等待安装完成，取出winPE光盘，退出U盘 重启系统,进入登录界面（这个时候不需要操作，请耐心等待，系统会再次自动重启） 等待第二次重启之后，输入账号：admin密码为空（默认安装之后没有密码） 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 进入RouterOS 安装完成 至此，RouterOS 3.30软路由安装教程完成 &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/4000.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » RouterOS 3.30软路由安装图解教程<p><a rel="bookmark" href="https://www.osyunwei.com/archives/4000.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/4000.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RouterOS 2.9.27软路由安装图解教程</title>
		<link>https://www.osyunwei.com/archives/3871.html</link>
		<comments>https://www.osyunwei.com/archives/3871.html#comments</comments>
		<pubDate>Sun, 20 May 2012 02:34:22 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[RouterOS]]></category>
		<category><![CDATA[ROS]]></category>
		<category><![CDATA[软路由]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=3871</guid>
		<description><![CDATA[说明：RouterOS是一种路由器操作系统，它可以安装到普通的个人电脑上面，替代硬件路由器 RouterOS版本：RouterOS 2.9.27 硬件要求： 1、不支持多核CPU 2、内存最大支持到1G 3、硬盘只支持IDE接口（硬盘必须接到主板的IDE0接口），不支持SATA硬盘 4、安装RouterOS 2.9.27的电脑需要有两张网卡 下载地址：RouterOS 2.9.27 安装RouterOS 2.9.27 把下载好的RouterOS 2.9.27.ISO文件刻录成光盘 把电脑主板BIOS第一启动设置为光驱启动 把光盘放进光驱 开机启动后，出现下面的界面 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 用键盘上面的方向键移动，用空格键选择，选中所有选项 全部选中之后，按键盘上面的“i”键，出现下面的界面 询问是否保存旧的配置信息，我们是全新安装，不保存，输入“n”，出现下面的界面 是否将数据写入磁盘，输入“y”安装 正在安装 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 安装完成，按回车键，系统重启 进入RouterOS 2.9.27登录界面 账号：admin 密码为空，默认安装完成之后，没有设置密码 然后回车 登录之后询问是否查看软件授权信息，输入y，然后按回车查看 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 最后出现[admin@MikroTik] &#62; 至此，RouterOS 2.9.27安装完成，取出光盘。 &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/3871.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » RouterOS 2.9.27软路由安装图解教程<p><a rel="bookmark" href="https://www.osyunwei.com/archives/3871.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/3871.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
