ROS、双ADSL、NTH负载均衡实际操作设置.doc

  1. 1、本文档共4页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
ROS、双ADSL、NTH负载均衡实际操作设置.doc

建立PPP拨号,把其中一条拨号名命名为ADSL1,另一个命明为ADSL2,并把内网网卡命名为LAN,然后等待拨号成功,设置参考下图 拨号成功后,PPPOE会自动添加IP地址和网关,找到地址和网关,复制下来,替换到下面脚本中 把A1IP替换成ADSL1的IP,A1网关替换成ADSL1的网关,把A2IP替换成ADSL2的IP,A2网关替换成ADSL2的网关. 之后慢慢添脚本,添完成功后,把拨号的Add Default Route的勾去掉,看负载均衡是否可以正常工作! 1.普通脚本设置 / ip firewall nat add chain=srcnat action=masquerade comment=3 disabled=yes / ip address add address=A1IP interface=ADSL1 comment=1 disabled=no add address=A2IP interface=ADSL2 comment=2 disabled=no / ip route add dst-address=0.0.0.0/0 gateway=A1网关 routing-mark=1 comment=1 add dst-address=0.0.0.0/0 gateway=A2网关 routing-mark=2 comment=2 add dst-address=0.0.0.0/0 gateway=A1网关 comment=3 2.添加NAT,NTH脚本 / ip firewall mangle add chain=prerouting in-interface=LAN protocol=tcp connection-state=new nth=1,1,0 action=mark-connection \ ??? new-connection-mark=1 passthrough=yes comment=A1 NTH disabled=no add chain=prerouting in-interface=LAN protocol=tcp connection-mark=1 action=mark-routing new-routing-mark=1 \ ??? passthrough=no comment=A1 NTH disabled=no add chain=prerouting in-interface=LAN protocol=tcp connection-state=new nth=1,1,1 action=mark-connection \ ??? new-connection-mark=2 passthrough=yes comment=A2 NTH disabled=no add chain=prerouting in-interface=LAN protocol=tcp connection-mark=2 action=mark-routing new-routing-mark=2 \ ??? passthrough=no comment=A2 NTH disabled=no / ip firewall nat add chain=srcnat connection-mark=1 action=src-nat to-addresses=A1IP to-ports=0-65535 comment=1 disabled=no add chain=srcnat connection-mark=2 action=src-nat to-addresses=A2IP to-ports=0-65535 comment=2 disabled=no 3.同步NAT,ADSL动态IP,网关脚本: 位置winbox-system-script 点“+ ”号,改name为sync,然后复制下面的脚本到source里 :local assign-address :local new-address :local status :local x :set x 2 :for i from=1 to=$x do={ ??? :set status [/interface get [/interface find name=(ADSL . $i)] running] ??? :if ($status=true) do={ ???? :set new-address [/ip address get [/ip address find dynamic=yes interface=(ADSL . $i)] address] ???? :set new-address [:pick $new-address 0

文档评论(0)

文档精品 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:6203200221000001

1亿VIP精品文档

相关文档