Difference between revisions of "NAT Cisco ASA"

From Teknologisk videncenter
Jump to: navigation, search
m (links)
(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>
 
<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
Line 12: Line 13:
 
!
 
!
 
</source>
 
</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 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

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