Hi Romeo
Thanks for the reply.
I already have the Polcies in place
from-zone Trust to-zone Trust { policy test { match { source-address any; destination-address any; application any; } then { permit; log { session-close; } count; } } }
from-zone Trust to-zone junos-host { policy test { match { source-address any; destination-address any; application any; } then { permit; } } }
Still no dice. Can't seemd to find a good reason as to why it's not working