C:\Users\Administrator>adb shell
marlin:/ $ su
marlin:/ # iptables -A INPUT -s .**..181 -j DROP
iptables v1.6.1: host/network `.**..181' not found
Try `iptables -h' or 'iptables --help' for more information.
2|marlin:/ #
报错如上 不知道如何处理
C:\Users\Administrator>adb shell
marlin:/ $ su
marlin:/ # iptables -A INPUT -s .**..181 -j DROP
iptables v1.6.1: host/network `.**..181' not found
Try `iptables -h' or 'iptables --help' for more information.
2|marlin:/ #
报错如上 不知道如何处理
1 回答676 阅读✓ 已解决
3 回答581 阅读✓ 已解决
1 回答1.3k 阅读
1 回答666 阅读✓ 已解决
1 回答780 阅读✓ 已解决
2 回答511 阅读✓ 已解决
1 回答977 阅读
执行命令错误
-s 指定Ip源地址采用的子网掩码计算的方式,例如-s 192.168.0.181/32 表示匹配192.168.0.181这个ip地址
192.168.0.181/24 表示匹配从192.168.0.0到192.168.0.255这些网站