<?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 Adding Second subnet to Outside interface ASA 5512X 9.2 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/adding-second-subnet-to-outside-interface-asa-5512x-9-2/m-p/2980833#M144117</link>
    <description>&lt;P&gt;Have a client who only had provision for single IP address on the outside interface. Now they have had a another /29 subnet as they needs have increase. The current outside IP has 4 L2L VPN and 9 DNS entries , so instead of have to rekey all the changes I've tried to use the proxy arp and asked the ISP to route traffic for the new subnet to the public IP on he Outside interface.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;interface GigabitEthernet0/0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;nameif OUTSIDE&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;security-level 0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;ip address &amp;lt;EXISTING_PUBLIC_IP&amp;gt;&amp;nbsp;255.255.255.252&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;interface GigabitEthernet0/1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;nameif INSIDE&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;security-level 100&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;ip address 10.14.9.1 255.255.255.128&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;object network DTC-RDP/HTTPS&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;host 10.14.9.3&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;nat (INSIDE,OUTSIDE) static&amp;nbsp;&amp;lt;FIRST NEW PUBLIC IP&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;access-list OUTSIDE_ACCESS_IN extended permit tcp any host 10.14.9.3 eq https&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If i hit &lt;A href="https://&amp;lt;FIRST" target="_blank"&gt;https://&amp;lt;FIRST&lt;/A&gt; NEW PUBLIC IP&amp;gt; I don't get a&amp;nbsp;response&amp;nbsp;from the server. &amp;nbsp;Before I talk to the ISP have I made a response a configuration&amp;nbsp;&lt;/SPAN&gt;error.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 08:40:41 GMT</pubDate>
    <dc:creator>paulwtownsend</dc:creator>
    <dc:date>2019-03-12T08:40:41Z</dc:date>
    <item>
      <title>Adding Second subnet to Outside interface ASA 5512X 9.2</title>
      <link>https://community.cisco.com/t5/network-security/adding-second-subnet-to-outside-interface-asa-5512x-9-2/m-p/2980833#M144117</link>
      <description>&lt;P&gt;Have a client who only had provision for single IP address on the outside interface. Now they have had a another /29 subnet as they needs have increase. The current outside IP has 4 L2L VPN and 9 DNS entries , so instead of have to rekey all the changes I've tried to use the proxy arp and asked the ISP to route traffic for the new subnet to the public IP on he Outside interface.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;interface GigabitEthernet0/0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;nameif OUTSIDE&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;security-level 0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;ip address &amp;lt;EXISTING_PUBLIC_IP&amp;gt;&amp;nbsp;255.255.255.252&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;interface GigabitEthernet0/1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;nameif INSIDE&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;security-level 100&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;ip address 10.14.9.1 255.255.255.128&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;object network DTC-RDP/HTTPS&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;host 10.14.9.3&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;nat (INSIDE,OUTSIDE) static&amp;nbsp;&amp;lt;FIRST NEW PUBLIC IP&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;access-list OUTSIDE_ACCESS_IN extended permit tcp any host 10.14.9.3 eq https&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If i hit &lt;A href="https://&amp;lt;FIRST" target="_blank"&gt;https://&amp;lt;FIRST&lt;/A&gt; NEW PUBLIC IP&amp;gt; I don't get a&amp;nbsp;response&amp;nbsp;from the server. &amp;nbsp;Before I talk to the ISP have I made a response a configuration&amp;nbsp;&lt;/SPAN&gt;error.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:40:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-second-subnet-to-outside-interface-asa-5512x-9-2/m-p/2980833#M144117</guid>
      <dc:creator>paulwtownsend</dc:creator>
      <dc:date>2019-03-12T08:40:41Z</dc:date>
    </item>
    <item>
      <title>How is the the additional</title>
      <link>https://community.cisco.com/t5/network-security/adding-second-subnet-to-outside-interface-asa-5512x-9-2/m-p/2980834#M144118</link>
      <description>&lt;P&gt;How is the the additional subnet configured by the ISP?&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If they route the network to the ASA-IP, it should work.&lt;/LI&gt;
&lt;LI&gt;If the ISP configured the network as a secondary network, then you need the following commad on the ASA:&lt;/LI&gt;
&lt;/UL&gt;
&lt;PRE class="prettyprint"&gt;arp permit-nonconnected&lt;/PRE&gt;
&lt;P&gt;And you can use packet-tracer to check it:&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;packet-tracer input outside tcp 1.2.3.4 1234 NEW-PUBLIC-IP 443&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 16:16:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-second-subnet-to-outside-interface-asa-5512x-9-2/m-p/2980834#M144118</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2016-12-19T16:16:05Z</dc:date>
    </item>
  </channel>
</rss>

