更多“图1中防火墙(Firewall)的主要作用是什么? ”相关问题
  • 第1题:

    网络中常见的安全设备包括防火墙Firewall;入侵检测系统(IDS:Intrusion Detection System);深度抵御防火墙IPS等。其中IDS通常作为网关设备部署,处于主要业务流量的路径之上。而Firewall和IPS则通常作为旁路设备部署。()

    此题为判断题(对,错)。


    答案×

  • 第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


    firewall-cmd --permanent --add-service=ftp

  • 第3题:

    重新加载防火墙的命令是()。

    A.firewall-cmd --start

    B.firewall-cmd --reload

    C.firewall-start --reload

    D.firewall-cmd --enable


    firewall-cmd --reload

  • 第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


    正确答案:192.168.46.1 222.134.135.98 dmz
    192.168.46.1 222.134.135.98 dmz 解析:考查防火墙IP地址配置命令。根据图4-1所示安全区域划分和IP地址的分配即可得出(6)为eth0地址192.168.46.1,(7)为eth2地址222.134.135.98,(8)为eth1对应的安全区域dmz。

  • 第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.以上都不是


    firewall-cmd --add-service=samba --permanent