root/1234
不过这个纯净版也一样缺少一些基础的网络方面的命令(或功能不全),比如:
ipset(不存在) ,iptables(REJECT不支持)
root@hi3798mv100:~# ipset create china hash:net hashsize 10000 maxelem 1000000
-bash: ipset: command not found
root@hi3798mv100:~# iptables -A INPUT -p tcp -m tcp --dport 5555 -j REJECT
iptables v1.8.4 (legacy): Couldn't load target `REJECT':No such file or directory