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

Re: SRX port forwarding

$
0
0

also have a problem with dst nat to 443, do you fix it?

destination {

  pool dst-nat-site-ssl {
  address 10.1.1.241/32 port 443;
 }

}

zones {
security-zone trust {
 address-book {
address site-ssl 10.1.1.241/32;

}

}

rule r6 {
match {
destination-address pub_ip_addr/32;
destination-port 443;
}
then {
destination-nat {
pool {
dst-nat-site-ssl;
}
}
}
}

from-zone untrust to-zone trust {
policy server-access {
match {
source-address any;
destination-address [site-ssl ];
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>