WALL-E / Practice

练习手册
0 stars 0 forks source link

iptables常用操作 #20

Open WALL-E opened 7 years ago

WALL-E commented 7 years ago

打开80端口

iptables -L IN_public_allow
iptables -A IN_public_allow -p tcp --dport 80 -j ACCEPT
# iptables -D IN_public_allow -p tcp --dport 80 -j ACCEPT