<?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 Configure Port Forwarding to Multiple Internal IP Addresses in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/configure-port-forwarding-to-multiple-internal-ip-addresses/m-p/1966718#M440545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Justin, this sample is for ASA 8.4(3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Single port from Internet to single LAN IP&lt;/P&gt;&lt;P&gt;object network LAN-PC1&lt;/P&gt;&lt;P&gt;host 10.10.100.50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group service LAN-PC1-8000 tcp&lt;/P&gt;&lt;P&gt;object-port eq 8000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list incoming extended permite tcp any object LAN-PC1 object-group LAN-PC1-8000 tcp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network LAN-PC1&lt;/P&gt;&lt;P&gt;nat (any,outside) static interface service tcp 8000 8000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the single port forwarding if you want to forward different ports from the Internface outside IP, you have to create a single object group per port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This sample is more that one port to a single internal IP&lt;/P&gt;&lt;P&gt;object network LAN-SERVER01&lt;/P&gt;&lt;P&gt;host 10.10.100.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network WAN-SERVER01&lt;/P&gt;&lt;P&gt;host 8.8.8.8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group service LAN-SERVER-01-PORTS tcp&lt;/P&gt;&lt;P&gt;object-port eq 25&lt;/P&gt;&lt;P&gt;object-port eq 80&lt;/P&gt;&lt;P&gt;object-port eq 443&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list incoming extended permite tcp any object LAN-SERVER01 object-group LAN-SERVER-01-PORTS tcp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network LAN-SERVER01&lt;/P&gt;&lt;P&gt;nat (any,outside) static WAN-SERVER01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In multiports to a single LAN IP, you have to set all ports in group for a single LAN IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this help enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jos.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Jun 2012 03:39:15 GMT</pubDate>
    <dc:creator>Jose Pena</dc:creator>
    <dc:date>2012-06-23T03:39:15Z</dc:date>
    <item>
      <title>Configure Port Forwarding to Multiple Internal IP Addresses</title>
      <link>https://community.cisco.com/t5/network-security/configure-port-forwarding-to-multiple-internal-ip-addresses/m-p/1966717#M440544</link>
      <description>&lt;P&gt;ASA 5505 Firmware 8.3(4), ADSM 6.4(2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I am trying to do...&lt;/P&gt;&lt;P&gt;I have a public IP address of 168.87.3.4&lt;/P&gt;&lt;P&gt;I need to forward ports (5060, 5080, etc.) to one internal address. (192168.1.1)&lt;/P&gt;&lt;P&gt;I need to foward different ports (10020-10080) to a different internal address (192.168.1.2) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything I read tells me how to do this in a 1 to 1 static NAT, but I cannot find any information on how to the above. &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 23:22:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-port-forwarding-to-multiple-internal-ip-addresses/m-p/1966717#M440544</guid>
      <dc:creator>jschowalter</dc:creator>
      <dc:date>2019-03-11T23:22:08Z</dc:date>
    </item>
    <item>
      <title>Configure Port Forwarding to Multiple Internal IP Addresses</title>
      <link>https://community.cisco.com/t5/network-security/configure-port-forwarding-to-multiple-internal-ip-addresses/m-p/1966718#M440545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Justin, this sample is for ASA 8.4(3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Single port from Internet to single LAN IP&lt;/P&gt;&lt;P&gt;object network LAN-PC1&lt;/P&gt;&lt;P&gt;host 10.10.100.50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group service LAN-PC1-8000 tcp&lt;/P&gt;&lt;P&gt;object-port eq 8000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list incoming extended permite tcp any object LAN-PC1 object-group LAN-PC1-8000 tcp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network LAN-PC1&lt;/P&gt;&lt;P&gt;nat (any,outside) static interface service tcp 8000 8000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the single port forwarding if you want to forward different ports from the Internface outside IP, you have to create a single object group per port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This sample is more that one port to a single internal IP&lt;/P&gt;&lt;P&gt;object network LAN-SERVER01&lt;/P&gt;&lt;P&gt;host 10.10.100.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network WAN-SERVER01&lt;/P&gt;&lt;P&gt;host 8.8.8.8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group service LAN-SERVER-01-PORTS tcp&lt;/P&gt;&lt;P&gt;object-port eq 25&lt;/P&gt;&lt;P&gt;object-port eq 80&lt;/P&gt;&lt;P&gt;object-port eq 443&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list incoming extended permite tcp any object LAN-SERVER01 object-group LAN-SERVER-01-PORTS tcp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network LAN-SERVER01&lt;/P&gt;&lt;P&gt;nat (any,outside) static WAN-SERVER01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In multiports to a single LAN IP, you have to set all ports in group for a single LAN IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this help enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jos.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jun 2012 03:39:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-port-forwarding-to-multiple-internal-ip-addresses/m-p/1966718#M440545</guid>
      <dc:creator>Jose Pena</dc:creator>
      <dc:date>2012-06-23T03:39:15Z</dc:date>
    </item>
  </channel>
</rss>

