Important note about SSL VPN compatibility for 20.0 MR1 with EoL SFOS versions and UTM9 OS. Learn more in the release notes.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to understand the zone name from zone-id inside drop-packet-caputure command

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.