<?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 NAT from outside source to an internal server in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-from-outside-source-to-an-internal-server/m-p/2445819#M268728</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a single host and web_staging is a network object group and I am just trying to create a one to one relationship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;useablenet connects through 209.x.x.97 that translates to 10.x.x.97 and only allowing usablenet to connect&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Mar 2014 12:48:13 GMT</pubDate>
    <dc:creator>Keith Brugnani</dc:creator>
    <dc:date>2014-03-06T12:48:13Z</dc:date>
    <item>
      <title>NAT from outside source to an internal server</title>
      <link>https://community.cisco.com/t5/network-security/nat-from-outside-source-to-an-internal-server/m-p/2445817#M268725</link>
      <description>&lt;P&gt;I have been working on this for months and I am still not able to get this working correctly. What I am trying to accomplish is to allow Usablenet to connect to our staging web server from the internet with an IP range for Usablenet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The odd thing is this does not seem to be correct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network web_staging_net&lt;/P&gt;&lt;P&gt; nat (web_staging,outside) dynamic interface&lt;/P&gt;&lt;P&gt;nat (web_staging,outside) source static obj-10.x.x.197 obj-209.x.x.97 destination static Useablenet Useablenet&lt;SPAN style="font-size: 10pt;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACL&lt;/P&gt;&lt;P&gt;access-list outside_in extended permit tcp object-group Useablenet host 10.x.x.197 eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:52:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-from-outside-source-to-an-internal-server/m-p/2445817#M268725</guid>
      <dc:creator>Keith Brugnani</dc:creator>
      <dc:date>2019-03-12T03:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: NAT from outside source to an internal server</title>
      <link>https://community.cisco.com/t5/network-security/nat-from-outside-source-to-an-internal-server/m-p/2445818#M268727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the configuration of the object web_staging_net? Is it a subnet or single host? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend creating a separate host entry for 10.x.x.197 and removing the static NAT entry from the other object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network web_10.x.x.197&lt;/P&gt;&lt;P&gt;host 10.x.x.197&lt;/P&gt;&lt;P&gt;nat (web_staging,outside) static obj-209.x.x.97&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 15:08:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-from-outside-source-to-an-internal-server/m-p/2445818#M268727</guid>
      <dc:creator>jj27</dc:creator>
      <dc:date>2014-03-03T15:08:48Z</dc:date>
    </item>
    <item>
      <title>NAT from outside source to an internal server</title>
      <link>https://community.cisco.com/t5/network-security/nat-from-outside-source-to-an-internal-server/m-p/2445819#M268728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a single host and web_staging is a network object group and I am just trying to create a one to one relationship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;useablenet connects through 209.x.x.97 that translates to 10.x.x.97 and only allowing usablenet to connect&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 12:48:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-from-outside-source-to-an-internal-server/m-p/2445819#M268728</guid>
      <dc:creator>Keith Brugnani</dc:creator>
      <dc:date>2014-03-06T12:48:13Z</dc:date>
    </item>
    <item>
      <title>NAT from outside source to an internal server</title>
      <link>https://community.cisco.com/t5/network-security/nat-from-outside-source-to-an-internal-server/m-p/2445820#M268731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post the current output of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show run object&lt;/P&gt;&lt;P&gt;show run object-group&lt;/P&gt;&lt;P&gt;show run nat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 14:08:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-from-outside-source-to-an-internal-server/m-p/2445820#M268731</guid>
      <dc:creator>jj27</dc:creator>
      <dc:date>2014-03-06T14:08:49Z</dc:date>
    </item>
    <item>
      <title>NAT from outside source to an internal server</title>
      <link>https://community.cisco.com/t5/network-security/nat-from-outside-source-to-an-internal-server/m-p/2445821#M268733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has been resolved, it was simply a routing issue where the 209.x.x.97 was not routable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 20:13:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-from-outside-source-to-an-internal-server/m-p/2445821#M268733</guid>
      <dc:creator>Keith Brugnani</dc:creator>
      <dc:date>2014-03-06T20:13:44Z</dc:date>
    </item>
  </channel>
</rss>

