from-zone trust to-zone untrust-hkbn { policy IPCamer-test { match { source-address staff_192.168.0.55; destination-address any; application IPCamera; } then { permit; } }
application IPCamera { protocol udp; source-port 0-65535; destination-port 0-65535; inactivity-timeout 1800; }