<?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 and that will redirect in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-to-access-internal-mail-when-on-guest-network/m-p/2886352#M154584</link>
    <description>&lt;P&gt;and that will redirect anything trying to hit the external IP from the inside to the inside IP?&lt;/P&gt;</description>
    <pubDate>Thu, 21 Apr 2016 16:05:21 GMT</pubDate>
    <dc:creator>Mike Buyarski</dc:creator>
    <dc:date>2016-04-21T16:05:21Z</dc:date>
    <item>
      <title>how to access internal mail when on guest network</title>
      <link>https://community.cisco.com/t5/network-security/how-to-access-internal-mail-when-on-guest-network/m-p/2886350#M154582</link>
      <description>&lt;P&gt;so we recently installed a ASA in place of a router. however now our smart phone users cant get there email on there phone when they are on the guest network.(phone are only allowed on the guest network)&amp;nbsp;I expect this is because the guest network uses external DNS servers so the address of our mail server resolves to&amp;nbsp;the external IP. but that creates the problem since&amp;nbsp;it is going&amp;nbsp;out the same device that it needs to come into. this was not a problem on the router since it just redirected it to the internal address. There must be a way to get this to work through the ASA as well?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 07:39:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-access-internal-mail-when-on-guest-network/m-p/2886350#M154582</guid>
      <dc:creator>Mike Buyarski</dc:creator>
      <dc:date>2019-03-12T07:39:08Z</dc:date>
    </item>
    <item>
      <title>you need to do DNS re-write.</title>
      <link>https://community.cisco.com/t5/network-security/how-to-access-internal-mail-when-on-guest-network/m-p/2886351#M154583</link>
      <description>&lt;P&gt;you need to do DNS re-write. you need to add the dns keyword to the end of your NAT statement.&lt;/P&gt;
&lt;P&gt;object network MAILSERVER&lt;/P&gt;
&lt;P&gt;&amp;nbsp; host 10.10.10.10&lt;/P&gt;
&lt;P&gt;&amp;nbsp;nat (inside,outside) static 1.2.3.4 dns&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 15:32:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-access-internal-mail-when-on-guest-network/m-p/2886351#M154583</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2016-04-21T15:32:34Z</dc:date>
    </item>
    <item>
      <title>and that will redirect</title>
      <link>https://community.cisco.com/t5/network-security/how-to-access-internal-mail-when-on-guest-network/m-p/2886352#M154584</link>
      <description>&lt;P&gt;and that will redirect anything trying to hit the external IP from the inside to the inside IP?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 16:05:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-access-internal-mail-when-on-guest-network/m-p/2886352#M154584</guid>
      <dc:creator>Mike Buyarski</dc:creator>
      <dc:date>2016-04-21T16:05:21Z</dc:date>
    </item>
    <item>
      <title>What it does is check the NAT</title>
      <link>https://community.cisco.com/t5/network-security/how-to-access-internal-mail-when-on-guest-network/m-p/2886353#M154585</link>
      <description>&lt;P&gt;What it does is check the NAT table and if it finds an entry for the public IP that is returned in the DNS request, it will re-write the public IP to the private IP and send the request to the requesting PC.&lt;/P&gt;
&lt;P&gt;Keep in mind that you will need to allow traffic in the ACL to the private IP of the mail server.&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 16:25:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-access-internal-mail-when-on-guest-network/m-p/2886353#M154585</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2016-04-21T16:25:39Z</dc:date>
    </item>
    <item>
      <title>OK I will try that, and yes I</title>
      <link>https://community.cisco.com/t5/network-security/how-to-access-internal-mail-when-on-guest-network/m-p/2886354#M154586</link>
      <description>&lt;P&gt;OK I will try that, and yes I do have the mail server allowed in the ACL for the guest network. Like I said it was working before the ASA was in.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 16:37:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-access-internal-mail-when-on-guest-network/m-p/2886354#M154586</guid>
      <dc:creator>Mike Buyarski</dc:creator>
      <dc:date>2016-04-21T16:37:53Z</dc:date>
    </item>
    <item>
      <title>It is because the users are</title>
      <link>https://community.cisco.com/t5/network-security/how-to-access-internal-mail-when-on-guest-network/m-p/2886355#M154587</link>
      <description>&lt;P&gt;It is because the users are receiving the public IP of the server. &amp;nbsp;add the DNS keyword to the end of your NAT statement on the ASA then it should start working again.&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 16:45:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-access-internal-mail-when-on-guest-network/m-p/2886355#M154587</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2016-04-21T16:45:10Z</dc:date>
    </item>
    <item>
      <title>FYI I will have to do that</title>
      <link>https://community.cisco.com/t5/network-security/how-to-access-internal-mail-when-on-guest-network/m-p/2886356#M154588</link>
      <description>&lt;P&gt;FYI I will have to do that change in off hours so I will let you know tomorrow!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 18:10:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-access-internal-mail-when-on-guest-network/m-p/2886356#M154588</guid>
      <dc:creator>Mike Buyarski</dc:creator>
      <dc:date>2016-04-21T18:10:10Z</dc:date>
    </item>
    <item>
      <title>Worked great Thanks!</title>
      <link>https://community.cisco.com/t5/network-security/how-to-access-internal-mail-when-on-guest-network/m-p/2886357#M154589</link>
      <description>&lt;P&gt;Worked great Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2016 16:34:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-access-internal-mail-when-on-guest-network/m-p/2886357#M154589</guid>
      <dc:creator>Mike Buyarski</dc:creator>
      <dc:date>2016-04-22T16:34:31Z</dc:date>
    </item>
  </channel>
</rss>

