From e65e2d71bcad4faf8351e9d97ecb405215e4249d Mon Sep 17 00:00:00 2001 From: jwhl Date: Fri, 18 Apr 2025 03:43:41 +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 --- ...250\345\214\226\345\256\211\350\243\205.md" | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 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 42c6d0299..e7f760abf 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" @@ -90,10 +90,11 @@ TFTP(Trivial File Transfer Protocol,简单文件传输协议),该协议 >![](./public_sys-resources/icon-note.gif) **说明:** >安装之前,请确保http服务器的防火墙处于关闭状态。关闭防火墙可参照如下命令: -> ->``` ->iptables -F ->``` + +```shell +iptables -F +systemctl stop firewalld +``` 1. httpd的安装与服务启动。 @@ -211,10 +212,11 @@ TFTP(Trivial File Transfer Protocol,简单文件传输协议),该协议 >![](./public_sys-resources/icon-note.gif) **说明:** >安装之前,请确保http服务器的防火墙处于关闭状态。关闭防火墙可参照如下命令: -> ->``` ->iptables -F ->``` + +```shell +iptables -F +systemctl stop firewalld +``` 1. httpd的安装与服务启动。 -- Gitee