ROS-排障相关命令

网络排障相关工具

解析

put [resolve www.baidu.com server=223.5.5.5]
put [resolve www.baidu.com server=127.1]
put [resolve www.google.com server=8.8.8.8]
put [resolve www.google.com server=127.1]

网页测试

tool/fetch url="https://hoth.okta.com/oauth2/v1/authorize" dst-path=test.html
tool/fetch url="https://www.baidu.com" dst-path=baidu.html
tool/fetch url="https://ifconfig.io" dst-path=ip.html

检查客户外线IP

/ip firewall address-list
add address=ifconfig.io disabled=no dynamic=no list=output_test
/ip firewall mangle add action=mark-routing chain=output comment="\C9\E8\B1\B8\B3\F6\B7\BD\CF\F2\C1\F7\C1\BF" dst-address-list=output_test     new-routing-mark=to-saas passthrough=yes
/tool fetch url="https://ifconfig.io" dst-path=ip.html

留下评论

您的邮箱地址不会被公开。 必填项已用 * 标注