<?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: ASA ISP Interface Setup in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-isp-interface-setup/m-p/3413931#M951172</link>
    <description>&lt;P&gt;so what is supposed to do the NAT?&amp;nbsp; your firewall or some ISP device in front of it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where is the 55. public IP?&amp;nbsp; is that what you configured on the outside interface of your ASA?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if so, you need to do a dynamic nat (aka nat overload) from your internal subnet to the public IP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and a static default route on your ASA to point to your&amp;nbsp;ISP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if this is not concise maybe add a small diagram of your set up&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jul 2018 11:14:47 GMT</pubDate>
    <dc:creator>Dennis Mink</dc:creator>
    <dc:date>2018-07-11T11:14:47Z</dc:date>
    <item>
      <title>ASA ISP Interface Setup</title>
      <link>https://community.cisco.com/t5/network-security/asa-isp-interface-setup/m-p/3413908#M951171</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a ASA and tried to remove my external router which we have had for very long time. My main ISP connection work as follows (real IPs not used but the principle the same):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;192.168.1.104 55.255.255.248 GW: 192.168.1.105&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The IP NAT ranges for my clients is:&lt;/P&gt;
&lt;P&gt;192.168.5.0 255.255.252.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I get this configured on a ASA interface ? I have set the interface to have an IP address of 192.168.1.107 and a route of 0.0.0.0 0.0.0.0 192.168.1.105&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I added a object group etc for NAT using a range like 192.168.5.241 192.168.5.245. But while this translation is happening according to the ASA I'm not getting any traffic out, for instance can't ping 8.8.8.8 etc??? Can't seem to find any examples of similar configurations even thou there must be some as this is pretty standard ISP configuration....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ed&lt;/P&gt;</description>
      <pubDate>Sat, 22 Feb 2020 07:35:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-isp-interface-setup/m-p/3413908#M951171</guid>
      <dc:creator>edw</dc:creator>
      <dc:date>2020-02-22T07:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: ASA ISP Interface Setup</title>
      <link>https://community.cisco.com/t5/network-security/asa-isp-interface-setup/m-p/3413931#M951172</link>
      <description>&lt;P&gt;so what is supposed to do the NAT?&amp;nbsp; your firewall or some ISP device in front of it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where is the 55. public IP?&amp;nbsp; is that what you configured on the outside interface of your ASA?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if so, you need to do a dynamic nat (aka nat overload) from your internal subnet to the public IP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and a static default route on your ASA to point to your&amp;nbsp;ISP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if this is not concise maybe add a small diagram of your set up&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 11:14:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-isp-interface-setup/m-p/3413931#M951172</guid>
      <dc:creator>Dennis Mink</dc:creator>
      <dc:date>2018-07-11T11:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: ASA ISP Interface Setup</title>
      <link>https://community.cisco.com/t5/network-security/asa-isp-interface-setup/m-p/3413958#M951173</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you define a nameif and security level?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A quick simple config would normally look like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;interface &amp;lt;inside-interface&amp;gt;&lt;/P&gt;
