From c136f024139dc24515fdb09fe8aba6e893763f01 Mon Sep 17 00:00:00 2001 From: jwhl Date: Fri, 18 Apr 2025 02:26:17 +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 --- ...07\252\345\212\250\345\214\226\345\256\211\350\243\205.md" | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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..fe86282368 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" @@ -92,7 +92,8 @@ TFTP(Trivial File Transfer Protocol,简单文件传输协议),该协议 >安装之前,请确保http服务器的防火墙处于关闭状态。关闭防火墙可参照如下命令: > >``` ->iptables -F +>iptables -F +>systemctl stop firewalld >``` 1. httpd的安装与服务启动。 @@ -214,6 +215,7 @@ TFTP(Trivial File Transfer Protocol,简单文件传输协议),该协议 > >``` >iptables -F +>systemctl stop firewalld >``` 1. httpd的安装与服务启动。 -- Gitee