kunlunh / mentohust-wrt

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

解决断电重启后MAC地址克隆失效的办法 #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
首先感谢作者提供集成了MentoHUST的各种DD-WRT固件,非常感谢��
�
但是我相信很多拥有TP-Link路由的人都为断电后MentoHUST提示MAC�
��址不对的问题烦恼。
本人不是很熟悉Linux,初步猜想是启动命令中的语句执行先于
MAC地址克隆吧~~~
或者就是DD-WRT在TP-Link路由中就存在这个Bug。

本人也是深受其苦,找了满网都没有完美的解决办法。
有说改cfe的,但是这样就相当于永久改了硬件地址,不理想��
�
有说改nvram的,可是根本不起作用,一重启mac地址克隆还是失
效。

最后本人想了个笨办法,好了,不废话了,下面进入正题:

既然DD-WRT的MAC地址克隆不起作用,那么我们手动修改,还是��
�改,
在启动命令中加上这三句:

ifconfig eth0 down
ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
ifconfig eth0 up

这样就相当于手动增加了MAC地址克隆功能了,然后再把Mentohus
t的启动命令加在后面,就ok啦~~~

转载请注明yhz0615@gmail.com

Original issue reported on code.google.com by yhz0...@gmail.com on 5 Mar 2012 at 9:49

GoogleCodeExporter commented 8 years ago
太好啦 我马上去测试下  成功上来报道!!!!!! 
谢谢作者

Original comment by 379122...@qq.com on 5 Mar 2012 at 10:16

GoogleCodeExporter commented 8 years ago
ifconfig eth0 down
ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
ifconfig eth0 up
mentohust -u用户名 -p密码 -neth0 -a1 -d1 -b3 -w

使这样吗?

Original comment by 379122...@qq.com on 5 Mar 2012 at 10:18

GoogleCodeExporter commented 8 years ago
对滴,就是这样……不过后面最好再加两行:
ifconfig eth0 down
ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
ifconfig eth0 up
stopservice wan
startservice wan
mentohust -u用户名 -p密码 -neth0 -a1 -d1 -b3 -w
貌似 -w参数用不着

Original comment by yhz0...@gmail.com on 5 Mar 2012 at 10:22

GoogleCodeExporter commented 8 years ago
晕啦,后面居然有人知道这方法

Original comment by HUSTPub...@gmail.com on 19 Mar 2012 at 1:51

GoogleCodeExporter commented 8 years ago
难道前面还有人知道么……

Original comment by yhz0...@gmail.com on 19 Mar 2012 at 1:56

GoogleCodeExporter commented 8 years ago
太好了,我等下试试

Original comment by lzmlovei...@gmail.com on 22 Apr 2012 at 6:04

GoogleCodeExporter commented 8 years ago
的确可以用,太感谢了!

Original comment by lzmlovei...@gmail.com on 22 Apr 2012 at 6:51

GoogleCodeExporter commented 8 years ago
嘿嘿,看到大家都能用上了很开心啊……

Original comment by yhz0...@gmail.com on 22 Apr 2012 at 6:59

GoogleCodeExporter commented 8 years ago

Original comment by q741...@gmail.com on 30 Apr 2012 at 5:21

GoogleCodeExporter commented 8 years ago
我的没那么复杂啊,G300的,
1。界面/管理/命令
2。在指令解释器里输入:
mentohust -k
stopservice wan
startservice wan
mentohust -u用户名 -p密码 -neth0 -a1 -d1 -b3 -w
3。保存为启动指令,即可
断电启动后,就是克隆保存的mac

Original comment by wu.salzb...@gmail.com on 14 Jun 2012 at 4:30

GoogleCodeExporter commented 8 years ago
LS明显没看问题,我们说的都是TP的路由,你是G300当然没有这
问题了

Original comment by yhz0...@gmail.com on 15 Jun 2012 at 1:57