找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
楼主: 981213

【编辑结束】使用MWAN3进行多线叠加详细教程

 火... [复制链接]
发表于 2014-11-17 21:15 | 显示全部楼层
楼主我的都设置好了,两条10M宽带。为什么下载还是1M呢?
这是配置
Software versions :

OpenWrt - OpenWrt Chaos Calmer by 981213 r43274
LuCI - git-14.319.12908-818ebfb

mwan3 - 1.5-8
mwan3-luci - 1.3-5

Output of "cat /etc/config/mwan3" :

config interface 'wan'
        option enabled '1'
        option count '1'
        option timeout '2'
        option interval '5'
        option down '3'
        option up '8'
        option reliability '1'
        list track_ip '101.226.4.6'
        list track_ip '218.30.118.6'

config policy 'balanced'
        list use_member 'wan_m1_w1'
        list use_member 'wwan_m1_w1'
        option last_resort 'default'

config rule 'default_rule'
        option dest_ip '0.0.0.0/0'
        option use_policy 'balanced'

config member 'wan_m1_w1'
        option interface 'wan'
        option metric '40'
        option weight '40'

config interface 'wwan'
        option enabled '1'
        option reliability '1'
        option count '1'
        option timeout '2'
        option interval '5'
        option down '3'
        option up '8'
        list track_ip '202.108.22.5'
        list track_ip '202.108.23.15'

config member 'wwan_m1_w1'
        option interface 'wwan'
        option metric '40'
        option weight '40'

Output of "cat /etc/config/network" :

config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.5.5.5'

config globals 'globals'
        option ula_prefix 'fd9f:a060:3b7e::/48'

config interface 'lan'
        option ifname 'eth0.1'
        option force_link '1'
        option type 'bridge'
        option proto 'static'
        option ipaddr '192.168.1.1'
        option netmask '255.255.255.0'
        option ip6assign '60'
        option macaddr '6c:b0:ce:11:90:a0'

config interface 'wan'
        option ifname 'eth0.2'
        option proto 'dhcp'
        option macaddr '6c:b0:ce:11:90:a1'
        option metric '40'

config interface 'wan6'
        option ifname 'eth0.2'
        option proto 'dhcpv6'

config switch
        option name 'switch0'
        option reset '1'
        option enable_vlan '1'

config switch_vlan
        option device 'switch0'
        option vlan '1'
        option ports '0t 1 2 3 4'

config switch_vlan
        option device 'switch0'
        option vlan '2'
        option ports '0t 5'

config interface 'wwan'
        option proto 'dhcp'
        option metric '40'

Output of "ifconfig" :

br-lan    Link encap:Ethernet  HWaddr 6C:B0:CE:11:90:A0  
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fd9f:a060:3b7e::1/60 Scope:Global
          inet6 addr: fe80::6eb0:ceff:fe11:90a0/64 Scopeink
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:57727 errors:0 dropped:0 overruns:0 frame:0
          TX packets:130285 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:5820412 (5.5 MiB)  TX bytes:150877861 (143.8 MiB)

eth0      Link encap:Ethernet  HWaddr 0E:95:31:09:47:C1  
          inet6 addr: fe80::c95:31ff:fe09:47c1/64 Scopeink
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:108664 errors:0 dropped:0 overruns:0 frame:0
          TX packets:53601 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:132399217 (126.2 MiB)  TX bytes:9545065 (9.1 MiB)
          Interrupt:4

eth0.1    Link encap:Ethernet  HWaddr 0E:95:31:09:47:C1  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:8647 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10616 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1066233 (1.0 MiB)  TX bytes:5103505 (4.8 MiB)

eth0.2    Link encap:Ethernet  HWaddr 0E:95:31:09:47:C1  
          inet addr:192.168.168.115  Bcast:192.168.168.255  Mask:255.255.255.0
          inet6 addr: fe80::c95:31ff:fe09:47c1/64 Scopeink
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:100016 errors:0 dropped:0 overruns:0 frame:0
          TX packets:42981 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:129376990 (123.3 MiB)  TX bytes:4226724 (4.0 MiB)

