图1中防火墙(Firewall)的主要作用是什么?
第1题:
此题为判断题(对,错)。
第2题:
在防火墙中永久开放FTP服务的命令是
A.firewall-cmd --add-service=ftp
B.firewall-cmd --permanent --add-service=ftp
C.firewall-cmd --permanent --service=ftp
D.firewall-cmd --permanent --add-service-ftp
第3题:
重新加载防火墙的命令是()。
A.firewall-cmd --start
B.firewall-cmd --reload
C.firewall-start --reload
D.firewall-cmd --enable
第4题:
请按照图4-1所示,完成防火墙各个网络接口的初始化配置。
firewall (config) ip address inside (6) 255.255.255.0//配置网口eth0
firewall (config) ipaddress outside (7) 255.255.255.252//配置网口eth2
firewall (config) ip address (8) 10.0.0.1 255.255.255.0//配置网口eth1
第5题:
Samba服务中,开启防火墙对Samba流量放行的命令是()。
A.firewall-cmd --add-service=smb --permanent
B.firewall-cmd --add-service=nmb --permanent
C.firewall-cmd --add-service=samba --permanent
D.以上都不是