View Single Post
  #5 (permalink)  
Old 2008-02-05
dsb.nepo dsb.nepo is offline
Senior Member
 
Join Date: 2006-04-30
Location: Europe, Germany
Posts: 143
Rep Power: 3
dsb.nepo has an average reputation (10+)
Default Re: what is the prot range for service any

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
This line is from the great book
Essential Checkpoint Firewall 1
ISBN 0-321-18061-5
Author: Dameon D. Welch-Abernathy
Reply With Quote