For When You Can't Have The Real Thing
[ start | index | login ]
start > Cisco > ASA > 9.1 > Same-interface Hairpin

Same-interface Hairpin

Created by dave. Last edited by dave, 6 years and 293 days ago. Viewed 2,116 times. #1
[edit] [rdf]
labels
attachments
(2017-05-31)

Problem

I have a server on my dmz at 192.168.1.10, with a public IP of 1.1.1.1. I need another server on the 192.168.1.0/24 network to be able to access .10 through its public IP.

Solution

object network LAN
 subnet 192.168.1.0 255.255.255.0
object network PUBLIC
 host 1.1.1.1
object network LOCAL
 host 192.168.1.10
nat (inside,inside) source dynamic LAN interface destination static PUBLIC LOCAL

(>>Source)

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt