<?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/%e5%a0%a1%e5%9e%92%e6%9c%ba/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>Linux系统下安装部署JumpServer堡垒机</title>
		<link>https://www.osyunwei.com/archives/15432.html</link>
		<comments>https://www.osyunwei.com/archives/15432.html#comments</comments>
		<pubDate>Thu, 06 Mar 2025 10:17:45 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[JumpServer]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[堡垒机]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15432</guid>
		<description><![CDATA[简单介绍： 1、JumpServer是一款开源堡垒机，它可以帮助企业安全地管理服务器和设备。 2、JumpServer使用Docker和Docker Compose进行部署 3、我们使用Rocky Linux 9.x系统来安装部署JumpServer堡垒机 知识储备： Rocky Linux 9.x系统安装配置图解教程 https://www.osyunwei.com/archives/14859.html 准备篇 1、禁用SELinux rpm -q grubby #确认grubby软件包是否已经安装 grubby --update-kernel ALL --args selinux=0 #添加selinux=0到内核​​命令行 shutdown -r now #重启系统 getenforce #查看结果为Disabled 2、防火墙设置 Rocky Linux 9.x默认是firewalld防火墙，因为‌Docker需要iptables，我们这里卸载firewall，安装iptables作为防火墙，并清空防火墙规则 2.1关闭firewall systemctl stop firewalld.service systemctl disable firewalld.service systemctl mask firewalld systemctl stop firewalld yum -y remove firewalld 2.2安装iptables防火墙，开启相应的端口 yum -y install [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15432.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15432.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
