Shawls 发表于 2005-11-11 03:09:27

我的RouteOS过滤规则

我的RouteOS过滤规则
/ ip firewall filter
add chain=forward protocol=tcp src-port=161 dst-port=161 action=drop \
    comment="" disabled=no
add chain=input protocol=udp dst-port=500 action=drop comment="" disabled=no
add chain=input protocol=tcp dst-port=445 action=drop comment="" disabled=no
add chain=input protocol=udp dst-port=445 action=drop comment="" disabled=no
add chain=input protocol=tcp dst-port=23 action=drop comment="" disabled=no
add chain=forward protocol=tcp dst-port=5354 action=drop comment="" \
页: [1]
查看完整版本: 我的RouteOS过滤规则