Results 6 comments of chaol

a......OK,I think this is a useful software. Thank you. And, is there some software can do the same thing like this???

我说几句个人的看法哈。 你这个日志显示pppoe认证成功,并且接口也已经up了,也就是说拨号成功了。但是既然没有网络,你可以试试路由器是否ping的通百度或者114 dns,我猜测可能是防火墙配置错误导致lan口不能通过netkeeper接口连接网络。

我的做法是:安装**kmod-macvlan**驱动和**mwan3**. 当然直接装一个支持多拨的潘多拉就行。 然后使用 ``` ip link add link eth0.2 name macvlan1 type macvlan ``` 新建一个虚拟wan口,下一步修改 **/etc/config/network** 文件,新建一个接口并指定其**option ifname 'macvlan1"** ,其余选项与正常的netkeeper拨号接口类似,接下来从mwan3里添加接口、配置成员、添加规则,即可多拨。

试试macvlan, 安装 ``` luci-app-syncdial ```

可以试试我修改过的: https://github.com/ciaoly/open-ip-kvm/tree/dev 不过我还没测试, 很可能bug不少.