找回密码
 立即注册
搜索
查看: 3878|回复: 8

[软件] 求指路明灯指导-win7网络负载平衡

[复制链接]
发表于 2010-10-29 21:04 | 显示全部楼层 |阅读模式
双网卡双路由,一个满速一个龟速甚至不动,求两个都满速的调教方法。
或者提炼下此贴http://bbs.pcbeta.com/viewthread.php?tid=728728有营养的东西,俺没帐号
另外有没有能指定某软件用某线路的方法?
回复

使用道具 举报

     
发表于 2010-10-29 23:21 | 显示全部楼层
双网卡双路由,一个满速一个龟速甚至不动,求两个都满速的调教方法。
或者提炼下此贴http://bbs.pcbeta.com/viewthread.php?tid=728728有营养的东西,俺没帐号
另外有没有能指定某软件用某线路的方法? ...
vleev 发表于 29-10-2010 23:04
最簡單的辦法:扔掉一塊網卡和兩個路由,換一個雙Wan路由,直接在路由上自動平衡負載
回复

使用道具 举报

 楼主| 发表于 2010-10-30 11:57 | 显示全部楼层
最簡單的辦法:扔掉一塊網卡和兩個路由,換一個雙Wan路由,直接在路由上自動平衡負載
Gato_shin 发表于 2010-10-29 23:21

这种答案随便百毒一下就有,我要是想要这种答案就不来这儿问了……
回复

使用道具 举报

发表于 2010-10-30 13:39 | 显示全部楼层
C:\\Users\\MGL>route /?

Manipulates network routing tables.

ROUTE [-f] [-p] [-4|-6] command [destination]
                  [MASK netmask]  [gateway] [METRIC metric]  [IF interface]

  -f           Clears the routing tables of all gateway entries.  If this is
               used in conjunction with one of the commands, the tables are
               cleared prior to running the command.

  -p           When used with the ADD command, makes a route persistent across
               boots of the system. By default, routes are not preserved
               when the system is restarted. Ignored for all other commands,
               which always affect the appropriate persistent routes. This
               option is not supported in Windows 95.

  -4           Force using IPv4.

  -6           Force using IPv6.

  command      One of these:
                 PRINT     Prints  a route
                 ADD       Adds    a route
                 DELETE    Deletes a route
                 CHANGE    Modifies an existing route
  destination  Specifies the host.
  MASK         Specifies that the next parameter is the \'netmask\' value.
  netmask      Specifies a subnet mask value for this route entry.
               If not specified, it defaults to 255.255.255.255.
  gateway      Specifies gateway.
  interface    the interface number for the specified route.
  METRIC       specifies the metric, ie. cost for the destination.

All symbolic names used for destination are looked up in the network database
file NETWORKS. The symbolic names for gateway are looked up in the host name
database file HOSTS.

If the command is PRINT or DELETE. Destination or gateway can be a wildcard,
(wildcard is specified as a star \'*\'), or the gateway argument may be omitted.

If Dest contains a * or ?, it is treated as a shell pattern, and only
matching destination routes are printed. The \'*\' matches any string,
and \'?\' matches any one char. Examples: 157.*.1, 157.*, 127.*, *224*.

Pattern match is only allowed in PRINT command.
Diagnostic Notes:
    Invalid MASK generates an error, that is when (DEST & MASK) != DEST.
    Example> route ADD 157.0.0.0 MASK 155.0.0.0 157.55.80.1 IF 1
             The route addition failed: The specified mask parameter is invalid.
(Destination & Mask) != Destination.

Examples:

    > route PRINT
    > route PRINT -4
    > route PRINT -6
    > route PRINT 157*          .... Only prints those matching 157*

    > route ADD 157.0.0.0 MASK 255.0.0.0  157.55.80.1 METRIC 3 IF 2
             destination^      ^mask      ^gateway     metric^    ^
                                                         Interface^
      If IF is not given, it tries to find the best interface for a given
      gateway.
    > route ADD 3ffe::/32 3ffe::1

    > route CHANGE 157.0.0.0 MASK 255.0.0.0 157.55.80.5 METRIC 2 IF 2

      CHANGE is used to modify gateway and/or metric only.

    > route DELETE 157.0.0.0
    > route DELETE 3ffe::/32





可以让你用指定的线路访问指定的ip段
回复

使用道具 举报

发表于 2010-10-30 13:41 | 显示全部楼层
这种答案随便百毒一下就有,我要是想要这种答案就不来这儿问了……
vleev 发表于 2010/10/30 11:57

你要想让Windows——还是桌面版的Windows搞这活就大错特错了
自己试试看在Windows上配一下NAT再来评估这东西的复杂度吧……
回复

使用道具 举报

     
发表于 2010-10-30 13:49 | 显示全部楼层
那个帖子里只是发了一个AdapterWatch.rar 用来查看网络连接状态的

AdapterWatch能直观显示各物理网卡及拨号链接的详细状态。
实现方法:以我本机ADSL宽带1M+EVDO3.1M拨号链接为例,可以先使用EVDO拨号成功,并开启下载软件,之后禁用本地连接再启用,从AdapterWatch上看就有同时传送的数据了,峰值能达到400K左右。

提示:某些童鞋如果不能成功,请把本地连接的跃点数设置为1
回复

使用道具 举报

发表于 2010-10-30 14:38 | 显示全部楼层
2楼的办法挺好的
回复

使用道具 举报

 楼主| 发表于 2010-10-30 15:46 | 显示全部楼层
好是好可是挺不现实的,我就能用几个月,想在某些限ip限速的地方下点资源,你让我为了几个月买个上千的路由,我直接买vip然后去电信换个速度X2的包月比那个还便宜呢。我知道X雷可以什么都不用设就直接装翅膀双飞,昨天试了,确实可以,但是现在我不能用x雷。

那么就剩这个问题了,除了虚拟机之外,有没有能指定某软件只走某条线的方法。没有我就去装虚拟机去
回复

使用道具 举报

     
发表于 2010-10-30 16:10 | 显示全部楼层
原来我在用上K的路由器啊...

你淘宝上搜,tomato dualwan就可以了

我这个2XX元的,算贵的了

双WAN拨号,2个IP


WAN1的实时流量


WAN2的实时流量


每个WAN给我的带宽限制是6Mbps,UT我限制速度在1100KB/S,要留点带宽给我老婆看在线视频
回复

使用道具 举报

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

本版积分规则

Archiver|手机版|小黑屋|上海互联网违法和不良信息举报中心|网上有害信息举报专区|962110 反电信诈骗|举报电话 021-62035905|Stage1st ( 沪ICP备13020230号-1|沪公网安备 31010702007642号 )

GMT+8, 2025-9-17 19:17 , Processed in 0.052751 second(s), 7 queries , Gzip On, Redis On.

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

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