<?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; RouterOS上网</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/routeros%E4%B8%8A%E7%BD%91/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 2.9.27固定IP共享上网设置</title>
		<link>https://www.osyunwei.com/archives/3908.html</link>
		<comments>https://www.osyunwei.com/archives/3908.html#comments</comments>
		<pubDate>Sun, 20 May 2012 13:29:33 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[RouterOS]]></category>
		<category><![CDATA[RouterOS上网]]></category>

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