<?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 Allowing guest network access to inside webserver using public I in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/allowing-guest-network-access-to-inside-webserver-using-public/m-p/2411548#M308455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad to hear it worked out &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure why the &lt;STRONG&gt;"dns"&lt;/STRONG&gt; parameter didnt work. It should work for users behind other interfaces too even though the &lt;STRONG&gt;"static"&lt;/STRONG&gt; command might refer to different interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Nov 2013 16:05:10 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-11-25T16:05:10Z</dc:date>
    <item>
      <title>Allowing guest network access to inside webserver using public IP</title>
      <link>https://community.cisco.com/t5/network-security/allowing-guest-network-access-to-inside-webserver-using-public/m-p/2411544#M308451</link>
      <description>&lt;P&gt;I have a ASA 5505 running 8.2(5).&amp;nbsp; I have a guest network configured on it's own interface and using a public DNS server.&amp;nbsp; I need to be able to access a web server that is on the inside interface using the web server's public IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The guest network uses 10.0.6.0/24 and the inside network uses 192.168.0.0/24.&amp;nbsp; The public IP of the webserver is x.x.139.171 which is NATed to 192.168.0.171.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen some things mention using hairpinning or DNS doctoring, but I am not sure that those methods apply to this situation since we are working with two interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this even possible to accomplish?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can post the config file if necessary.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:08:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-guest-network-access-to-inside-webserver-using-public/m-p/2411544#M308451</guid>
      <dc:creator>bhuffstutler</dc:creator>
      <dc:date>2019-03-12T03:08:11Z</dc:date>
    </item>
    <item>
      <title>Allowing guest network access to inside webserver using public I</title>
      <link>https://community.cisco.com/t5/network-security/allowing-guest-network-access-to-inside-webserver-using-public/m-p/2411545#M308452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To my understanding the first option might be adding the &lt;STRONG&gt;"dns"&lt;/STRONG&gt; parameter to the existing Static NAT unless already present. The Static NAT configuration should ook something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside,outside) x.x.139.171 192.168.0.171 netmask 255.255.255.255 dns&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;"dns"&lt;/STRONG&gt; parameter should do so that the ASA will rewrite the DNS reply from the public DNS server when a internal host queries for the IP address of the server. The ASA should therefore forward the DNS reply with the internal IP address and the connections should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you could configure the same Static NAT from &lt;STRONG&gt;"inside"&lt;/STRONG&gt; to &lt;STRONG&gt;"guest"&lt;/STRONG&gt; (presuming your interface names since I have not seen the configurations)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside,guest) x.x.139.171 192.168.0.171 netmask 255.255.255.255&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would mean that the hosts behind "guest" could connect to the server 192.168.0.171 using the public IP address x.x.139.171&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do remember to mark a reply as the correct answer if it answered your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feel free to ask more if needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 08:41:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-guest-network-access-to-inside-webserver-using-public/m-p/2411545#M308452</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-11-22T08:41:58Z</dc:date>
    </item>
    <item>
      <title>Allowing guest network access to inside webserver using public I</title>
      <link>https://community.cisco.com/t5/network-security/allowing-guest-network-access-to-inside-webserver-using-public/m-p/2411546#M308453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remember that when you are coming from a lower security interface to a higher, in this case the inside, you must configure ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have NAT control configured you can configure an ACL that permits tcp/80 from the DMZ network to the translated address (X.X.139.171) then deny IP from the DMZ to any other port to this server global address a deny from the dmz to the local network (inside) and then a permit IP from the DMZ network to any, obviouly apply the ACL name or number to an access group applied to the DMZ interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value our effort and rate the assistance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Nov 2013 03:19:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-guest-network-access-to-inside-webserver-using-public/m-p/2411546#M308453</guid>
      <dc:creator>jumora</dc:creator>
      <dc:date>2013-11-24T03:19:05Z</dc:date>
    </item>
    <item>
      <title>Allowing guest network access to inside webserver using public I</title>
      <link>https://community.cisco.com/t5/network-security/allowing-guest-network-access-to-inside-webserver-using-public/m-p/2411547#M308454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; The DNS rewrite did not work, but the additional static NAT statement did.&amp;nbsp; Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 15:59:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-guest-network-access-to-inside-webserver-using-public/m-p/2411547#M308454</guid>
      <dc:creator>bhuffstutler</dc:creator>
      <dc:date>2013-11-25T15:59:31Z</dc:date>
    </item>
    <item>
      <title>Allowing guest network access to inside webserver using public I</title>
      <link>https://community.cisco.com/t5/network-security/allowing-guest-network-access-to-inside-webserver-using-public/m-p/2411548#M308455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad to hear it worked out &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure why the &lt;STRONG&gt;"dns"&lt;/STRONG&gt; parameter didnt work. It should work for users behind other interfaces too even though the &lt;STRONG&gt;"static"&lt;/STRONG&gt; command might refer to different interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 16:05:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-guest-network-access-to-inside-webserver-using-public/m-p/2411548#M308455</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-11-25T16:05:10Z</dc:date>
    </item>
  </channel>
</rss>

