<?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/%E9%98%B2%E7%81%AB%E5%A2%99/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>华为HUSG0000V防火墙配置</title>
		<link>https://www.osyunwei.com/archives/14689.html</link>
		<comments>https://www.osyunwei.com/archives/14689.html#comments</comments>
		<pubDate>Tue, 08 Oct 2024 13:33:11 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Firewall]]></category>
		<category><![CDATA[eve-ng]]></category>
		<category><![CDATA[华为]]></category>
		<category><![CDATA[防火墙]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=14689</guid>
		<description><![CDATA[配置环境：EVE-NG模拟器导入华为HUSG0000V镜像来操作 配置参考文档： https://support.huawei.com/enterprise/zh/doc/EDOC1000118079?section=j005 https://support.huawei.com/enterprise/zh/doc/EDOC1000118079?section=j009 需求：防火墙通过静态IPv4地址接入互联网 IP地址：10.189.189.234/24 默认网关：10.189.189.1 DNS Server地址：218.30.19.40 内部网络中的PC使用私网网段：10.3.0.0/24实现互通，由FW为PC分配私网地址、DNS Server地址等网络参数 内部网络中的PC可以访问Internet 操作步骤 0、基础设置 &#60;USG6000V2&#62;undo terminal monitor #关闭终端显示调试/日志/告警信息功能 &#60;USG6000V2&#62;system [USG6000V2]display interface brief [USG6000V2]sysname FW #修改设备名称为FW 1、配置各个接口IP地址并将其加入对应的安全区域 [FW]interface GigabitEthernet 1/0/0 [FW-GigabitEthernet1/0/0]ip address 10.189.189.234 255.255.255.0 #外网接口 [FW-GigabitEthernet1/0/0]quit [FW]interface GigabitEthernet 1/0/1 [FW-GigabitEthernet1/0/1]ip address 10.3.0.1 255.255.255.0 #内网接口 [FW-GigabitEthernet1/0/1]quit [FW]firewall zone untrust [FW-zone-untrust]add interface GigabitEthernet 1/0/0 [FW-zone-untrust]quit [FW]firewall zone trust [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/14689.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/14689.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>