lo        Link encapocal Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:197 errors:0 dropped:0 overruns:0 frame:0
          TX packets:197 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:16162 (15.7 KiB)  TX bytes:16162 (15.7 KiB)

wlan0     Link encap:Ethernet  HWaddr 00:8A:1F:32:3B:2F  
          inet addr:192.168.3.109  Bcast:192.168.3.255  Mask:255.255.255.0
          inet6 addr: fe80::28a:1fff:fe32:3b2f/64 Scopeink
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:8473 errors:0 dropped:0 overruns:0 frame:0
          TX packets:9079 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:7234489 (6.8 MiB)  TX bytes:1582136 (1.5 MiB)

wlan1     Link encap:Ethernet  HWaddr 6C:B0:CE:11:90:A0  
          inet6 addr: fe80::6eb0:ceff:fe11:90a0/64 Scopeink
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:49424 errors:0 dropped:0 overruns:0 frame:0
          TX packets:106728 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:5572345 (5.3 MiB)  TX bytes:141024717 (134.4 MiB)

wlan2     Link encap:Ethernet  HWaddr 6C:B0:CE:11:90:A2  
          inet6 addr: fe80::6eb0:ceff:fe11:90a2/64 Scopeink
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:430 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:49682 (48.5 KiB)

Output of "route -n" :

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.168.1   0.0.0.0         UG    40     0        0 eth0.2
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 br-lan
192.168.3.0     0.0.0.0         255.255.255.0   U     0      0        0 wlan0
192.168.168.0   0.0.0.0         255.255.255.0   U     0      0        0 eth0.2

Output of "ip rule show" :

0:        from all lookup local
1001:        from all iif eth0.2 lookup main
2001:        from all fwmark 0x100/0xff00 lookup 1
2253:        from all fwmark 0xfd00/0xff00 blackhole
2254:        from all fwmark 0xfe00/0xff00 unreachable
32766:        from all lookup main
32767:        from all lookup default

Output of "ip route list table 1-250" :

1
default via 192.168.168.1 dev eth0.2

Firewall default output policy (must be ACCEPT) :

ACCEPT
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2014-11-23 09:59 | 显示全部楼层
你的中文 luci MWAN3 在哪整的

点评

自己翻译的  发表于 2014-12-4 12:43
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2014-12-4 12:34 | 显示全部楼层
给力,我要顶!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2014-12-8 16:13 | 显示全部楼层
刷了楼主的固件,然后按照楼主的这个教程设置双WAN成功了,测试上传和下载都叠加成功。网件的4300。

不过最后的MWAN的规则不知道怎么设置...指定下级的几台电脑IP分别走哪条网线。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2014-12-9 17:36 | 显示全部楼层
我也設置了,不過不行。。。。。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2014-12-10 19:58 | 显示全部楼层
。。,马克下,有时间好好看
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2014-12-11 15:12 来自手机 | 显示全部楼层
备用
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2014-12-27 14:45 | 显示全部楼层
楼主辛苦了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2014-12-27 15:28 | 显示全部楼层
谢谢分享,支持。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-1-1 21:57 | 显示全部楼层
我也设置好了,家里20M带宽加上用DD蹭来的网,可是带宽没有叠加,不知道哪里没有弄对?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-1-5 09:52 来自手机 | 显示全部楼层
这样真的可以吗?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-1-5 12:32 | 显示全部楼层
复主题 关闭  



      
RE: 【编辑结束】使用MWAN3进行多线叠加详细教程 [修改]
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-1-8 12:06 | 显示全部楼层
楼主你是一个网多线叠加不必要设置这么多  https://www.right.com.cn/forum/f ... tid=156176#lastpost  

点评

我这是个演示教程而已 我上哪去真的拉4条线作演示用啊....................  详情 回复 发表于 2015-1-8 18:48
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2015-1-8 18:48 | 显示全部楼层
linyifei2014 发表于 2015-1-8 12:06
楼主你是一个网多线叠加不必要设置这么多  https://www.right.com.cn/forum/forum.php?mod=viewthread&tid ...

我这是个演示教程而已{:soso_e141:}
我上哪去真的拉4条线作演示用啊....................
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-1-12 19:54 | 显示全部楼层
看的人 头好晕!!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-3-29 08:19

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表