<?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 Ok didn't realise you only in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063020#M134286</link>
    <description>&lt;P&gt;Ok didn't realise you only have 1 public ip (outside).&lt;/P&gt;
&lt;P&gt;Try following using object NAT&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;object network OBJ_CCTV_22609&lt;BR /&gt;host 192.168.0.5&lt;/P&gt;
&lt;P&gt;object network OBJ_CCTV_5550&lt;BR /&gt;host 192.168.0.5&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;object service OBJ_TCP_22609&lt;BR /&gt;service tcp source eq 22609&lt;/P&gt;
&lt;P&gt;object service OBJ_TCP_5550&lt;BR /&gt;service tcp source eq 5550&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;object network OBJ_CCTV_22609&lt;BR /&gt;nat (inside,outside) static Interface service OBJ_TCP_22609 OBJ_TCP_22609&lt;/P&gt;
&lt;P&gt;object network OBJ_CCTV_5550&lt;BR /&gt;nat (inside,outside) static Interface service OBJ_TCP_5550 OBJ_TCP_5550&lt;/P&gt;
&lt;P&gt;access-list OUTSIDE_IN extended permit tcp any object OBJ_CCTV_22609 eq 22609&lt;/P&gt;
&lt;P&gt;access-list OUTSIDE_IN extended permit tcp any object OBJ_CCTV_22609 eq 5550&lt;/P&gt;
&lt;P&gt;access-group OUTSIDE_IN in interface outside&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jul 2017 02:28:03 GMT</pubDate>
    <dc:creator>GRANT3779</dc:creator>
    <dc:date>2017-07-10T02:28:03Z</dc:date>
    <item>
      <title>port forward for camera system</title>
      <link>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063013#M134277</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Just wondering if i could get some help with setting up a port forward for a camera system using a cisco asa 5506&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;locally the server IP is 192.168.0.5&lt;/P&gt;
&lt;P&gt;the camera system uses port 22609 via local host&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;i need to be able to access the camera externally via there camera app which requires an address and port to be entered in the app.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;i believe the way it should look on the app is &lt;A href="http://public" target="_blank"&gt;http://public&lt;/A&gt; ip &amp;nbsp; &amp;nbsp; &amp;nbsp; port:80&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have already entered some config but believe it is wrong.&lt;/P&gt;
&lt;P&gt;object network CCTV&lt;BR /&gt; host 192.168.0.5&lt;/P&gt;
&lt;P&gt;object network externalCCTV&lt;BR /&gt; host (Public ip)&lt;/P&gt;
&lt;P&gt;access-list OUTSIDE_IN extended permit tcp any object CCTV eq 22609&lt;BR /&gt;access-list OUTSIDE_IN extended permit tcp any object externalCCTV eq 22609&lt;/P&gt;
&lt;P&gt;nat (any,outside) static interface service tcp 22609 22609&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Any assistance would be much appreciated .&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 09:40:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063013#M134277</guid>
      <dc:creator>travis.carter</dc:creator>
      <dc:date>2019-03-12T09:40:05Z</dc:date>
    </item>
    <item>
      <title>object network CCTVhost 192</title>
      <link>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063014#M134279</link>
      <description>&lt;P&gt;&lt;I&gt;object network CCTV&lt;BR /&gt;host 192.168.0.5&lt;/I&gt;&lt;BR /&gt; &lt;BR /&gt;Object NAT would work where w.x.y.z is the public IP you want to use. Or if you only have the outside interface IP available then you will need to replace with the word interface&lt;/P&gt;
&lt;P&gt;&lt;I&gt;Object network CCTV&lt;BR /&gt;host 192.168.0.5&lt;BR /&gt;nat (inside,outside) static w.x.y.z service tcp 22609 22609&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;&lt;BR /&gt;access-list OUTSIDE_IN extended permit tcp any object CCTV eq 22609&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;access-group OUTSIDE_IN in interface outside&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 06:34:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063014#M134279</guid>
      <dc:creator>GRANT3779</dc:creator>
      <dc:date>2017-07-07T06:34:20Z</dc:date>
    </item>
    <item>
      <title>Hi Grant,</title>
      <link>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063015#M134281</link>
      <description>&lt;P&gt;Hi Grant,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;i think i will remove all the commands i have in place already and start fresh. After speaking with the camera company further they are saying i need to have&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;the public ip &amp;nbsp;on port 5550 and have it set to be nat'd internally which the address is 192.168.0.5&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;i also need to open the following port 22609.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Could you possibly give me an example of a command set to enter to allow the above keeping in mind this will be a clean slate with previous commands above in my first message removed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;much appreciated.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jul 2017 11:23:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063015#M134281</guid>
      <dc:creator>travis.carter</dc:creator>
      <dc:date>2017-07-09T11:23:06Z</dc:date>
    </item>
    <item>
      <title>Are they asking for port 5550</title>
      <link>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063016#M134282</link>
      <description>&lt;P&gt;Are they asking for port 5550 and 22609 to both be forwarded?&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jul 2017 11:50:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063016#M134282</guid>
      <dc:creator>GRANT3779</dc:creator>
      <dc:date>2017-07-09T11:50:01Z</dc:date>
    </item>
    <item>
      <title>I think the following if I</title>
      <link>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063017#M134283</link>
      <description>&lt;P&gt;I think the following if I understand you correctly.&lt;/P&gt;