&lt;P&gt;security-level 100&lt;/P&gt;
&lt;P&gt;nameif inside&lt;/P&gt;
&lt;P&gt;ip address&amp;nbsp;&lt;SPAN&gt;192.168.5.104 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;interface &amp;lt;outside-interface&amp;gt;&lt;/P&gt;
&lt;P&gt;security-level 0&lt;/P&gt;
&lt;P&gt;nameif&amp;nbsp;outside&lt;/P&gt;
&lt;P&gt;ip address &lt;SPAN&gt;192.168.1.104&lt;/SPAN&gt;&amp;nbsp;255.255.255.248&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;route outside 0.0.0.0 0.0.0.0&amp;nbsp;&lt;SPAN&gt;192.168.1.105&lt;BR /&gt;&lt;BR /&gt;nat (inside,outside) source dynamic any interface&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 11:58:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-isp-interface-setup/m-p/3413958#M951173</guid>
      <dc:creator>Jesper Erbs</dc:creator>
      <dc:date>2018-07-11T11:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: ASA ISP Interface Setup</title>
      <link>https://community.cisco.com/t5/network-security/asa-isp-interface-setup/m-p/3413978#M951174</link>
      <description>&lt;P&gt;Thanks - The internal IPs are on the 10.1.x.x 255.255.255.0. We are needing to NAT to the 192.168.5.0 255.255.252.0. The ISP has a sub network so the external interface is 192.168.1.107 and GW 192.168.1.105. This is going straight to the ISP. All the 192.168.x.x IP's are internet routable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using NAT to do 10.1.x.x -&amp;gt; 192.168.5.0/22. But I don't appear to be getting any internet traffic. I know this setup work as I have a similar NAT on a router (which I'm trying to get rid of) so the connection or ISP isn't the issue. &lt;SPAN&gt;My question is that under this configu who do you do it on a &lt;/SPAN&gt;ASA implementation of doing NAT onto of another public subnet.. if that makes sense.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 12:40:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-isp-interface-setup/m-p/3413978#M951174</guid>
      <dc:creator>edw</dc:creator>
      <dc:date>2018-07-11T12:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: ASA ISP Interface Setup</title>
      <link>https://community.cisco.com/t5/network-security/asa-isp-interface-setup/m-p/3413979#M951175</link>
      <description>&lt;P&gt;Thanks - The internal IPs are on the 10.1.x.x 255.255.255.0. We are needing to NAT to the 192.168.5.0 255.255.252.0. The ISP has a sub network so the external interface is 192.168.1.107 and GW 192.168.1.105. This is going straight to the ISP. All the 192.168.x.x IP's are internet routable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using NAT to do 10.1.x.x -&amp;gt; 192.168.5.0/22. But I don't appear to be getting any internet traffic. I know this setup work as I have a similar NAT on a router (which I'm trying to get rid of) so the connection or ISP isn't the issue. &lt;SPAN&gt;My question is that under this configu who do you do it on a &lt;/SPAN&gt;ASA implementation of doing NAT onto of another public subnet.. if that makes sense.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 12:41:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-isp-interface-setup/m-p/3413979#M951175</guid>
      <dc:creator>edw</dc:creator>
      <dc:date>2018-07-11T12:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: ASA ISP Interface Setup</title>
      <link>https://community.cisco.com/t5/network-security/asa-isp-interface-setup/m-p/3414237#M951176</link>
      <description>Anyone? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Wed, 11 Jul 2018 18:45:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-isp-interface-setup/m-p/3414237#M951176</guid>
      <dc:creator>edw</dc:creator>
      <dc:date>2018-07-11T18:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: ASA ISP Interface Setup</title>
      <link>https://community.cisco.com/t5/network-security/asa-isp-interface-setup/m-p/3414277#M951177</link>
      <description>&lt;P&gt;If I understand you correctly, you want to do static one to one NAT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;10.1.5.2 -&amp;gt; 192.168.5.2&lt;/P&gt;
&lt;P&gt;10.1.5.3 -&amp;gt; 192.168.5.3&lt;/P&gt;
&lt;P&gt;10.1.5.3 -&amp;gt; 192.168.5.3&lt;/P&gt;
&lt;P&gt;And so forth.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An example of that would be:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;object network 10.1.5.0-24&lt;/P&gt;
&lt;P&gt;subnet 10.1.0.0 255.255.255.0&lt;/P&gt;
&lt;P&gt;object network 192.168.5.0-24&lt;/P&gt;
&lt;P&gt;subnet 192.168.5.0 255.255.255.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;nat (inside,outside) source static&amp;nbsp;&lt;SPAN&gt;10.1.5.0-24&amp;nbsp;192.168.5.0-24&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 20:03:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-isp-interface-setup/m-p/3414277#M951177</guid>
      <dc:creator>Jesper Erbs</dc:creator>
      <dc:date>2018-07-11T20:03:51Z</dc:date>
    </item>
  </channel>
</rss>

