- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
10-24-2012 07:01 PM
I am wanting to have one of my internal machines be a webserver and be allowed to talk out through the internet.
Not sure how to go about doing this.
10-24-2012 10:12 PM
Let's say your server is in the trust zone.
Nat Policy (destination nat)
from L3_Untrust;
source any;
to L3_Untrust;
to-interface ;
destination 199.3.215.103; <== Public IP of your server
service tcp/any/any;
translate-to "dst: 172.16.20.7";
Sec Policy
from L3_Untrust;
source any;
source-region any;
to L3_Trust;
destination 199.3.215.103; <== Public IP of your server
destination-region any;
user any;
category any;
application/service[ ssl/any/any/any web-browsing/any/any/any ];
action allow;
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!