- 2
- 0
- 约7.13千字
- 约 13页
- 2016-11-04 发布于河南
- 举报
我们来配置一个filter表的防火墙
我们来配置一个filter表的防火墙:
1、查看本机关于IPTABLES的设置情况
[root@tp ~]# iptables -L -n
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain RH-Firewall-1-INPUT (0 references)
target prot opt source destination
ACCEPT all -- /0 /0
ACCEPT icmp -- /0 /0 icmp type 255
ACCEPT esp -- /0 /0
ACCEPT ah -- /0 /0
ACCEPT udp -- /0 51 udp dpt:5353
ACCEPT udp -- /0 /0 udp dpt:631
ACCEPT all -- /0 /0 state RELATED,ESTABLISHED
ACCEPT tcp -- /0 /0 sta
原创力文档

文档评论(0)