<?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: Policy NAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/policy-nat/m-p/1518586#M635519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thaks for yoru response, I am wondering about the same size of subnet, is this a limitation with the ASA or what?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try it tomorrow then let you guys know, thanks for the link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Nov 2010 21:16:37 GMT</pubDate>
    <dc:creator>b_rasheed</dc:creator>
    <dc:date>2010-11-04T21:16:37Z</dc:date>
    <item>
      <title>Policy NAT</title>
      <link>https://community.cisco.com/t5/network-security/policy-nat/m-p/1518581#M635510</link>
      <description>&lt;P&gt;Hello folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to policy NAT, we have ASA 5505 and I am trying to create a policy NAT to connect my network to anohter location through the VPN tunnel, I do not have any problem creating the VPN tunnel, the only problem is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my inside network is 10.0.5.0/24&amp;nbsp; and my other end is 192.168.181.0 /28&lt;/P&gt;&lt;P&gt;I am trying to connect to 192.168.181.0 /28 by using this subnet 192.168.182.0 /28&lt;/P&gt;&lt;P&gt;I want the other end to see my network as 192.168.182.0 /28&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 105 extended permit ip 192.168.182.16 255.255.255.240 192.168.181.16 255.255.255.240&lt;BR /&gt;access-list NAT-T extended permit ip host 10.0.5.1 192.168.181.16 255.255.255.240&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 15 access-list NAT-T&lt;/P&gt;&lt;P&gt;global (outside) 15 192.168.182.16 netmask 255.255.255.240&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then the normal configuratoin for the VPN tunnel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:05:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/policy-nat/m-p/1518581#M635510</guid>
      <dc:creator>b_rasheed</dc:creator>
      <dc:date>2019-03-11T19:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Policy NAT</title>
      <link>https://community.cisco.com/t5/network-security/policy-nat/m-p/1518582#M635511</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;You'll want to use a policy nat with the 'static' command to achieve this. The mapped subnet needs to be the same size as the original subnet. For example, 10.0.5.0/24 can be mapped to 192.168.182.0/24, but not 192.168.182.0 /28.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the sample config:&lt;/P&gt;&lt;P&gt;access-list policy-nat permit ip 10.0.5.0 255.255.255.0 192.168.181.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 192.168.182.0 access-list policy-nat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a more detailed example, see PIX/ASA 7.x and later: Site to Site (L2L) IPsec VPN with Policy NAT Configuration Example:&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00808c9950.shtml"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00808c9950.shtml&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 17:53:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/policy-nat/m-p/1518582#M635511</guid>
      <dc:creator>witsang</dc:creator>
      <dc:date>2010-11-04T17:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Policy NAT</title>
      <link>https://community.cisco.com/t5/network-security/policy-nat/m-p/1518583#M635512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your config should be something like this &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;access-list NAT-T extended permit ip host 10.0.5.0 255.255.255.0 192.168.181.16 255.255.255.240&lt;/P&gt;&lt;P&gt;nat (inside) 15 access-list NAT-T&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;global (outside) 15 192.168.182.16 netmask 255.255.255.&lt;STRONG style="color: #ff0000; "&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You need to have the available ips to be as many as your internal hosts though in order to be able to translate them all.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 18:15:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/policy-nat/m-p/1518583#M635512</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2010-11-04T18:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Policy NAT</title>
      <link>https://community.cisco.com/t5/network-security/policy-nat/m-p/1518584#M635515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks alot for your response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 18:35:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/policy-nat/m-p/1518584#M635515</guid>
      <dc:creator>b_rasheed</dc:creator>
      <dc:date>2010-11-04T18:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Policy NAT</title>
      <link>https://community.cisco.com/t5/network-security/policy-nat/m-p/1518585#M635517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please let us know if it works by marking this as answered so others can benefit from it in the futre.&lt;/P&gt;&lt;P&gt;Take care,&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 20:17:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/policy-nat/m-p/1518585#M635517</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2010-11-04T20:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Policy NAT</title>
      <link>https://community.cisco.com/t5/network-security/policy-nat/m-p/1518586#M635519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thaks for yoru response, I am wondering about the same size of subnet, is this a limitation with the ASA or what?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try it tomorrow then let you guys know, thanks for the link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 21:16:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/policy-nat/m-p/1518586#M635519</guid>
      <dc:creator>b_rasheed</dc:creator>
      <dc:date>2010-11-04T21:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Policy NAT</title>
      <link>https://community.cisco.com/t5/network-security/policy-nat/m-p/1518587#M635520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's working like charm, thanks a lot for your answer, I tried both solutions your method and the other method, both methods are working with /24, I tried /28 but it did not work, Witsang&amp;nbsp; was right about the size of the subnet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Nov 2010 00:10:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/policy-nat/m-p/1518587#M635520</guid>
      <dc:creator>b_rasheed</dc:creator>
      <dc:date>2010-11-06T00:10:38Z</dc:date>
    </item>
  </channel>
</rss>