&lt;P&gt;&lt;I&gt;object network OBJ_CCTV&lt;BR /&gt;host 192.168.0.5&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;object network OBJ_CCTV_Public&lt;BR /&gt;host w.x.y.z&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;object service OBJ_TCP_22609&lt;BR /&gt;service tcp source eq 22609&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;object service OBJ_TCP_5550&lt;BR /&gt;service tcp source eq 5550&lt;/I&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;B&gt;Note, the nat statements are NOT done under the object. Just in config mode&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;I&gt;nat (inside,outside) source static OBJ_CCTV OBJ_CCTV_PUBLIC service OBJ_TCP_22609 OBJ_TCP_22609&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;nat (inside,outside) source static OBJ_CCTV OBJ_CCTV_PUBLIC service OBJ_TCP_5550 OBJ_TCP_5550&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;access-list OUTSIDE_IN extended permit tcp any object OBJ_CCTV eq 22609&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;access-list OUTSIDE_IN extended permit tcp any object OBJ_CCTV eq 5550&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;access-group OUTSIDE_IN in interface outside&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;You could also group the services for neater ACL.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jul 2017 12:09:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063017#M134283</guid>
      <dc:creator>GRANT3779</dc:creator>
      <dc:date>2017-07-09T12:09:26Z</dc:date>
    </item>
    <item>
      <title>Thanks grant, I don't believe</title>
      <link>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063018#M134284</link>
      <description>&lt;P dir="ltr"&gt;Thanks grant, I don't believe so he just said I need to be able to browse to the public ip on port 5500 example http://x.w.y.z:5500&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jul 2017 13:07:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063018#M134284</guid>
      <dc:creator>travis.carter</dc:creator>
      <dc:date>2017-07-09T13:07:47Z</dc:date>
    </item>
    <item>
      <title>Hi Grant,</title>
      <link>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063019#M134285</link>
      <description>&lt;P&gt;Hi Grant,&lt;/P&gt;
&lt;P&gt;when entering the command ;&amp;nbsp;&lt;SPAN&gt;nat (inside,outside) source static OBJ_CCTV OBJ_CCTV_PUBLIC service OBJ_TCP_22609 OBJ_TCP_22609&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;i get the following error;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;ERROR: Address (public ip)&amp;nbsp;overlaps with outside interface address.&lt;BR /&gt;ERROR: NAT Policy is not downloaded&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jul 2017 23:39:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063019#M134285</guid>
      <dc:creator>travis.carter</dc:creator>
      <dc:date>2017-07-09T23:39:10Z</dc:date>
    </item>
    <item>
      <title>Ok didn't realise you only</title>
      <link>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063020#M134286</link>
      <description>&lt;P&gt;Ok didn't realise you only have 1 public ip (outside).&lt;/P&gt;
