<?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; SUSE Linux</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/suse-linux/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>Wed, 01 Apr 2026 08:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SUSE Linux Enterprise Server 设置防火墙开启ssh远程端口</title>
		<link>https://www.osyunwei.com/archives/2931.html</link>
		<comments>https://www.osyunwei.com/archives/2931.html#comments</comments>
		<pubDate>Sat, 03 Mar 2012 12:08:59 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[SUSE Linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[防火墙]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2931</guid>
		<description><![CDATA[1、vi /etc/sysconfig/SuSEfirewall2   #编辑防火墙设置 FW_SERVICES_EXT_TCP="22"   #开启22端口 rcSuSEfirewall2 restart   #重启防火墙 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 2、安装ssh zypper serach ssh  #查找软件包 zypper install openssh  #安装，或者使用yast2 -i openssh 命令 chkconfig sshd on  #设置开机启动 ############################################### 扩展阅读： 修改主机名字 vi /etc/HOSTNAME  #编辑文件 hostname -F /etc/HOSTNAME   #使修改立刻生效 禁止图形界面登录 vi /etc/inittab id:3:initdefault:   #3为文本模式，5为图形界面模式 ############################################### &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/2931.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » SUSE Linux Enterprise Server 设置防火墙开启ssh远程端口<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2931.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2931.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SUSE Linux Enterprise Server 设置IP地址、网关、DNS</title>
		<link>https://www.osyunwei.com/archives/2923.html</link>
		<comments>https://www.osyunwei.com/archives/2923.html#comments</comments>
		<pubDate>Sat, 03 Mar 2012 08:09:29 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[SUSE Linux]]></category>
		<category><![CDATA[SUSE dns]]></category>
		<category><![CDATA[SUSE ip]]></category>
		<category><![CDATA[SUSE 网关]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2923</guid>
		<description><![CDATA[说明： ip：192.168.21.172 子网掩码：255.255.255.0 网关：192.168.21.2 dns：8.8.8.8          8.8.4.4 1、设置ip地址 vi /etc/sysconfig/network/ifcfg-eth0   #编辑配置文件 BOOTPROTO='static'   #静态IP BROADCAST='192.168.21.255'   #广播地址 IPADDR='192.168.21.172'   #IP地址 NETMASK='255.255.255.0'   #子网掩码 NETWORK='192.168.21.0'  #网络地址 STARTMODE='auto'    #开机启动网络 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 2、设置网关 vi /etc/sysconfig/network/routes #编辑文件 default 192.168.21.2 - - 3、设置dns vi /etc/resolv.conf   #编辑文件 nameserver=8.8.8.8 nameserver=8.8.4.4 rcnetwork restart  #重启网络 service network restart #重启网络 /etc/init.d/network restart #重启网络 配置完成，现在SUSE Linux已经可以联网了！ &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/2923.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2923.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2923.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
