<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Exchange server &amp; ASA 5540 outside interface sharing same IP in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/exchange-server-asa-5540-outside-interface-sharing-same-ip/m-p/942974#M937779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In PIX 6.0, the Port Redirection(Forwarding) feature was added to allow outside users to connect to a particular IP address/port and have the PIX redirect the traffic to the appropriate inside server; the static command was modified. The shared address can be a unique address, a shared outbound PAT address, or shared with the external interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when a host on one PIX Firewall interface initiates a connection to a host on another interface, the PIX must have a way to translate that host's IP address across itself. Even if it is not necessary for the IP address to be translated, a translation must still occur. Therefore, in order to allow hosts on the inside access to hosts on the DMZ, a translation that does not actually translate must be configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the following url for more info on allowing Inside Hosts Access to a DMZ without Translation:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094aad.shtml#dmz" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094aad.shtml#dmz&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2008 16:10:42 GMT</pubDate>
    <dc:creator>smahbub</dc:creator>
    <dc:date>2008-05-20T16:10:42Z</dc:date>
    <item>
      <title>Exchange server &amp; ASA 5540 outside interface sharing same IP address?</title>
      <link>https://community.cisco.com/t5/network-security/exchange-server-asa-5540-outside-interface-sharing-same-ip/m-p/942973#M937778</link>
      <description>&lt;P&gt;Hi Gurus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need some assistance here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Need email access from outside but don't have a dedicated public IP for mail server. Can i share the same IP for both like the way ISA works? i.e PAT inside to outside then static NAT for exchange IP to public IP &amp;amp; allow smtp access from outside?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Need to inside to access DMZ without translation. I have done this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;&lt;P&gt; nameif IF_LAN_INSIDE&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 172.31.1.2 255.255.255.0 standby 172.31.1.3 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/2&lt;/P&gt;&lt;P&gt; nameif IF_DMZ&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; ip address 192.168.168.1 255.255.255.248 standby 192.168.168.2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (IF_LAN_INSIDE,IF_DMZ) 172.31.1.0 172.31.1.0 netmask 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i cant access DMZ from INSIDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;removed the static command and did this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list INSIDE_TO_DMZ_NONAT extended permit ip 172.31.1.0 255.255.255.0 192.168.168.0 255.255.255.248 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (IF_LAN_INSIDE) 0 access-list INSIDE_TO_DMZ_NONAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this didn't work still. enable nat-control to no avail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the only thing that works is nating from inside to DMZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any pointers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;solomon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:44:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/exchange-server-asa-5540-outside-interface-sharing-same-ip/m-p/942973#M937778</guid>
      <dc:creator>solomonthuo</dc:creator>
      <dc:date>2019-03-11T12:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Exchange server &amp; ASA 5540 outside interface sharing same IP</title>
      <link>https://community.cisco.com/t5/network-security/exchange-server-asa-5540-outside-interface-sharing-same-ip/m-p/942974#M937779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In PIX 6.0, the Port Redirection(Forwarding) feature was added to allow outside users to connect to a particular IP address/port and have the PIX redirect the traffic to the appropriate inside server; the static command was modified. The shared address can be a unique address, a shared outbound PAT address, or shared with the external interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when a host on one PIX Firewall interface initiates a connection to a host on another interface, the PIX must have a way to translate that host's IP address across itself. Even if it is not necessary for the IP address to be translated, a translation must still occur. Therefore, in order to allow hosts on the inside access to hosts on the DMZ, a translation that does not actually translate must be configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the following url for more info on allowing Inside Hosts Access to a DMZ without Translation:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094aad.shtml#dmz" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094aad.shtml#dmz&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 16:10:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/exchange-server-asa-5540-outside-interface-sharing-same-ip/m-p/942974#M937779</guid>
      <dc:creator>smahbub</dc:creator>
      <dc:date>2008-05-20T16:10:42Z</dc:date>
    </item>
  </channel>
</rss>