&lt;P&gt;Try following using object NAT&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;object network OBJ_CCTV_22609&lt;BR /&gt;host 192.168.0.5&lt;/P&gt;
&lt;P&gt;object network OBJ_CCTV_5550&lt;BR /&gt;host 192.168.0.5&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;object service OBJ_TCP_22609&lt;BR /&gt;service tcp source eq 22609&lt;/P&gt;
&lt;P&gt;object service OBJ_TCP_5550&lt;BR /&gt;service tcp source eq 5550&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;object network OBJ_CCTV_22609&lt;BR /&gt;nat (inside,outside) static Interface service OBJ_TCP_22609 OBJ_TCP_22609&lt;/P&gt;
&lt;P&gt;object network OBJ_CCTV_5550&lt;BR /&gt;nat (inside,outside) static Interface service OBJ_TCP_5550 OBJ_TCP_5550&lt;/P&gt;
&lt;P&gt;access-list OUTSIDE_IN extended permit tcp any object OBJ_CCTV_22609 eq 22609&lt;/P&gt;
&lt;P&gt;access-list OUTSIDE_IN extended permit tcp any object OBJ_CCTV_22609 eq 5550&lt;/P&gt;
&lt;P&gt;access-group OUTSIDE_IN in interface outside&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 02:28:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063020#M134286</guid>
      <dc:creator>GRANT3779</dc:creator>
      <dc:date>2017-07-10T02:28:03Z</dc:date>
    </item>
    <item>
      <title>Hi Grant,</title>
      <link>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063021#M134287</link>
      <description>&lt;P&gt;Hi Grant,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;when entering&amp;nbsp;&lt;SPAN&gt;object network OBJ_CCTV_22609&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nat (inside,outside) static Interface service OBJ_TCP_22609 OBJ_TCP_22609&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;i can only put the command in to the point of interface service but not the&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;OBJ_TCP_22609 OBJ_TCP_22609 part&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;after that i have the options Sctp TCP or udp&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;i have attached two screen shots to show you what i mean. Thanks again.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 06:08:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063021#M134287</guid>
      <dc:creator>travis.carter</dc:creator>
      <dc:date>2017-07-10T06:08:08Z</dc:date>
    </item>
    <item>
      <title>In this case I think the</title>
      <link>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063022#M134288</link>
      <description>&lt;P&gt;In this case I think the following would work -&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;object network OBJ_CCTV_22609&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host 192.168.0.5&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nat(inside,outside) static interface service tcp 22609 22609&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;object network OBJ_CCTV_5550&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;host 192.168.0.5&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nat(inside,outside) static interface service tcp 5550 5550&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 07:50:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063022#M134288</guid>
      <dc:creator>GRANT3779</dc:creator>
      <dc:date>2017-07-10T07:50:52Z</dc:date>
    </item>
    <item>
      <title>Hi Grant,</title>
      <link>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063023#M134290</link>
      <description>&lt;P&gt;Hi Grant,&lt;/P&gt;
&lt;P&gt;after adding the commands i still cannot seem to browse via public on the required port.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Not sure what else it could be. Do you happen to use skype might be easier to communicate if you have time to further assist would be much appreciated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 11:06:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063023#M134290</guid>
      <dc:creator>travis.carter</dc:creator>
      <dc:date>2017-07-10T11:06:03Z</dc:date>
    </item>
    <item>
      <title>Can you post outputs of</title>
      <link>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063024#M134291</link>
      <description>&lt;P&gt;Can you post outputs of&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;show nat&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Also the config as it stands?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;(I assume that you have something listening on ports 5550 and 22609 on your internal server? Can you access them internally?&lt;/P&gt;
&lt;P&gt;Is it definately port forwarding you require?)&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 11:33:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063024#M134291</guid>
      <dc:creator>GRANT3779</dc:creator>
      <dc:date>2017-07-10T11:33:41Z</dc:date>
    </item>
    <item>
      <title>Hi Grant,</title>
      <link>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063025#M134292</link>
      <description>&lt;P&gt;Hi Grant,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;i have attached the config and nat output, also the system information of the camera system which shows its using the local host and port 22609. I tried locally accessing the address with the public ip and ports and could not resolve either.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks again.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 03:08:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063025#M134292</guid>
      <dc:creator>travis.carter</dc:creator>
      <dc:date>2017-07-11T03:08:24Z</dc:date>
    </item>
    <item>
      <title>The address you have given</title>
      <link>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063026#M134294</link>
      <description>&lt;P&gt;The address you have given for the camera was 192.168.0.5? Does this sit behind the Data network from what I can see by your interfaces IP addresses.&lt;/P&gt;
&lt;P&gt;Your nat statement however is saying nat (dmz, outside).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 08:18:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063026#M134294</guid>
      <dc:creator>GRANT3779</dc:creator>
      <dc:date>2017-07-11T08:18:28Z</dc:date>
    </item>
    <item>
      <title>I think you may need to add a</title>
      <link>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063027#M134295</link>
      <description>&lt;P&gt;I think you may need to add a manual NAT (section 1) and I would put the preference so it is first NAT hit.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From your config it looks to me like the camera address is being NATd higher up.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am hoping one of the ASA experts can add their thoughts / guidance on here&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 15:47:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forward-for-camera-system/m-p/3063027#M134295</guid>
      <dc:creator>GRANT3779</dc:creator>
      <dc:date>2017-07-11T15:47:09Z</dc:date>
    </item>
  </channel>
</rss>

