Dear community users,
if you are using drop-packet-capture like me and if you have a customers with multiple zones, it can be a nightmare to find the match zone id - zone name.
So from the packet capture, identify the
inzone_id=x
and the
outzone_id=y
From the advanced shell (option 5 and then option 3), type:
psql -U nobody -d corporate -c "select * from tblnetworkzone"
from the table, find the zone id x or y and you will find the corresponding zone name.
With this information, you can create the corresponding firewall rule (or edit an existing one).
Regards
This thread was automatically locked due to age.