热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

linux防火墙开发端口命令行,linux系统开启防火墙及开放端口操作步骤

PS:如何无法使用serviceiptablessave命令并且出现如下错误(TheservicecommandsupportsonlybasicLSBactions(start,

PS:如何无法使用service iptables save 命令并且出现如下错误(The service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For other actions, please try to use systemctl.)

或/etc/sysconfig 下无iptables命令 可以按如下步骤操作

1.首先使用systemctl stop firewalld 关闭防火墙

2.使用 yum install iptables-services 安装或更新服务

3.使用systemctl enable iptables 启动iptables

4.使用systemctl start iptables 打开iptables

5.可以使用service iptables save命令了

一、开放某个端口(例如开放22端口)

1.打开vi /etc/sysconfig/iptables 添加如下一句,保存后退出。

eb1a30e09efc92c9737c2a1641e77346.png

2.重启防火墙:使用  service iptables restart 命令



推荐阅读
author-avatar
mobiledu2502858723
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有