From 79938004df543c83077e7eda9901b23b275333e0 Mon Sep 17 00:00:00 2001 From: jwhl Date: Fri, 18 Apr 2025 03:30:53 +0000 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E9=98=B2=E7=81=AB=E5=A2=99?= =?UTF-8?q?=E5=91=BD=E4=BB=A4=E4=B8=8D=E5=AE=8C=E6=95=B4iptables=20-F?= =?UTF-8?q?=E5=8F=AA=E8=83=BD=E6=B8=85=E7=A9=BA=E9=98=B2=E7=81=AB=E5=A2=99?= =?UTF-8?q?=E8=A7=84=E5=88=99=E4=B8=8D=E8=83=BD=E5=85=B3=E9=97=AD=E9=98=B2?= =?UTF-8?q?=E7=81=AB=E5=A2=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jwhl --- ...50\345\214\226\345\256\211\350\243\205.md" | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git "a/docs/zh/docs/Installation/\344\275\277\347\224\250kickstart\350\207\252\345\212\250\345\214\226\345\256\211\350\243\205.md" "b/docs/zh/docs/Installation/\344\275\277\347\224\250kickstart\350\207\252\345\212\250\345\214\226\345\256\211\350\243\205.md" index 42c6d02991..5eedf0ca8f 100644 --- "a/docs/zh/docs/Installation/\344\275\277\347\224\250kickstart\350\207\252\345\212\250\345\214\226\345\256\211\350\243\205.md" +++ "b/docs/zh/docs/Installation/\344\275\277\347\224\250kickstart\350\207\252\345\212\250\345\214\226\345\256\211\350\243\205.md" @@ -1,4 +1,5 @@ # 使用kickstart自动化安装 + - [使用kickstart自动化安装](#使用kickstart自动化安装) @@ -90,10 +91,11 @@ TFTP(Trivial File Transfer Protocol,简单文件传输协议),该协议 >![](./public_sys-resources/icon-note.gif) **说明:** >安装之前,请确保http服务器的防火墙处于关闭状态。关闭防火墙可参照如下命令: -> ->``` ->iptables -F ->``` + +```shell +iptables -F +systemctl stop firewalld +``` 1. httpd的安装与服务启动。 @@ -210,11 +212,12 @@ TFTP(Trivial File Transfer Protocol,简单文件传输协议),该协议 **环境准备** >![](./public_sys-resources/icon-note.gif) **说明:** ->安装之前,请确保http服务器的防火墙处于关闭状态。关闭防火墙可参照如下命令: -> ->``` ->iptables -F ->``` +>安装之前,请确保http服务器的防火墙处于关闭状态。关闭防火墙可参照如下命令: + +```shell +iptables -F +systemctl stop firewalld +``` 1. httpd的安装与服务启动。 -- Gitee