drcoms / drcom-generic

Dr.COM/DrCOM 现已覆盖 d p x三版。
GNU Affero General Public License v3.0
1.15k stars 268 forks source link

执行./pppoe.sh提示endto: Network is unreachable #140

Closed shan1iu closed 8 years ago

shan1iu commented 8 years ago

求教,路由器刷的是pandorabox.如何宽带拨号

binshao1 commented 8 years ago

我来补充下这个问题,我的路由器是极路由hc5661a,刷pandarobox,按照教程的流程走,拨号后查看系统日志,总会提示,ping sendto network is unreachable。ping failed ,retry。谷歌之,网上教程说是没有设置网关,设置之后,再拨,还是不行,网络知识有限,只能暂时放放。可能潘多拉固件拨号的机制不大一样,不知道会不会是多拨的影响,潘多拉有两个wan口,一个wan,另一个wan6

mchome commented 8 years ago

拨号失败。。。

ly0 commented 8 years ago

原因就是没有拨号成功。建议使用原生openwrt进行拨号,不然很难跟踪问题。

dgeibi commented 8 years ago

基于 http://www.right.com.cn/forum/forum.php?mod=viewthread&tid=193113&highlight=5661a 提供的固件制作了装有 python 和 luci,自带drcom pppoe 脚本的固件,拨号用户名问题也解决了。 固件: https://pan.baidu.com/s/1hs9H0va

也可自己给 OpenWrt (trunk)编译系统添加 hc5661a 支持,https://github.com/dgeibi/HC5661A.dts 自己编译

shan1iu commented 8 years ago

感谢大家的帮忙。后来我试着用回了极路由的固件~(就是一开始极路由自带的系统)。最后的情况是可以上网,但是会掉线然后重连。回宿舍在试试【dgeibi】的方法。

binshao1 commented 8 years ago

谢谢degibi,用了dgeibi的固件,但是设置拨号pppoe协议后,输入用户名密码,之后还是连接不上,不知为何?

dgeibi commented 8 years ago

用户名前可能要加 \r\n

binshao1 notifications@github.com于2016年11月1日周二 17:26写道:

谢谢degibi,用了dgeibi的固件,但是设置拨号pppoe协议后,输入用户名密码,之后还是连接不上,不知为何?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/drcoms/drcom-generic/issues/140#issuecomment-257522398, or mute the thread https://github.com/notifications/unsubscribe-auth/ACHyfCzi2OFzeYVA-GnGvUltlLo_u93mks5q5wWtgaJpZM4KkV2l .

binshao1 commented 8 years ago

现在可以了,路由器吃了屎啊,恢复下出厂设置就行了,MAC地址居然是0.0.0.0,也是醉了,总之谢谢了

shan1iu commented 8 years ago

用了新方法。最后是能开wifi,但是还是会掉线,然后立刻重连。dalao们有不掉线的方法吗?

shan1iu commented 8 years ago

还有就是,我帮两个宿舍的路由器开wifi,居然两个同时开的时候,wifi不可用。当一个断线的时候另外一个就可以连接了。。。。

dgeibi commented 8 years ago

没有新方法,/usr/bin/drcom 是 Python 脚本

修改 WiFi 配置 /etc/config/network

config wifi-iface
        option device   radio0
        option network  lan
        option mode     ap
        option ssid     'wifissid'
        option wmm '0'
        option encryption 'psk2'
        option key 'wifipassword'

运行 /etc/init.d/network reload

shan1iu commented 8 years ago

路由器是不是需要断电在通电?

shan1iu commented 8 years ago

重启了路由并没有发现有新的ssid,还是原来的。不知道是不是reload没有成功。

dgeibi commented 8 years ago

@mountainliuliu 新ssid 被隐藏了(如果有 hidden 那一行,删掉),改一下信道试试 请仔细阅读 https://wiki.openwrt.org/doc/uci/wireless

ly0 commented 8 years ago

是否成功解决?