<?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: Forward multiple ports and a port range to an internal host in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/forward-multiple-ports-and-a-port-range-to-an-internal-host/m-p/4515419#M1085628</link>
    <description>&lt;P&gt;You need NAT and ACL to work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Dec 2021 18:18:56 GMT</pubDate>
    <dc:creator>balaji.bandi</dc:creator>
    <dc:date>2021-12-08T18:18:56Z</dc:date>
    <item>
      <title>Forward multiple ports and a port range to an internal host</title>
      <link>https://community.cisco.com/t5/network-security/forward-multiple-ports-and-a-port-range-to-an-internal-host/m-p/4515348#M1085609</link>
      <description>&lt;P&gt;Hey all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have a customer (small business) without a static external IP adress. They use a VoIP solution with an internal appliance and i have to forward some ports and a port range to the VoIP device.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using a public server did not work as it needs a static external ip and im pretty lost configuring this via CLI. From what i found out i need to define the object service, the access-list and the nat rule but i find it very confusing if the nat rule is outside, inside or the opposite and if the obejct service needs to be the source or destination.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;object service RTP-Daten&lt;BR /&gt;service udp &lt;FONT color="#FF0000"&gt;destination&amp;gt;&lt;/FONT&gt; range 10000 20000&lt;BR /&gt;object service Autoprov&lt;BR /&gt;service tcp &lt;FONT color="#FF0000"&gt;source&lt;/FONT&gt;&amp;nbsp;eq 50080&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;access-list inbound extended permit tcp any host 192.168.100.10 range 10000 20000&lt;BR /&gt;access-list inbound extended permit tcp any host 192.168.100.10 eq 50080&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nat (&lt;FONT color="#FF0000"&gt;outside,inside&lt;/FONT&gt;) source static any any destination static interface Starface service RTP-Daten RTP-Daten&lt;BR /&gt;nat (&lt;FONT color="#FF0000"&gt;outside,inside&lt;/FONT&gt;) source static any any destination static interface Starface service Autoprov Autoprov&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would this be correct? And is it source or destination and&amp;nbsp;outside, inside or the opposite?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tobias&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 16:34:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forward-multiple-ports-and-a-port-range-to-an-internal-host/m-p/4515348#M1085609</guid>
      <dc:creator>Tobi</dc:creator>
      <dc:date>2021-12-08T16:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Forward multiple ports and a port range to an internal host</title>
      <link>https://community.cisco.com/t5/network-security/forward-multiple-ports-and-a-port-range-to-an-internal-host/m-p/4515371#M1085617</link>
      <description>&lt;P&gt;what device is this&amp;nbsp; ? and what IOS running ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;high level below should work :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;object service RTP-Daten&lt;BR /&gt;service udp source&amp;nbsp; range 10000 20000&lt;BR /&gt;object service Autoprov&lt;BR /&gt;service tcp source eq 50080&lt;/P&gt;
