| CPUG | |
| The Check Point User Group | |
| A Resource For The Check Point Community. Fast. Useful. Independent. | |
|
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| In Checkpoint NGX, what is the port range for service any? Is it only include well know ports from 0-1024 or even high? Where can l find the port range for service any in Checkpoint Smart Centre? Thanks a lot |
| |||
| Any, AFAIK, means any port / any protocol. There are some strange exceptions, like X11 for which there's an option to include in any or not. There's other problems such as vpn routing which even though it may match the any rule, it may still drop due to the packet not being encrypted. HTH __________________ Its all in the documentation. |
| |||
| All ports... 1-65535... And any protocol, tcp/udp plus about 50 or so other protocols... |
| |||
| It's not that simple as I understand - The service "Any" simply means services against which the "Match for Any" field is ticked within the advanced properties for a service. If you go into your protocol list, expand a type (e.g TCP or UDP services for example) double click on a protocol (e.g. HTTP), click on Advanced, if "Match for Any" is ticked, will be allowed through by your service of "Any". Hope this helps. |
| |||
| If you use a splat or *nix version you can get a list with the following command. Code: printf "localhost\n-t services -pf\n-q\n" | queryDB_util | awk '/Object Name/ {host=$3} /include_in_any/ {print host, ":"$2}' | tee Any_Service.log Essential Checkpoint Firewall 1 ISBN 0-321-18061-5 Author: Dameon D. Welch-Abernathy |
| |||
| Quote:
So in short, any does mean all ports 1-65535, just when/if something is ticked as Match for any, it will use that object for properties like timeout, sync, type. |
| |||
| Hi, Good Question I agree with Tommo. Whoever is not agree please click on help option after going to advanced option in service. You will find the answer over there. Regards Ranjit |
| |||
| The "Match on any" is for defined services that are in conflict. e.g. ssh and ssh_v2; an "any" rule matches "ssh" If "any" was not "all ports and protocols" the "any any any drop" rule wouldn't work. I've posted this before, but I can't find it right now. The following is from Check Point Development Quote:
|
| |||
| X11 runs "backwards" to normal services (your desktop is the server not the the client), which is why it dropped on an any rule. |
| |||
| I agree with chillyjim... ;) |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |