找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 4373|回复: 5

[其它] 难道真的没办法解决了吗~我都快郁闷死了~求如何让被映射的端口也负载均衡

[复制链接]
发表于 2009-12-15 18:51:50 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×
多线ADSL的负载均衡我做好了,端口映射也做好了,但发现被映射端口的数据只走一条线路,有没有办法让被映射的端口的数据同时走多条线路?有个人只告诉我要在mangle中添加规则,之后就再也不现身了,让我捣鼓了整整一个星期到现在头都要爆了,但还是没有弄好,希望大家帮帮我吧,先谢谢大家了。

   这是我的mangle规则

/ip firewall mangle add chain=prerouting in-interface=LAN connection-state=new nth=1,1,0 action=mark-connection new-connection-mark=1 passthrough=yes disabled=no

/ip firewall mangle add chain=prerouting in-interface=LAN connection-mark=1 action=mark-routing new-routing-mark=1 passthrough=no disabled=no

/ip firewall mangle add chain=prerouting in-interface=LAN connection-state=new nth=1,1,1 action=mark-connection new-connection-mark=2 passthrough=yes disabled=no

/ip firewall mangle add chain=prerouting in-interface=LAN connection-mark=2 action=mark-routing new-routing-mark=2 passthrough=no disabled=no



下面的是我添加的,我用了postrouting

/ip firewall mangle add chain=postrouting out-interface=WAN connection-state=new nth=1,1,0 action=mark-connection new-connection-mark=1 passthrough=yes disabled=no

/ip firewall mangle add chain=postrouting out-interface=WAN connection-mark=1 action=mark-routing new-routing-mark=1 passthrough=no disabled=no


/ip firewall mangle add chain=postrouting out-interface=WAN connection-state=new nth=1,1,1 action=mark-connection new-connection-mark=2 passthrough=yes disabled=no

/ip firewall mangle add chain=postrouting out-interface=WAN connection-mark=2 action=mark-routing new-routing-mark=2 passthrough=no disabled=no



下面的是NAT

/ip firewall nat add chain=srcnat connection-mark=1 action=src-nat to-addresses=125.43.90.239 to-ports=0-65535 comment="1" disabled=no

/ip firewall nat add chain=srcnat connection-mark=2 action=src-nat to-addresses=125.43.90.238 to-ports=0-65535 comment="2" disabled=no



/ip firewall nat add chain=dstnat dst-address=125.43.90.239 protocol=tcp dst-port=9234 connection-mark=1 action=dst-nat to-addresses=192.168.1.3 to-ports=9234 comment="1"

/ip firewall nat add chain=dstnat dst-address=125.43.90.238 protocol=tcp dst-port=9234 connection-mark=2 action=dst-nat to-addresses=192.168.1.3 to-ports=9234 comment="2"

125.*.*.*是我的外网IP



route

/ip route add gateway=125.43.90.239 routing-mark=1 comment="1"
/ip route add gateway=125.43.90.238 routing-mark=1 comment="2"

我这样设置了,用netstat -an  9234端口没有一个连接,不添加mangle规则和NAT中的connection-mark的时候9234端口还是有连接的,但很少,速度也上不去,还希望在看的各位想想办法怎么才能让内网监听的9234端口被映射出去后,走的数据也负载均衡(带宽叠加),谢谢,谢谢!
routeros
发表于 2009-12-15 22:49:02 | 显示全部楼层
这帖子好像发过了,
routeros
回复

使用道具 举报

 楼主| 发表于 2009-12-16 19:01:15 | 显示全部楼层
routeros
回复

使用道具 举报

发表于 2009-12-16 19:27:47 | 显示全部楼层
routeros
回复

使用道具 举报

发表于 2009-12-16 22:39:30 | 显示全部楼层
意思是外网访问内网时,内网发出的数据也均衡出去??
routeros
回复

使用道具 举报

 楼主| 发表于 2009-12-18 11:34:36 | 显示全部楼层
意思是外网访问内网时,内网发出的数据也均衡出去??
tpy372 发表于 2009-12-16 22:39


应该是外网通过目标端口9234发过来的数据
routeros
回复

使用道具 举报

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

本版积分规则

QQ|Archiver|手机版|小黑屋|软路由 ( 渝ICP备15001194号-1|渝公网安备 50011602500124号 )

GMT+8, 2024-11-25 09:51 , Processed in 0.050141 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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