<?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 &amp; ISP address space query in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-isp-address-space-query/m-p/889202#M421000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mehboob, you're welcome and thank you for the rating.. Im sure all will be good at your end, and netpro/forum will always be here to assist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jan 2008 01:57:28 GMT</pubDate>
    <dc:creator>JORGE RODRIGUEZ</dc:creator>
    <dc:date>2008-01-07T01:57:28Z</dc:date>
    <item>
      <title>ASA &amp; ISP address space query</title>
      <link>https://community.cisco.com/t5/network-security/asa-isp-address-space-query/m-p/889199#M420997</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be a dumb question.One of my client planning on creating RDP access to few servers sitting on 'Inside' of ASA5510. Client requested ISP /24 pulic address space and was provided with 1.1.1.0/24 (ips changed). Also,ISP provided client with ASA ouside i/f IP: 2.2.2.2/30 and Default gateway for ASA (ISPs modem) as 2.2.2.1/30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what is the best way to use the ISP assigned public IPs to provide RDP access to servers inside..? Can I assign 1.1.1.1/24 to ASA inside and can create 'NO NAT' to access internet and also RDP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or I was originally thinking about having NAT with pvt ip scheme internally (was not aware of public ip space requested). So is there any way using same pvt ip space and assigned /24 ip addresses to create Internet/RDP access?&lt;/P&gt;&lt;P&gt;Any help with config links is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks inadvance&lt;/P&gt;&lt;P&gt;MS&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:51:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-isp-address-space-query/m-p/889199#M420997</guid>
      <dc:creator>mvsheik123</dc:creator>
      <dc:date>2020-02-21T09:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: ASA &amp; ISP address space query</title>
      <link>https://community.cisco.com/t5/network-security/asa-isp-address-space-query/m-p/889200#M420998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"I was originally thinking about having NAT with pvt ip scheme internally (was not aware of public ip space requested).So is there any way using same pvt ip space and assigned/24 ip addresses to create Internet/RDP&lt;/P&gt;&lt;P&gt;access? " &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upsolutely possible and best to do it as you have thought it out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand correctly: please correct me otherwise !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1-You have ASA5510, outside interface with Public IP 2.2.2.2/30&lt;/P&gt;&lt;P&gt;2-ISP router with IP 2.2.2.1/30&lt;/P&gt;&lt;P&gt;3-ISP gives client 254 public IP addresses for client use on different range as 1.1.1.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may well do the following if you do not have inside interface IP configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- ASA5510 inside can be any ip subnet from any of the private reserved ranges.For your inside interface you could use any of the bellow private ranges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i-10.0.0.0 through 10.255.255.255 &lt;/P&gt;&lt;P&gt;ii-172.16.0.0 through 172.31.255.255 &lt;/P&gt;&lt;P&gt;iii-192.168.0.0 through 192.168.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assume you have for inside interface 172.16.1.1/24&lt;/P&gt;&lt;P&gt;so you have :&lt;/P&gt;&lt;P&gt;ASA5510  outside interface IP: 2.2.2.2/30&lt;/P&gt;&lt;P&gt;ASA5510 inside interface IP : 172.16.1.1/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for your new ISP privided public IP range simply create in  ASA5510  your one-to-one NAT&lt;/P&gt;&lt;P&gt;translations using the new IP addresses from ISP.  Note that ISP must route the new Public IP address space back to your ASA5510 outside interface, Im sure they know that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As said, simply create your static nat using new public IP address, you may also create&lt;/P&gt;&lt;P&gt;global nat pools if needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g  RDP access from outside using public IP 1.1.1.100  NATed to 172.16.1.50 PC inside host &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,oustide) 1.1.1.100  172.16.1.50 netmask 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;access-list outside_access_in  permit tcp any host 1.1.1.100  eq 3389&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g for creating additional  global pools using new IP range PAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 2 1.1.1.50-1.1.1.74 &lt;/P&gt;&lt;P&gt;global (oustide) 2 1.1.1.75 &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jan 2008 20:21:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-isp-address-space-query/m-p/889200#M420998</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2008-01-06T20:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: ASA &amp; ISP address space query</title>
      <link>https://community.cisco.com/t5/network-security/asa-isp-address-space-query/m-p/889201#M420999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have 100% perfectly got my question and provided me with perfect and very helpful idea. Thanks alot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jan 2008 23:57:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-isp-address-space-query/m-p/889201#M420999</guid>
      <dc:creator>mvsheik123</dc:creator>
      <dc:date>2008-01-06T23:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: ASA &amp; ISP address space query</title>
      <link>https://community.cisco.com/t5/network-security/asa-isp-address-space-query/m-p/889202#M421000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mehboob, you're welcome and thank you for the rating.. Im sure all will be good at your end, and netpro/forum will always be here to assist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 01:57:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-isp-address-space-query/m-p/889202#M421000</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2008-01-07T01:57:28Z</dc:date>
    </item>
  </channel>
</rss>

