Difference between revisions of "NAT Cisco ASA"

From Teknologisk videncenter
Jump to: navigation, search
m (added Category:ASA Cisco using HotCat)
m (links)
Line 1: Line 1:
 +
=Outside in - one-to-one nat=
 +
Internal IP: 192.168.138.152
 +
External IP: 217.198.220.152
 +
 +
<source lang=cli>
 +
access-list H5MAJ2017 permit ip any host 192.168.138.152
 +
access-group H5MAJ2017 in interface OUTSIDE
 +
!
 +
object network OBJ192.168.138.152
 +
host 192.168.138.152
 +
nat (INSIDE,OUTSIDE) static 217.198.220.152
 +
!
 +
</source>
 
=links=
 
=links=
 
*[http://www.petenetlive.com/KB/Article/0000691 One-to-one NAT]
 
*[http://www.petenetlive.com/KB/Article/0000691 One-to-one NAT]
  
 
[[Category:ASA Cisco]]
 
[[Category:ASA Cisco]]

Revision as of 09:58, 1 May 2017

Outside in - one-to-one nat

Internal IP: 192.168.138.152 External IP: 217.198.220.152

access-list H5MAJ2017 permit ip any host 192.168.138.152
access-group H5MAJ2017 in interface OUTSIDE
!
object network OBJ192.168.138.152
 host 192.168.138.152
 nat (INSIDE,OUTSIDE) static 217.198.220.152
!

links