Have some problem allowing access to the trust side - I have.
Created the policy rule:
set security policies from-zone untrust to-zone trust policy NAS_8080 match source-address any
set security policies from-zone untrust to-zone trust policy NAS_8080 match destination-address NAS_serv
set security policies from-zone untrust to-zone trust policy NAS_8080 match application NAS_port_8080
set security policies from-zone untrust to-zone trust policy NAS_8080 then permit
set security policies from-zone untrust to-zone trust policy NAS_8080 then log session-init
set security policies from-zone untrust to-zone trust policy NAS_8080 then log session-close
I have created the application:
set applications application NAS_port_8080 protocol tcp
set applications application NAS_port_8080 source-port 1-65535
set applications application NAS_port_8080 destination-port 8080
I have created address book entry:
set security zones security-zone trust address-book address NAS_serv description NAS-server
set security zones security-zone trust address-book address NAS_serv 192.168.1.105/32
Here is my complete configuration:
http://pastebin.com/7Fyir5jU
What am i missing. Cant reach the server on the trusted zone from the untrusted.
Thank you for helping.
#open#SRX#Port#JUNOS