Shawls 发表于 2005-11-11 03:08:22

我的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="" \

tsingchina 发表于 2006-1-13 08:13:38

太简单了,放出来有什么意思?
页: [1]
查看完整版本: 我的RouteOS过滤规则