iptables和firewalld的配置

1、iptablestcp

一、配置spa

vi /etc/sysconfig/iptables 
-A RH-Firewall-1-INPUT -m state --state NEW -p tcp -m tcp --dport 25 --syn -j ACCEPT

二、查看狀態code

service iptables status

三、xml

Linux防火牆(Iptables)重啓系統生效blog

開啓: 
chkconfig iptables on

關閉: 
chkconfig iptables off

Linux防火牆(Iptables) 即時生效,重啓後失效ip

開啓: 
service iptables start

關閉: 
service iptables stop

 

2、firewalldcmd

一、配置table

vi /etc/firewalld/zones/internal.xml
vi /etc/firewalld/zones/public.xml

二、操做class

# 啓動 
systemctl start firewalld    

#查看狀態
systemctl status firewalld   

#查看狀態
firewall-cmd --state         

#中止
systemctl disable firewalld  

#禁用
systemctl stop firewalld     

#更新防火牆規則
firewall-cmd --reload        
相關文章
相關標籤/搜索