Transcript
  • 5/23/2018 How to Access a Server Using Its Public Ip Address From a Host Behind the Same Inte...

    http:///reader/full/how-to-access-a-server-using-its-public-ip-address-from-a-host

    There are some cases in which customer needs the ability to access the server from a host

    sitting behind the same interface using it's public ip address.

    DNS inspection is not possible in some cases when the dns request do not pass throughthe ASA.

    ------!...!"#$----------inside---ASA----#!...!"#$----outside

    %ollowing is the static statement to map the server public to private ip addreses&

    static inside(outside) #!...! !...!

    %ollowing are the nat and global stamement for the inside host to access the internet&

    nat inside) ! !

    global outside) interface

    *elow confoguration on the ASA would achieve the result&

    global inside) interface

    static inside(inside) #!...! !...!

    Similar configiartion would be required in +.#,.

  • 5/23/2018 How to Access a Server Using Its Public Ip Address From a Host Behind the Same Inte...

    http:///reader/full/how-to-access-a-server-using-its-public-ip-address-from-a-host


Top Related