the formula is: static (high security interface,low security interface) low security interface IP high security interface IP. ihn other words, static (high,low) low high.
Then you would need to create an access list, example;
access-list 101 permit tcp any host 192.168.1.2 eq www
This will permit web access on port 80 to host at ip address 192.168.1.2 from anywhere on the internet.
Do not forget to bind the access list to your outside interface by using "access-group 101 in interface outside" command.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.