一个关于脚本的问题
ip firewall mangle> priFlags: X - disabled, I - invalid, D - dynamic
0 ;;; allhttp
chain=prerouting src-address=192.168.10.0/24 protocol=tcp dst-port=80
action=mark-routing new-routing-mark=adsl1 passthrough=yes
1 chain=prerouting src-address=192.168.10.0/24 protocol=udp dst-port=80
action=mark-routing new-routing-mark=adsl1 passthrough=yes
我在脚本里是这样写的。/ip firewall mangle disable 0 但执行后0没反应,那错了吗?
如果我想把comment=allhttp全关了,脚本应该怎样写 出错原因:
很多时候ROS直接引用序号要先PR一下,这时通常脚本会运行失败
如果我想把comment=allhttp全关了,试验一下这个:
ip firewall mangle dis
页:
[1]