首页
软考题库
知识库
APP
注册/登录
题目
在Linux系统通过( )命令,可以拒绝IP地址为192.168.0.2的远程主机登录到该服务器。
作答
iptables-A input-p tcp-s 192.168.0.2-source-port22-j DENY
iptables-A input-p tcp-d 192.168.0.2-source-port22-j DENY
iptables-A input-p tcp-s 192.168.0.2-desination-port22-j DENY
iptables-A input-p tcp-d 192.168.0.2-desination-port22-j DENY
答案/解析
查看试卷及答案