Difference between revisions of "NAT Cisco ASA"

From Teknologisk videncenter
Jump to: navigation, search
(Outside in - one-to-one nat)
(Outside in - one-to-one nat)
Line 3: Line 3:
 
External IP: 217.198.220.152
 
External IP: 217.198.220.152
  
<b>Version 8</b>
+
<b>Version 8 ASA</b>
 
<source lang=cli>
 
<source lang=cli>
 
access-list H5MAJ2017 permit ip any host 192.168.138.152
 
access-list H5MAJ2017 permit ip any host 192.168.138.152

Revision as of 14:40, 1 May 2017

Outside in - one-to-one nat

Internal IP: 192.168.138.152 External IP: 217.198.220.152

Version 8 ASA

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