Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

使用这个固件mentohust拨不鸟号??? #11

Open
GoogleCodeExporter opened this issue Mar 23, 2015 · 12 comments
Open

使用这个固件mentohust拨不鸟号??? #11

GoogleCodeExporter opened this issue Mar 23, 2015 · 12 comments

Comments

@GoogleCodeExporter
Copy link

** Netcard:     eth1.1
** Gateway:     172.16.80.254
** DNS地址:   202.116.160.33
** 智能重连:        222.88.95.169
** 认证超时:        8秒
** 响应间隔:        30秒
** 失败等待:        15秒
** 允许失败:        2次
** 组播地址:        锐捷
** DHCP type:   认证后
** DHCP Script: udhcpc
>> Search server...
** 认证MAC:   00:1a:a9:4e:22:7b
>> 发送用户名...
>> 发送密码...
>> 认证成功!
$$ 系统提示:        
4▒▒19▒գ▒▒▒ɽ▒▒▒▒һ▒▒ͣ▒▒(45▒▒48▒▒▒▒▒�
��)▒▒▒▒ʱ▒▒▒▒▒▒▒▒▒▒▒жϡ▒
$$ 计费提示:
>> 正在获取IP...
udhcpc (v1.15.3) started
Sending discover...
Sending discover...
Sending discover...


然后就卡在这里了。。。

Original issue reported on code.google.com by zxy...@gmail.com on 18 Apr 2011 at 5:12

@GoogleCodeExporter
Copy link
Author

Wan的IP指定不指定都试过了。·····用其他路由没这问题~~~~�
��在用rg100a~~~
没试过其他的固件~~~其他路由也刷不上napt66的固件····

Original comment by zxy...@gmail.com on 18 Apr 2011 at 5:15

@GoogleCodeExporter
Copy link
Author

而且mentohust 的-k参数使用无效·····不能使mentohust退出···

root@OpenWrt:/# ./mentohust -uXXXXXX -XXXXXX -neth1.1 -i172.16.80.190 -m2
55.255.255.0 -g172.16.80.254 -s202.116.160.33 -o222.88.95.169 -t8 -e30 -r15 -a1
-d2 -b2 -v3.95 -l2 -cudhcpc -k

Welcome to MentoHUST    Version: 0.3.1
Copyright (C) 2009-2010 HustMoon Studio
Bug report to http://code.google.com/p/mentohust/issues/list

>> 已发送退出信号给MentoHUST进程(PID=2207).
>> Quit。
root@OpenWrt:/# ./mentohust -uXXXXXX -XXXXXX -neth1.1 -i172.16.80.190 -m2
55.255.255.0 -g172.16.80.254 -s202.116.160.33 -o222.88.95.169 -t8 -e30 -r15 -a1
-d2 -b2 -v3.95 -l2 -cudhcpc -k

Welcome to MentoHUST    Version: 0.3.1
Copyright (C) 2009-2010 HustMoon Studio
Bug report to http://code.google.com/p/mentohust/issues/list

>> 已发送退出信号给MentoHUST进程(PID=2207).
>> Quit。
root@OpenWrt:/# ./mentohust -uXXXXXX -XXXXXX -neth1.1 -i172.16.80.190 -m2
55.255.255.0 -g172.16.80.254 -s202.116.160.33 -o222.88.95.169 -t8 -e30 -r15 -a1
-d2 -b2 -v3.95 -l2 -cudhcpc -k

Welcome to MentoHUST    Version: 0.3.1
Copyright (C) 2009-2010 HustMoon Studio
Bug report to http://code.google.com/p/mentohust/issues/list

>> 已发送退出信号给MentoHUST进程(PID=2207).
>> Quit。
无论输入多少次···还是一样···

Original comment by zxy...@gmail.com on 18 Apr 2011 at 5:25

@GoogleCodeExporter
Copy link
Author

更正一下···不是完全的不能上····
因为每次不能使用-k参数退出,只能reboot或者通过web中system的
Process把mentohust T掉~~~
然后每次通过./mentohust进行拨号,在Sending 
discover..出现后~~总有那么4、5秒可以上网~~~QQ网页全正常···�
�然后就又不行了····ping什么都不通(电脑和路由的ping都不
行)
qq也上不了~~~

Original comment by zxy...@gmail.com on 18 Apr 2011 at 5:32

@GoogleCodeExporter
Copy link
Author

又发现一个···ping 1.1.1.1是通的··其他不通
通过浏览器也能进入1.1.1.1的界面·!!!
这啥问题啊。。。

Original comment by zxy...@gmail.com on 18 Apr 2011 at 5:33

@GoogleCodeExporter
Copy link
Author

dhcp脚本应该是udhcpc -i eth1

Original comment by pentium....@gmail.com on 19 Apr 2011 at 3:32

@GoogleCodeExporter
Copy link
Author

更正一下,是udhcpc -i eth1.1

Original comment by pentium....@gmail.com on 19 Apr 2011 at 3:33

@GoogleCodeExporter
Copy link
Author

修改/etc/mentohust.conf  DhcpScript=udhcpc -i eth1.1

Original comment by pentium....@gmail.com on 19 Apr 2011 at 3:35

@GoogleCodeExporter
Copy link
Author

你好,北邮的网络是不用认证的,所以我不了解MentoHUST的情��
�。

udhcpc不能获得响应的原因可能有两种:1、在-i参数中指定了��
�误的网络接口;2、服务端绑定了MAC地址,而选定接口的MAC地
址与之不符。

在你述说的情况中,应该是MentoHUST调用了udhcpc,传递的参数��
�否有问题?你可以试试多开一个ssh,在其中另一个控制台通�
��802.1X认证后,在另一个控制台手动执行正确的udhcpc命令。

另外,你不妨透露所在学校,便于本校同学讨论。

谢谢你对NAPT66项目的关注!

Original comment by Mzwei...@gmail.com on 19 Apr 2011 at 3:35

@GoogleCodeExporter
Copy link
Author

#5
但我在另一个OP的路由使用同样的拨号命令木有问题的啊~~~·
我现在没有用mentohust.conf作配置的~~~是直接在./mentohust 
后面加一大堆的参数·~~

我等下改udhcpc -i eth1.1试试···

Original comment by zxy...@gmail.com on 19 Apr 2011 at 6:43

@GoogleCodeExporter
Copy link
Author

还有我想问一下~~·如果是设置isatap隧道的话~~有没有必要mento
hust的拨号要在连接隧道之前呢?

Original comment by zxy...@gmail.com on 19 Apr 2011 at 6:44

@GoogleCodeExporter
Copy link
Author

dhcp脚本也可以在命令行参数中指定:
mentohust '-cudhcpc -i eth1.1'

Original comment by www.eh...@gmail.com on 21 Apr 2011 at 2:57

@GoogleCodeExporter
Copy link
Author

嘿嘿·~我的ipv6搞定了··谢谢

Original comment by zxy...@gmail.com on 21 Apr 2011 at 3:34

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant