scientist2009 / mentohust

Automatically exported from code.google.com/p/mentohust
1 stars 0 forks source link

西安电子科技大学mentohust用户被拉黑 #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
悲剧了,昨天还用的好好的,今天回到宿舍一个舍友说WIN7被�
��黑了,上UBUNTU一看mentohust也提示被拉黑了,提示是:使用了
非法客户端,目前项目FAQ中给出的解决方法还没有试过,先��
�报告。
舍友打电话问网管了,网管说是管理员手动拉黑的,我觉得��
�在是太巧了。
现在WIN和LINUX都无法上网了。
如果发现新情况会及时来说,先这样吧><

Original issue reported on code.google.com by gundamfj...@gmail.com on 8 Mar 2011 at 8:49

GoogleCodeExporter commented 9 years ago
原因基本查明,由于linux用户IP地址不稳定,如果被封禁很可�
��是因为曾经出现过0.0.0.0这个 
IP并产生了较大流量,请LINUX用户在得到IP后自行检查,出现��
�禁IP后立即下线,然后再上线,得到非违禁IP就可以正常上网
了。

悲剧了,封一个月啊= =

Original comment by gundamfj...@gmail.com on 10 Mar 2011 at 6:50

GoogleCodeExporter commented 9 years ago
dhcp脚本不要用默认的dhclient,自己写一个保证获取到ip的(Win
下编写,shell不熟,未测试)
#! /bin/bash
eth=
ip=
while [ "x$ip" == "x" -o "x$ip" == "x0.0.0.0" ]; do
  dhclient $eth
  ip=`ifconfig $eth | awk '/inet /{print m[split($2,m,":")]}' | grep -v '127.
0.0.1'`
done

Original comment by www.eh...@gmail.com on 10 Mar 2011 at 10:49

GoogleCodeExporter commented 9 years ago

Original comment by www.eh...@gmail.com on 25 Jun 2011 at 11:02