<?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 Port forwarding in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/port-forwarding/m-p/2571855#M234365</link>
    <description>&lt;P&gt;I have an ASA 5510 running 8.4(4)1 here is what I am trying to accomplish.&lt;/P&gt;&lt;P&gt;Setup.....&lt;/P&gt;&lt;P&gt;internet --&amp;gt; ASA ---&amp;gt; core switch and connected to core switch is a Meraki MX60 that will be a VPN concentrator for some Meraki Z1's&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I need to setup is port forwarding that will take traffic from the outside on port 25000 and send it to the Meraki MX 60 that has an IP address of 10.2.3.134.&lt;/P&gt;&lt;P&gt;Let's say the outside interface of the ASA is 208.208.208.194&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is what I think I need to do......&lt;/P&gt;&lt;P&gt;object network host Meraki_MX_VPN&lt;BR /&gt;&amp;nbsp;nat (inside, outside) dynamic 10.2.3.134 service tcp 25000&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;access-list outside_access permit tcp any host Meraki_MX_VPN eq 25000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;access-group outside_access interface outside&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would this accomplish what I need?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 04:55:37 GMT</pubDate>
    <dc:creator>burleyman</dc:creator>
    <dc:date>2019-03-12T04:55:37Z</dc:date>
    <item>
      <title>Port forwarding</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding/m-p/2571855#M234365</link>
      <description>&lt;P&gt;I have an ASA 5510 running 8.4(4)1 here is what I am trying to accomplish.&lt;/P&gt;&lt;P&gt;Setup.....&lt;/P&gt;&lt;P&gt;internet --&amp;gt; ASA ---&amp;gt; core switch and connected to core switch is a Meraki MX60 that will be a VPN concentrator for some Meraki Z1's&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I need to setup is port forwarding that will take traffic from the outside on port 25000 and send it to the Meraki MX 60 that has an IP address of 10.2.3.134.&lt;/P&gt;&lt;P&gt;Let's say the outside interface of the ASA is 208.208.208.194&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is what I think I need to do......&lt;/P&gt;&lt;P&gt;object network host Meraki_MX_VPN&lt;BR /&gt;&amp;nbsp;nat (inside, outside) dynamic 10.2.3.134 service tcp 25000&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;access-list outside_access permit tcp any host Meraki_MX_VPN eq 25000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;access-group outside_access interface outside&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would this accomplish what I need?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 04:55:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding/m-p/2571855#M234365</guid>
      <dc:creator>burleyman</dc:creator>
      <dc:date>2019-03-12T04:55:37Z</dc:date>
    </item>
    <item>
      <title>Well looks like what I</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding/m-p/2571856#M234367</link>
      <description>&lt;P&gt;Well looks like what I thought would work is wrong.&lt;/P&gt;&lt;P&gt;need help with what I need to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2014 18:43:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding/m-p/2571856#M234367</guid>
      <dc:creator>burleyman</dc:creator>
      <dc:date>2014-10-14T18:43:01Z</dc:date>
    </item>
    <item>
      <title>It would beobject network</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding/m-p/2571857#M234371</link>
      <description>&lt;P&gt;Some of your syntax was&amp;nbsp;off but&amp;nbsp;you want to use a public IP to present the Meraki to the Internet to allow access in, then NAT&amp;nbsp;from that outside to the internal IP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;object network Meraki_MX_VPN_ExtIP&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;host x.x.x.x&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;object network Meraki_MX_VPN&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;host 10.2.3.134&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;nat (inside,outside) static Meraki_MX_VPN_ExtIP service tcp 25000 25000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any&amp;nbsp;object Meraki_MX_VPN eq 25000&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2014 18:56:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding/m-p/2571857#M234371</guid>
      <dc:creator>david-swope</dc:creator>
      <dc:date>2014-10-14T18:56:47Z</dc:date>
    </item>
  </channel>
</rss>

