linux防火墙设置常用命令

Posted 远方的夜

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux防火墙设置常用命令相关的知识,希望对你有一定的参考价值。

1.永久性生效,重启后不会复原

开启: chkconfig iptables on

关闭: chkconfig iptables off

2.即时生效,重启后复原

开启: service iptables start

关闭: service iptables stop


3.在不关闭防火墙的情况下选择性开放端口访问权限

直接编辑/etc/sysconfig/iptables
-A INPUT -p tcp -m tcp --dport 8080 -j ACCEPT
保存在前面部分
再重启:
service iptables restart

4.查询端口占用情况:

netstat -anp | grep portno(例如:netstat –apn | grep 80)






以上是关于linux防火墙设置常用命令的主要内容,如果未能解决你的问题,请参考以下文章

Linux 防火墙设置常用指令

Linux常用命令整理

Linux · Zookeeper的安装使用及常用命令,虚拟机ping外网,linux防火墙设置

Linux:Linux 常用命令讲解

Linux 系统常用命令汇总 安全设置

常用的linux命令