首页
未来题库
→
标签
→
iptables
iptables
1.
iptables中的-d命令后面接的是()。
2.
iptables中-s命令后面接的是()。
3.
iptables中的-A表示是()。
4.
iptables中-p命令后面接的是()。
5.
Linux防火墙iptables命令的-P参数表示()。
6.
iptables中默认的表名是()。
7.
Centos6 使用的是iptables ,Centos7 使用的是filewall iptables 用于过滤数据包,属于网络层防火墙。 firewall 能够允许哪些服务可用,哪些端口可用...属于更高一层的防火墙。
8.
添加下面的iptables规则,可以实现禁止IP地址为192.168.1.200的客户机上网的功能。iptables -I FORWARD -s 192.168.1.200 -j DROP