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:/ #
报错如上 不知道如何处理
7 回答5.3k 阅读
4 回答4k 阅读
2 回答5.9k 阅读✓ 已解决
2 回答2.5k 阅读✓ 已解决
1 回答2.3k 阅读✓ 已解决
2 回答795 阅读✓ 已解决
2 回答3.2k 阅读
执行命令错误
-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这些网站