NemoAlex / openwrt-wrt1900ac-docs

Linksys WRT1900ac(v1 & v2) / WRT1200ac OpenWrt 相关资源
148 stars 32 forks source link

大大您好,能否为这个固件添加单线并发多拨的选项? #11

Open jun9100 opened 8 years ago

jun9100 commented 8 years ago

大大您好,能否为这个固件添加单线并发多拨的选项? 之前是用这位大大的固件,自己的机器是wndr4300,现在换了新设备linksys 1900能否百忙之中帮忙解决下。十分感谢。 http://www.right.com.cn/forum/thread-146171-1-1.html

NemoAlex commented 8 years ago

目前没有什么兴趣研究多播。你可以自己弄,这个固件支持官方源,装东西还是很方便的。针对其它机器的教程也可以参考。

jun9100 commented 8 years ago

感谢您的回复,谢谢。

jun9100 commented 8 years ago

在网上搜索了相关的教程,感觉都太老了,大大能否提供一个可参考的?

NemoAlex commented 8 years ago

@nadoo https://github.com/NemoAlex/openwrt-wrt1900ac-docs/issues/2

jun9100 commented 8 years ago

@nadoo 这位兄弟你搞定多拨了吗?

NemoAlex commented 8 years ago

http://koolshare.cn/thread-31083-1-1.html 看来要有教程了

jun9100 commented 8 years ago

感谢分享

griffinqiu commented 8 years ago

多拨+1 koolshare的教程 有点晦涩。 仅仅不同op版本的pppd 的编译就将无数新手档在门外。

griffinqiu commented 8 years ago

@NemoAlex 他这个教程说的pppd在15.05.1上应该怎么编译?这个编译出来似乎不是ipk

HugoPresents commented 8 years ago

我参考的这个教程,多播成功了但是我这不能叠加下行,就没玩了 http://ju.outofmemory.cn/entry/214459

jun9100 commented 8 years ago

电信目前都只能叠加上行了

发自我的 iPhone

在 2016年6月2日,13:10,Tuzki Zhang notifications@github.com 写道:

我参考的这个教程,多播成功了但是我这不能叠加下行,就没玩了 http://ju.outofmemory.cn/entry/214459

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

griffinqiu commented 8 years ago

@Rabbit52 不行,我按照这个弄完了,但是新加的不能拨号,之前的网件都可以多拨。 @jun9100 就是要上传;) 你的光猫的wan口是不是不是千兆的?

jun9100 commented 8 years ago

我现在已经没用1900ac了,我搞了个软路由。之前wndr3800和4300都可以多播叠加上传的。

发自我的 iPhone

在 2016年6月3日,18:05,GriffinQiu notifications@github.com 写道:

@Rabbit52 不行,我按照这个弄完了,但是新加的不能拨号,之前的网件都可以多拨。 @jun9100 就是要上传;) 你的光猫的wan口是不是不是千兆的?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

opchen commented 6 years ago

最近买了一个Linksys WRT1200AC,翻阅了很多文章,最终解决多拨问题。 其实只是需要将macvlan虚拟出来的网卡设置为混杂模式即可,其余按照标准操作即可,参考以下命令: ifconfig $ifwan promisc

希望对你们有帮助