Quantcast
Channel: All SRX Services Gateway posts
Viewing all articles
Browse latest Browse all 17645

Re: Unable to browse website after deploying Juniper SRX220H as Transparent Mode

$
0
0

Here is the configuration in the policy

 

from-zone Trusted to-zone Untrusted {
policy Outbound {
match {
source-address any;
destination-address any;
application any;
}
then {
permit {
application-services {
idp;
}
}
log {
session-close;
}
}
}
}
from-zone Untrusted to-zone Trusted {
policy Inbound {
match {
source-address any;
destination-address any;
application any;
}
then {
permit {
application-services {
idp;
}
}
log {
session-close;
}
}
}
}
from-zone Untrusted to-zone junos-host {
policy RemoteAccess {
match {
source-address LGA_IP;
destination-address any;
application any;
}
then {
permit;
log {
session-close;
}
}
}
policy DenyRemote {
match {
source-address any;
destination-address any;
application any;
}
then {
deny;
log {
session-close;
}
}
}
}
from-zone Trusted to-zone junos-host {
policy InternalAccess {
match {
source-address any;
destination-address any;
application any;
}
then {
permit;
}
}
}


Viewing all articles
Browse latest Browse all 17645

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>