<?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: Camera System Behind Firewall - Help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/camera-system-behind-firewall-help/m-p/796418#M1021625</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any luck?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jun 2007 11:58:25 GMT</pubDate>
    <dc:creator>acomiskey</dc:creator>
    <dc:date>2007-06-28T11:58:25Z</dc:date>
    <item>
      <title>Camera System Behind Firewall - Help</title>
      <link>https://community.cisco.com/t5/network-security/camera-system-behind-firewall-help/m-p/796413#M1021620</link>
      <description>&lt;P&gt;I am fairly new to Cisco code, and am sure I am missing something simple. If anybody has any ideas, I would greatly appreciate any assistance provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an internal security camera server that I need to access from outside the network. The specific port the camera software uses is 32001 and the server has been assigned a static address of: 192.168.1.100. I have a PIX 506E.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried several things, but cannot seem to get it to work. I cannot get it work inside the network either, so there is something blocking it there as well. I have added everything to the access-list I can think of, but nothing seems to be working. I have tried adding the following code and several other lines similar to this and it will not work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 206.206.206.207 192.168.1.100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conduit permit ip host 206.206.206.207 eq 32001 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 permit ip any host 192.168.1.100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.3(4)&lt;/P&gt;&lt;P&gt;interface ethernet0 100full&lt;/P&gt;&lt;P&gt;interface ethernet1 100full&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security00&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security10&lt;/P&gt;&lt;P&gt;hostname Gatekeeper&lt;/P&gt;&lt;P&gt;fixup protocol dns maximum-length 512&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol sip udp 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol tftp 69&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;access-list acl_inside permit ip any any&lt;/P&gt;&lt;P&gt;access-list acl_inside permit icmp any any&lt;/P&gt;&lt;P&gt;access-list acl_outside permit icmp any any&lt;/P&gt;&lt;P&gt;access-list acl_outside permit ip any any&lt;/P&gt;&lt;P&gt;access-list 101 permit ip 192.168.0.0 255.255.255.0 host 66.66.66.66&lt;/P&gt;&lt;P&gt;access-list 101 permit icmp 192.168.1.0 255.255.255.0 any&lt;/P&gt;&lt;P&gt;access-list 101 permit ip 192.168.1.0 255.255.255.0 any&lt;/P&gt;&lt;P&gt;access-list 101 permit icmp 192.168.0.0 255.255.255.0 host 66.66.66.66&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;ip address outside 206.206.206.207 255.255.255.248&lt;/P&gt;&lt;P&gt;ip address inside 192.168.0.2 255.255.255.0&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;pdm logging informational 100&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 206.206.206.208&lt;/P&gt;&lt;P&gt;global (outside) 2 206.206.206.209&lt;/P&gt;&lt;P&gt;nat (inside) 1 192.168.0.0 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;nat (inside) 2 192.168.1.0 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;access-group 101 in interface inside&lt;/P&gt;&lt;P&gt;conduit permit tcp host 192.168.0.9 any&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 206.206.206.205 1&lt;/P&gt;&lt;P&gt;route inside 192.168.1.0 255.255.255.0 192.168.1.1 1&lt;/P&gt;&lt;P&gt;timeout xlate 0:05:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00&lt;/P&gt;&lt;P&gt;timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ max-failed-attempts 3&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ deadtime 10&lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius&lt;/P&gt;&lt;P&gt;aaa-server RADIUS max-failed-attempts 3&lt;/P&gt;&lt;P&gt;aaa-server RADIUS deadtime 10&lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community public&lt;/P&gt;&lt;P&gt;no snmp-server enable traps&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;dhcpd lease 3600&lt;/P&gt;&lt;P&gt;dhcpd ping_timeout 750&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:36:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/camera-system-behind-firewall-help/m-p/796413#M1021620</guid>
      <dc:creator>bn_enterp</dc:creator>
      <dc:date>2019-03-11T10:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Camera System Behind Firewall - Help</title>
      <link>https://community.cisco.com/t5/network-security/camera-system-behind-firewall-help/m-p/796414#M1021621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all, if it does not work from the inside when you are trying to access 192.168.1.100 on port 32001, you will not get very far getting it to work from the outside. Here is the config you need though for the outside access if you were using your pix outside interface address to access the server...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no access-group 101 in interface outside &lt;/P&gt;&lt;P&gt;static (inside,outside) interface 192.168.1.100 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-list outside permit tcp any host 206.206.206.207 eq 32001&lt;/P&gt;&lt;P&gt;access-list outside in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, do you have an inside router routing between 192.168.0.0/24 and 192.168.1.0/24?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This route statement is not correct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route inside 192.168.1.0 255.255.255.0 192.168.1.1 1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It needs to point towards another address on the 192.168.0.0/24 network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route inside 192.168.1.0 255.255.255.0 192.168.0.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would also get rid of this as it's not needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no access-group 101 in interface inside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 19:22:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/camera-system-behind-firewall-help/m-p/796414#M1021621</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-27T19:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Camera System Behind Firewall - Help</title>
      <link>https://community.cisco.com/t5/network-security/camera-system-behind-firewall-help/m-p/796415#M1021622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a remote location from our corporate office, and there is a router and a switch in addition to the PIX. The switch has 2 seperate VLANS, one for our corporate users that can only get to our VPN server and one for vendors/outside users that just need to access the internet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The corporate users are assigned a 192.168.0.X address, vendors are assigned a 192.168.1.X address. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought there may be something blocking it in the PIX from working internally while I am on the 192.168.1.X network.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 19:40:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/camera-system-behind-firewall-help/m-p/796415#M1021622</guid>
      <dc:creator>bn_enterp</dc:creator>
      <dc:date>2007-06-27T19:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Camera System Behind Firewall - Help</title>
      <link>https://community.cisco.com/t5/network-security/camera-system-behind-firewall-help/m-p/796416#M1021623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The traffic would not be hitting the pix for communication between a client on 192.168.1.x and the camera server 192.168.1.100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try pinging the server from a client and from the pix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 19:47:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/camera-system-behind-firewall-help/m-p/796416#M1021623</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-27T19:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Camera System Behind Firewall - Help</title>
      <link>https://community.cisco.com/t5/network-security/camera-system-behind-firewall-help/m-p/796417#M1021624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that is true, that makes sense. I may have something else going on, but my main goal is to get it accessible from outside the network, there will not be any need to access it internally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try what you posted in your first response and see if I can get it working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 19:50:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/camera-system-behind-firewall-help/m-p/796417#M1021624</guid>
      <dc:creator>bn_enterp</dc:creator>
      <dc:date>2007-06-27T19:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Camera System Behind Firewall - Help</title>
      <link>https://community.cisco.com/t5/network-security/camera-system-behind-firewall-help/m-p/796418#M1021625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any luck?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 11:58:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/camera-system-behind-firewall-help/m-p/796418#M1021625</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-28T11:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Camera System Behind Firewall - Help</title>
      <link>https://community.cisco.com/t5/network-security/camera-system-behind-firewall-help/m-p/796419#M1021626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The system is at a remote location and I have not been able to get there to try anything yet. I am hoping for today or tomorrow. I will post the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:09:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/camera-system-behind-firewall-help/m-p/796419#M1021626</guid>
      <dc:creator>bn_enterp</dc:creator>
      <dc:date>2007-06-28T12:09:54Z</dc:date>
    </item>
  </channel>
</rss>

