yanggis 发表于 2013-1-1 22:11

【求助】关于路由器刷OpenWRT多拨的问题,悬赏100NB

Multiwan多拨成功,但是网速不叠加,还是和用一条线速度一样。怀疑原因可能是因为获得的3个IP处于同一个网关,
但是我已经设置了echo -1 > /proc/sys/net/ipv4/rt_cache_rebuild_count,还是没有任何效果。
以下是路由器的一些信息,请高手帮助分析。谁能帮解决,送100NB。
----------------------------------------------------------------------------------------------------
/usr/bin$ route
Kernel IP routing table
Destination   Gateway         Genmask         Flags Metric Ref    Use Iface
default         172.24.210.1    0.0.0.0         UG    0      0      0 eth3
default         172.24.210.1    0.0.0.0         UG    0      0      0 eth2
default         172.24.210.1    0.0.0.0         UG    0      0      0 eth0.2
172.24.210.0    *               255.255.254.0   U   0      0      0 eth0.2
172.24.210.0    *               255.255.254.0   U   0      0      0 eth2
172.24.210.0    *               255.255.254.0   U   0      0      0 eth3
192.168.1.0   *               255.255.255.0   U   0      0      0 br-lan
----------------------------------------------------------------------------------------------------
/usr/bin$ ip route
default via 172.24.210.1 dev eth3
default via 172.24.210.1 dev eth2
default via 172.24.210.1 dev eth0.2
172.24.210.0/23 dev eth0.2proto kernelscope linksrc 172.24.211.202
172.24.210.0/23 dev eth2proto kernelscope linksrc 172.24.211.176
172.24.210.0/23 dev eth3proto kernelscope linksrc 172.24.211.231
192.168.1.0/24 dev br-lanproto kernelscope linksrc 192.168.1.1
----------------------------------------------------------------------------------------------------
/usr/bin$ ip route list
default via 172.24.210.1 dev eth3
default via 172.24.210.1 dev eth2
default via 172.24.210.1 dev eth0.2
172.24.210.0/23 dev eth0.2proto kernelscope linksrc 172.24.211.202
172.24.210.0/23 dev eth2proto kernelscope linksrc 172.24.211.176
172.24.210.0/23 dev eth3proto kernelscope linksrc 172.24.211.231
192.168.1.0/24 dev br-lanproto kernelscope linksrc 192.168.1.1
----------------------------------------------------------------------------------------------------
/usr/bin$ route -n
Kernel IP routing table
Destination   Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         172.24.210.1    0.0.0.0         UG    0      0      0 eth3
0.0.0.0         172.24.210.1    0.0.0.0         UG    0      0      0 eth2
0.0.0.0         172.24.210.1    0.0.0.0         UG    0      0      0 eth0.2
172.24.210.0    0.0.0.0         255.255.254.0   U   0      0      0 eth0.2
172.24.210.0    0.0.0.0         255.255.254.0   U   0      0      0 eth2
172.24.210.0    0.0.0.0         255.255.254.0   U   0      0      0 eth3
192.168.1.0   0.0.0.0         255.255.255.0   U   0      0      0 br-lan
----------------------------------------------------------------------------------------------------
/usr/bin$ip route show
default via 172.24.210.1 dev eth3
default via 172.24.210.1 dev eth2
default via 172.24.210.1 dev eth0.2
172.24.210.0/23 dev eth0.2proto kernelscope linksrc 172.24.211.202
172.24.210.0/23 dev eth2proto kernelscope linksrc 172.24.211.176
172.24.210.0/23 dev eth3proto kernelscope linksrc 172.24.211.231
192.168.1.0/24 dev br-lanproto kernelscope linksrc 192.168.1.1
--------------------------------------------------------------------------------------------------
Multiwan的设置参数

config multiwan 'config'
      option default_route 'balancer'
      option enabled '1'

config interface 'wan'
      option weight '10'
      option health_interval '10'
      option icmp_hosts 'dns'
      option timeout '3'
      option health_fail_retries '3'
      option health_recovery_retries '5'
      option dns 'auto'
      option failover_to 'balancer'

config interface 'wan2'
      option weight '10'
      option health_interval '10'
      option timeout '3'
      option health_fail_retries '3'
      option health_recovery_retries '5'
      option failover_to 'balancer'
      option dns 'auto'
      option icmp_hosts 'dns'

config mwanfw
      option wanrule 'balancer'

config interface 'wan3'
      option weight '10'
      option health_interval '10'
      option timeout '3'
      option health_fail_retries '3'
      option health_recovery_retries '5'
      option failover_to 'balancer'
      option dns 'auto'
      option icmp_hosts 'dns'

挟鸡以令嫖客 发表于 2013-1-1 22:27

什么路由器?
wrt54g?

victory623 发表于 2013-1-1 22:29

跟同ip段没有关系,应该是限了端口速率了,直连猫看一眼吧

yanggis 发表于 2013-1-1 23:14

回复 #2 挟鸡以令嫖客 的帖子

路由器是华硕RT-N56U,有线网是千兆的,双频无线300M

挟鸡以令嫖客 发表于 2013-1-2 00:10

高档货啊

superbillgates 发表于 2013-1-2 00:43

端口限速,咋折腾都没办法~~~:(

挟鸡以令嫖客 发表于 2013-1-9 15:32

可能是ISP限速了,不用折腾了

轩轩 发表于 2013-1-21 15:51

这限速那限速的 恶心死~
页: [1]
查看完整版本: 【求助】关于路由器刷OpenWRT多拨的问题,悬赏100NB