&lt;P&gt;object network VOIP_SERVER&lt;BR /&gt;host 192.168.100.10&lt;BR /&gt;nat (inside,outside) static interface service RTP-Daten RTP-Daten&lt;BR /&gt;nat (inside,outside) static interface service Autoprov Autoprov&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 17:01:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forward-multiple-ports-and-a-port-range-to-an-internal-host/m-p/4515371#M1085617</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-12-08T17:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Forward multiple ports and a port range to an internal host</title>
      <link>https://community.cisco.com/t5/network-security/forward-multiple-ports-and-a-port-range-to-an-internal-host/m-p/4515383#M1085625</link>
      <description>&lt;P&gt;Its a Firepower 1010 with&amp;nbsp;ASA Version 9.14(1)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there no need to open the firewall?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;access-list inbound extended permit tcp any host 192.168.100.10 range 10000 20000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;access-list inbound extended permit tcp any host 192.168.100.10 eq 50080&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 17:17:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forward-multiple-ports-and-a-port-range-to-an-internal-host/m-p/4515383#M1085625</guid>
      <dc:creator>Tobi</dc:creator>
      <dc:date>2021-12-08T17:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Forward multiple ports and a port range to an internal host</title>
      <link>https://community.cisco.com/t5/network-security/forward-multiple-ports-and-a-port-range-to-an-internal-host/m-p/4515419#M1085628</link>
      <description>&lt;P&gt;You need NAT and ACL to work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 18:18:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forward-multiple-ports-and-a-port-range-to-an-internal-host/m-p/4515419#M1085628</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-12-08T18:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Forward multiple ports and a port range to an internal host</title>
      <link>https://community.cisco.com/t5/network-security/forward-multiple-ports-and-a-port-range-to-an-internal-host/m-p/4515820#M1085642</link>
      <description>&lt;P&gt;OK so this below should do the trick? From what i saw online the VOIP_SERVER should be in the NAT Rule like i marked in red below?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;object network VOIP_SERVER&lt;BR /&gt;host 192.168.100.10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;object service RTP-Daten&lt;BR /&gt;service udp source range 10000 20000&lt;BR /&gt;object service Autoprov&lt;BR /&gt;service tcp source eq 50080&lt;BR /&gt;object service AutoprovS&lt;BR /&gt;service tcp source eq 50081&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;access-list inbound extended permit tcp any host 192.168.100.10 range 10000 20000&lt;BR /&gt;access-list inbound extended permit tcp any host 192.168.100.10 eq 50080&lt;BR /&gt;access-list inbound extended permit tcp any host 192.168.100.10 eq 50081&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;access-group inbound in interface outside&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nat (inside, outside) static interface &lt;FONT color="#FF0000"&gt;VOIP_SERVER&lt;/FONT&gt; service RTP-Daten RTP-Daten&lt;BR /&gt;nat (inside, outside) static interface &lt;FONT color="#FF0000"&gt;VOIP_SERVER&lt;/FONT&gt; service Autoprov Autoprov&lt;BR /&gt;nat (inside, outside) static interface &lt;FONT color="#FF0000"&gt;VOIP_SERVER&lt;/FONT&gt; service AutoprovS AutoprovS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 07:58:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forward-multiple-ports-and-a-port-range-to-an-internal-host/m-p/4515820#M1085642</guid>
      <dc:creator>Tobi</dc:creator>
      <dc:date>2021-12-09T07:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Forward multiple ports and a port range to an internal host</title>
      <link>https://community.cisco.com/t5/network-security/forward-multiple-ports-and-a-port-range-to-an-internal-host/m-p/4516103#M1085666</link>
      <description>&lt;P&gt;Since i am out of office until monday: Would this be the correct solution? And with or without the VOIP_Server given in the nat rule? Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 16:14:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forward-multiple-ports-and-a-port-range-to-an-internal-host/m-p/4516103#M1085666</guid>
      <dc:creator>Tobi</dc:creator>
      <dc:date>2021-12-09T16:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Forward multiple ports and a port range to an internal host</title>
      <link>https://community.cisco.com/t5/network-security/forward-multiple-ports-and-a-port-range-to-an-internal-host/m-p/4517815#M1085741</link>
      <description>&lt;P&gt;Can anyone confirm this?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 10:56:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forward-multiple-ports-and-a-port-range-to-an-internal-host/m-p/4517815#M1085741</guid>
      <dc:creator>Tobi</dc:creator>
      <dc:date>2021-12-13T10:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Forward multiple ports and a port range to an internal host</title>
      <link>https://community.cisco.com/t5/network-security/forward-multiple-ports-and-a-port-range-to-an-internal-host/m-p/4517974#M1085757</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this does not work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;object network VOIP_SERVER&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;host 192.168.100.10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nat (inside,outside) static interface service RTP-Daten RTP-Daten&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nat (inside,outside) static interface service Autoprov Autoprov&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Leads to the config only having the last service present and it only works with single ports.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;nat (inside,outside) static interface service 54321 54321&lt;BR /&gt;nat (inside,outside) static interface service 12345 12345&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Leads to a config where only&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;nat (inside,outside) static interface service 12345 12345&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;is present. And it does not work for port ranges. Any ideas?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 15:28:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forward-multiple-ports-and-a-port-range-to-an-internal-host/m-p/4517974#M1085757</guid>
      <dc:creator>Tobi</dc:creator>
      <dc:date>2021-12-13T15:28:47Z</dc:date>
    </item>
  </channel>
</rss>

