ruvds毛子鸡DD方法,暂时只测试了debian9


1:apt-get install net-tools  (安装网络工具包)

2:ifconfig -a  (查看本机公网IP地址)

3:route -n   (查看网关地址)

4:用萌新的DD包和脚本,默认密码:MoeClub.org

举例的是Debian9:

[prism lang=""]bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 9 -v 64 -a --ip-addr 194.87.xxx.xxx(改成ifconfig获取到的) --ip-gate 194.87.xxx.xxx(改成route获取到的) --ip-mask 255.255.xxx.xxx(改成你获取到的)[/prism]

5:等20分钟左右,root用户登入,搞定

Ubuntu 的DD包未测,可以自己测一下

[prism lang=""]bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -u 18.04 -v 64 -a --ip-addr 194.87.xxx.xxx(改成ifconfig获取到的) --ip-gate 194.87.xxx.xxx(改成route获取到的) --ip-mask 255.255.xxx.xxx(改成你获取到的)[/prism]
阅读剩余
THE END