For example: dst-port=
Code: Select all
add protocol=tcp dst-address=192.168.0.1 dst-port=22,25,80 action=accept
D~
add protocol=tcp dst-address=192.168.0.1 dst-port=22,25,80 action=accept
add protocol=tcp dst-address=192.168.0.1 dst-port=22-80 action=accept
you can just mangle the packets mark them as needed and then you can block by the name, and block multiple ports with one rule!it would even be cooler to create a port-list just like address-list.
Sam