<?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 Using inside interface IP address for PAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/using-inside-interface-ip-address-for-pat/m-p/3416988#M950355</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have a direct connection to a remote vendor from my ASA 5516 (9.5(2)) for a hosted web based application.&amp;nbsp; I need to add an IP on my inside interface (192.168.2.26) to use for a PAT address to the vendor.&amp;nbsp; This is the path:&lt;/P&gt;
&lt;P&gt;Client (192.168.1.0/24) -&amp;gt; Core switch (192.168.2.1/24) -&amp;gt; Firewall inside interface (192.168.2.25/24) -&amp;gt; Firewall vendor interface&amp;nbsp; (10.10.10.101/29) -&amp;gt; Vendor firewall(10.10.10.97/29) -&amp;gt; Web App (10.10.11.0/24)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is what I've tried but it isn't working:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;route inside 192.168.1.0 255.255.255.0 192.168.2.1 1&lt;/P&gt;
&lt;P&gt;route vendor 10.10.11.0 255.255.255.0 10.10.10.101 1&lt;/P&gt;
&lt;P&gt;object network VENDOR_LOCAL_PAT&lt;BR /&gt;&amp;nbsp;subnet 192.168.1.0 255.255.255.0&lt;BR /&gt;object network VENDOR_REMOTE_PAT&lt;BR /&gt;&amp;nbsp;subnet 10.10.11.0 255.255.255.0&lt;BR /&gt;object network VENDOR_PAT_IP&lt;BR /&gt;&amp;nbsp;host 192.168.2.26&lt;BR /&gt;nat (inside,vendor) source dynamic VENDOR_LOCAL_PAT VENDOR_PAT_IP destination static VENDOR_REMOTE_PAT VENDOR_REMOTE_PAT&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone tell me what I'm doing wrong?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Bill&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 15:59:45 GMT</pubDate>
    <dc:creator>bhogue</dc:creator>
    <dc:date>2020-02-21T15:59:45Z</dc:date>
    <item>
      <title>Using inside interface IP address for PAT</title>
      <link>https://community.cisco.com/t5/network-security/using-inside-interface-ip-address-for-pat/m-p/3416988#M950355</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have a direct connection to a remote vendor from my ASA 5516 (9.5(2)) for a hosted web based application.&amp;nbsp; I need to add an IP on my inside interface (192.168.2.26) to use for a PAT address to the vendor.&amp;nbsp; This is the path:&lt;/P&gt;
&lt;P&gt;Client (192.168.1.0/24) -&amp;gt; Core switch (192.168.2.1/24) -&amp;gt; Firewall inside interface (192.168.2.25/24) -&amp;gt; Firewall vendor interface&amp;nbsp; (10.10.10.101/29) -&amp;gt; Vendor firewall(10.10.10.97/29) -&amp;gt; Web App (10.10.11.0/24)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is what I've tried but it isn't working:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;route inside 192.168.1.0 255.255.255.0 192.168.2.1 1&lt;/P&gt;
&lt;P&gt;route vendor 10.10.11.0 255.255.255.0 10.10.10.101 1&lt;/P&gt;
&lt;P&gt;object network VENDOR_LOCAL_PAT&lt;BR /&gt;&amp;nbsp;subnet 192.168.1.0 255.255.255.0&lt;BR /&gt;object network VENDOR_REMOTE_PAT&lt;BR /&gt;&amp;nbsp;subnet 10.10.11.0 255.255.255.0&lt;BR /&gt;object network VENDOR_PAT_IP&lt;BR /&gt;&amp;nbsp;host 192.168.2.26&lt;BR /&gt;nat (inside,vendor) source dynamic VENDOR_LOCAL_PAT VENDOR_PAT_IP destination static VENDOR_REMOTE_PAT VENDOR_REMOTE_PAT&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone tell me what I'm doing wrong?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Bill&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 15:59:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-inside-interface-ip-address-for-pat/m-p/3416988#M950355</guid>
      <dc:creator>bhogue</dc:creator>
      <dc:date>2020-02-21T15:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using inside interface IP address for PAT</title>
      <link>https://community.cisco.com/t5/network-security/using-inside-interface-ip-address-for-pat/m-p/3417135#M950356</link>
      <description>&lt;P&gt;Hi Bill,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the nat rule look ok, but I think that route to vendor is false. Can you try:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;gt; route vendor 10.10.11.0 255.255.255.0 10.10.10.97 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best&amp;nbsp;&lt;/SPAN&gt;regards,&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 20:22:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-inside-interface-ip-address-for-pat/m-p/3417135#M950356</guid>
      <dc:creator>Jewgeni Uschegow</dc:creator>
      <dc:date>2018-07-17T20:22:02Z</dc:date>
    </item>
  </channel>
</rss>

