第一范文网 - 专业文章范例文档资料分享平台

ros多线路叠加策略pcc超详细教程(图文)

来源:用户分享 时间:2026/8/21 11:32:25 本文由loading 分享 下载这篇文档手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:xxxxxxx或QQ:xxxxxx 处理(尽可能给您提供完整文档),感谢您的支持与谅解。

最后配置nat转换规则,进入ip firewall nat中配置action=masquerade,分别对2条线路做伪装:

/ip firewall nat

add action=masquerade chain=srcnat out-interface=wan1 add action=masquerade chain=srcnat out-interface=wan2

命令代码如下:

# 添加ADSL1的pppoe-out帐户密码并取取消自动添加网关及DNS

/interface pppoe-client add name=\password=\

/interface pppoe-client add name=\password=\

# 激活pppoe-out拨号

/interface pppoe-client enable pppoe-out1 /interface pppoe-client enable pppoe-out2

# 添加本地连接配置

/ip address add address=192.168.1.254/255.255.255.0 interface=lan1 comment=\

# 设置DNS缓存

/ip dns set primary-dns=\allow-remote-requests=yes

# 设置MSS值为1440

/ip firewall mangle add action=\disabled=no new-mss=\

# 设置input

/ip firewall mangle add action=\disabled=no in-interface=\passthrough=yes

/ip firewall mangle add action=\disabled=no in-interface=\passthrough=yes

# 设置output

/ip firewall mangle add action=\connection-mark=\passthrough=yes

/ip firewall mangle add action=\

connection-mark=\passthrough=yes

# PCC设置

/ip firewall mangle add action=\disabled=no dst-address-type=\new-connection-mark=\

per-connection-classifier=\/ip firewall mangle add action=\disabled=no dst-address-type=\new-connection-mark=\

per-connection-classifier=\

/ip firewall mangle add action=\connection-mark=\

new-routing-mark=\/ip firewall mangle add action=\connection-mark=\

new-routing-mark=\

/ip route add comment=1 disabled=no distance=1 dst-address=\gateway=\/ip route add comment=2 disabled=no distance=1 dst-address=\gateway=\

/ip route add check-gateway=\comment=\disabled=no distance=\dst-address=\

/ip route add check-gateway=\comment=\disabled=no distance=\dst-address=\

# 配置pppoe-out数据转发共享及标记

/ip firewall nat add action=\out-interface=\

/ip firewall nat add action=\out-interface=\

ros多线路叠加策略pcc超详细教程(图文).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.diyifanwen.net/c6qi3c0lpv61wxgu8jptg_4.html(转载请注明文章来源)
热门推荐
Copyright © 2012-2023 第一范文网 版权所有 免责声明 | 联系我们
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:xxxxxx 邮箱:xxxxxx@qq.com
渝ICP备2023013149号
Top