test aja
!-- Configure the 1-1 nat
object network nat-[[Public IP]]-[[Private IP]]
host [[Private IP]]
nat ([[Private Interface]],[[Public Interface]]) static [[Public IP]]
!-- Make sure to add access-list statements to allow traffic.
Examples:
access-list [[Outside Access-List]] permit tcp any host [[Private IP]] eq 25
access-list [[Outside Access-List]] permit tcp any host [[Private IP]] eq 80
Note: To find the outside access-list for your ASA, type 'show run access-group'
Use this code to post the full script to your own page:
Use this code to post only the variables to your own page: