找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 5552|回复: 5

[脚本] 负载均衡再加分流脚本

[复制链接]
发表于 2010-6-12 09:35:28 | 显示全部楼层 |阅读模式

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

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

×
负载均衡再加分流脚本

负载均衡已做好.
第一条线:
/ip firewall mangle add chain=prerouting in-interface=ether1 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=ether1 connection-mark=1 action=mark-routing new-routing-mark=1 passthrough=no disabled=no
/ip firewall nat add chain=srcnat connection-mark=1 action=src-nat to-addresses=58.58.58.1 to-ports=0-65535 comment="1" disabled=no
第二条线:
/ip firewall mangle add chain=prerouting in-interface=ether1 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=ether1 connection-mark=2 action=mark-routing new-routing-mark=2 passthrough=no disabled=no
/ip firewall nat add chain=srcnat connection-mark=2 action=src-nat to-addresses=58.58.58.2 to-ports=0-65535 comment="2" disabled=no

再加第三条线来分流80端口(以下设置要怎么做?)
/ip firewall mangle add chain=prerouting src-address=192.168.0.1/24 protocol=tcp action=mark-routing new-routing-mark=adsl1 comment=adsl1
在IP/NAT里要做怎么样的规则?
高手请教。。
routeros
发表于 2010-6-12 09:46:30 | 显示全部楼层
把80端口的mangle规则放到最前面就行了。然后 passthrough=no
routeros
回复

使用道具 举报

 楼主| 发表于 2010-6-12 09:49:25 | 显示全部楼层
在IP/NAT里要做怎么样的规则?
routeros
回复

使用道具 举报

 楼主| 发表于 2010-6-12 09:49:46 | 显示全部楼层
routeros
回复

使用道具 举报

 楼主| 发表于 2010-6-12 09:54:31 | 显示全部楼层
再加第三条线来分流80端口(以下设置要怎么做?)
/ip firewall mangle add chain=prerouting src-address=192.168.0.1/24 protocol=tcp  dst-port=80 new-routing-mark=adsl3  passthrough=no comment=adsl3
在IP/NAT里要做怎么样的规则?
高手请教。。
routeros
回复

使用道具 举报

发表于 2010-6-12 12:08:51 | 显示全部楼层
我还以为来发教程的
routeros
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-25 01:38 , Processed in 0.047255 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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