<?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 ASA 5510 - how to limit port forwarding to specific public subnet in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5510-how-to-limit-port-forwarding-to-specific-public-subnet/m-p/2385413#M307375</link>
    <description>&lt;P&gt;I'd like to limit port forwarding to an inside IP so that only one specific /24 from outside can use that port&lt;/P&gt;&lt;P&gt;right now any outside (public) IP can use the port.&lt;/P&gt;&lt;P&gt;IP's for examples only&lt;/P&gt;&lt;P&gt;limit outside Public IP's to 192.168.2.0/24 instead of any&lt;/P&gt;&lt;P&gt;port 44440 forwarded to inside 172.16.0.2/32&lt;/P&gt;&lt;P&gt;172.16.0.2 has a public IP statically NATed to it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what I've got in the config for this &lt;/P&gt;&lt;P&gt;name 10.1.10.4 Linuxpublic&lt;/P&gt;&lt;P&gt;name 172.16.0.2 Linux&lt;/P&gt;&lt;P&gt;name 192.168.2.0 Stockphone_outside&lt;/P&gt;&lt;P&gt;object-group service Stock_phone tcp-udp&lt;/P&gt;&lt;P&gt; port-object eq 44440&lt;/P&gt;&lt;P&gt;static (InsideLocal,KT-1) linuxpublic Linux netmask 255.255.255.255 dns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This line didn't work connection attempts time out.&lt;/P&gt;&lt;P&gt;access-list KT-1_access_in extended permit tcp Stockphone_outside 255.255.255.0 object-group Stock_phone host Linux object-group Stock_phone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This line allowed traffic but doesn't limit it to the desired outside subnet&lt;/P&gt;&lt;P&gt;access-list KT-1_access_in extended permit tcp any host Linuxpublic object-group Stock_phone&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 03:15:20 GMT</pubDate>
    <dc:creator>chris-dickens</dc:creator>
    <dc:date>2019-03-12T03:15:20Z</dc:date>
    <item>
      <title>ASA 5510 - how to limit port forwarding to specific public subnet</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-how-to-limit-port-forwarding-to-specific-public-subnet/m-p/2385413#M307375</link>
      <description>&lt;P&gt;I'd like to limit port forwarding to an inside IP so that only one specific /24 from outside can use that port&lt;/P&gt;&lt;P&gt;right now any outside (public) IP can use the port.&lt;/P&gt;&lt;P&gt;IP's for examples only&lt;/P&gt;&lt;P&gt;limit outside Public IP's to 192.168.2.0/24 instead of any&lt;/P&gt;&lt;P&gt;port 44440 forwarded to inside 172.16.0.2/32&lt;/P&gt;&lt;P&gt;172.16.0.2 has a public IP statically NATed to it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what I've got in the config for this &lt;/P&gt;&lt;P&gt;name 10.1.10.4 Linuxpublic&lt;/P&gt;&lt;P&gt;name 172.16.0.2 Linux&lt;/P&gt;&lt;P&gt;name 192.168.2.0 Stockphone_outside&lt;/P&gt;&lt;P&gt;object-group service Stock_phone tcp-udp&lt;/P&gt;&lt;P&gt; port-object eq 44440&lt;/P&gt;&lt;P&gt;static (InsideLocal,KT-1) linuxpublic Linux netmask 255.255.255.255 dns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This line didn't work connection attempts time out.&lt;/P&gt;&lt;P&gt;access-list KT-1_access_in extended permit tcp Stockphone_outside 255.255.255.0 object-group Stock_phone host Linux object-group Stock_phone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This line allowed traffic but doesn't limit it to the desired outside subnet&lt;/P&gt;&lt;P&gt;access-list KT-1_access_in extended permit tcp any host Linuxpublic object-group Stock_phone&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:15:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-how-to-limit-port-forwarding-to-specific-public-subnet/m-p/2385413#M307375</guid>
      <dc:creator>chris-dickens</dc:creator>
      <dc:date>2019-03-12T03:15:20Z</dc:date>
    </item>
    <item>
      <title>ASA 5510 - how to limit port forwarding to specific public subne</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-how-to-limit-port-forwarding-to-specific-public-subnet/m-p/2385414#M307376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACL should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list KT-1_access_in permit tcp &lt;SPAN style="font-size: 10pt;"&gt; Stockphone_outside 255.255.255.0 host 10.1.10.4 eq 44440&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;access-list KT-1_access_in permit udpStockphone_outside 255.255.255.0 host 10.1.10.4 eq 44440&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rate all of the helpful posts!!! &lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Jcarvaja &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Follow me on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 05:00:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-how-to-limit-port-forwarding-to-specific-public-subnet/m-p/2385414#M307376</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-12-10T05:00:21Z</dc:date>
    </item>
  </channel>
</rss>

