<?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: CLI command to open ports 80, 443 and 1882 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cli-command-to-open-ports-80-443-and-1882/m-p/2062138#M438945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry about that. So is it possible to open those ports up to the whole range of DHCP assigned IPs as I described?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Aug 2012 16:18:39 GMT</pubDate>
    <dc:creator>PricingKernel</dc:creator>
    <dc:date>2012-08-24T16:18:39Z</dc:date>
    <item>
      <title>CLI command to open ports 80, 443 and 1882</title>
      <link>https://community.cisco.com/t5/network-security/cli-command-to-open-ports-80-443-and-1882/m-p/2062134#M438935</link>
      <description>&lt;P&gt;I need top open ports 80, 443 and 1882 to a specific external client (IP address).&amp;nbsp; Can someone help me with the commands for that please?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 23:46:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cli-command-to-open-ports-80-443-and-1882/m-p/2062134#M438935</guid>
      <dc:creator>PricingKernel</dc:creator>
      <dc:date>2019-03-11T23:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: CLI command to open ports 80, 443 and 1882</title>
      <link>https://community.cisco.com/t5/network-security/cli-command-to-open-ports-80-443-and-1882/m-p/2062135#M438937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the client has public IP 123.123.123.123 and the server is located inside network and has the IP 10.10.10.10&lt;BR /&gt;This is the config, &lt;STRONG&gt;if you are using ASA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;object network CLIENT-OBJ&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; description --- The client ---- &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; host 123.123.123.123&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SERVER-OBJ&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; description --- The inside server&amp;nbsp; ---- &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; host 10.10.10.10&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nat (inside,outside) static CLIENT-OBJ&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object-group service SERVICES-TCP-OBJ tcp&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; description --- Serices TCP published ---- &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port-object eq&amp;nbsp; 80 &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port-object eq&amp;nbsp; 443&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port-object eq&amp;nbsp; 1882&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;! &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;! &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;access-list OUTSIDE-IN-ACL extended permit tcp object CLIENT-OBJ object SERVER-OBJ object-group SERVICES-TCP-OBJ&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-group OUTSIDE-IN-ACL in interface outside&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Samuel Petrescu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2012 15:48:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cli-command-to-open-ports-80-443-and-1882/m-p/2062135#M438937</guid>
      <dc:creator>Samuel Petrescu</dc:creator>
      <dc:date>2012-08-24T15:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: CLI command to open ports 80, 443 and 1882</title>
      <link>https://community.cisco.com/t5/network-security/cli-command-to-open-ports-80-443-and-1882/m-p/2062136#M438940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Is the host IP my external IP or the internal IP of a particular client? I need to do this to permit VoIP traffic to some tablets that are connected wirelessly to the internal network and have IPs dynamically assigned by DHCP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2012 16:02:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cli-command-to-open-ports-80-443-and-1882/m-p/2062136#M438940</guid>
      <dc:creator>PricingKernel</dc:creator>
      <dc:date>2012-08-24T16:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: CLI command to open ports 80, 443 and 1882</title>
      <link>https://community.cisco.com/t5/network-security/cli-command-to-open-ports-80-443-and-1882/m-p/2062137#M438943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to be more specific&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; No, this config, allow the client outside network&amp;nbsp; with public IP 123.123.123.123 to access a host inside your network that has private IP 10.10.10.10 on the ports TCP 80,443,1882&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2012 16:14:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cli-command-to-open-ports-80-443-and-1882/m-p/2062137#M438943</guid>
      <dc:creator>Samuel Petrescu</dc:creator>
      <dc:date>2012-08-24T16:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: CLI command to open ports 80, 443 and 1882</title>
      <link>https://community.cisco.com/t5/network-security/cli-command-to-open-ports-80-443-and-1882/m-p/2062138#M438945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry about that. So is it possible to open those ports up to the whole range of DHCP assigned IPs as I described?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2012 16:18:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cli-command-to-open-ports-80-443-and-1882/m-p/2062138#M438945</guid>
      <dc:creator>PricingKernel</dc:creator>
      <dc:date>2012-08-24T16:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: CLI command to open ports 80, 443 and 1882</title>
      <link>https://community.cisco.com/t5/network-security/cli-command-to-open-ports-80-443-and-1882/m-p/2062139#M438948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the traffic is initiated &lt;STRONG&gt;from outside &lt;/STRONG&gt;(internet) to your tablets, &lt;STRONG&gt;inside your network &lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This require mappings&amp;nbsp; &lt;STRONG&gt;public-IP &lt;/STRONG&gt;-&amp;gt; &lt;STRONG&gt;private-IP &lt;/STRONG&gt;one to one&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You need to have one public IP for each tabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the problem is in backwards, tablets from inside are trying to access an outside public IP, to specific ports, this is easy and possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px;"&gt;﻿&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2012 16:44:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cli-command-to-open-ports-80-443-and-1882/m-p/2062139#M438948</guid>
      <dc:creator>Samuel Petrescu</dc:creator>
      <dc:date>2012-08-24T16:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: CLI command to open ports 80, 443 and 1882</title>
      <link>https://community.cisco.com/t5/network-security/cli-command-to-open-ports-80-443-and-1882/m-p/2062140#M438949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Joel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible but you will need to configure some&amp;nbsp; nat rules and ACL's permitting that traffic just as Samuel showed you&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;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2012 17:00:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cli-command-to-open-ports-80-443-and-1882/m-p/2062140#M438949</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-08-24T17:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: CLI command to open ports 80, 443 and 1882</title>
      <link>https://community.cisco.com/t5/network-security/cli-command-to-open-ports-80-443-and-1882/m-p/2062141#M438952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I think the first suggestion may have been almost correct then, thanks.&amp;nbsp; But if I wanted to add more than one internal host (in fact all in the range 192.168.1.100 to 149) is there a way to do that or will I have to create 50 object network SERVER-OBJ?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My wireless router is plugged into one port on the 819 ISR, my main router/firewall.&amp;nbsp; Can I configure that port to have a narrower IP range and just add those to the solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For completeness my VoIP host is on an external IP address xxx.xxx.xxx.xxx and I want to permit inbound and outbound traffic across ports 80, 443 and 1882 to any tablet on the internal subnet 192.168.1.aaa to bbb.&amp;nbsp; Hope this is clearer now and thanks to everyone who has helped so far.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2012 11:40:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cli-command-to-open-ports-80-443-and-1882/m-p/2062141#M438952</guid>
      <dc:creator>PricingKernel</dc:creator>
      <dc:date>2012-08-25T11:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: CLI command to open ports 80, 443 and 1882</title>
      <link>https://community.cisco.com/t5/network-security/cli-command-to-open-ports-80-443-and-1882/m-p/2062142#M438954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried entering the script suggested by Samuel.&amp;nbsp; Unfortunately the command "nat" after object network SERVER-OBJ is not recognised by my CLI.&amp;nbsp; These are the only supported commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Network object group configuration commands:&lt;/P&gt;&lt;P&gt;&amp;nbsp; A.B.C.D&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Network address of the group members&lt;/P&gt;&lt;P&gt;&amp;nbsp; any&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Any host&lt;/P&gt;&lt;P&gt;&amp;nbsp; description&amp;nbsp;&amp;nbsp; Network object group description&lt;/P&gt;&lt;P&gt;&amp;nbsp; exit&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Exit from IP policy-group configuration mode&lt;/P&gt;&lt;P&gt;&amp;nbsp; group-object&amp;nbsp; Nested object group&lt;/P&gt;&lt;P&gt;&amp;nbsp; host&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Host address of the object-group member&lt;/P&gt;&lt;P&gt;&amp;nbsp; no&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Negate or set default values of a command&lt;/P&gt;&lt;P&gt;&amp;nbsp; range&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Match only packets in the range of IP address&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 07:25:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cli-command-to-open-ports-80-443-and-1882/m-p/2062142#M438954</guid>
      <dc:creator>PricingKernel</dc:creator>
      <dc:date>2012-08-28T07:25:34Z</dc:date>
    </item>
  </channel>
</rss>

