<?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: Is this PIX secure in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/is-this-pix-secure/m-p/1380141#M857015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Taking as an example the first static NAT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 7782 192.168.128.22 7782 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;There's no limit defined for the connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first 0 could be changed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;0-65535&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The maximum number of simultaneous tcp connections the local IP&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hosts are to allow, default is 0 which means unlimited&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connections. Idle connections are closed after the time&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; specified by the timeout conn command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second 0 could be changed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;0-65535&amp;gt;&amp;nbsp; The maximum number of embryonic connections per host&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Embyonic connections are connections that have not yet completed the three-way TCP handshake and can be part of an attack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Apr 2010 22:24:05 GMT</pubDate>
    <dc:creator>Federico Coto Fajardo</dc:creator>
    <dc:date>2010-04-06T22:24:05Z</dc:date>
    <item>
      <title>Is this PIX secure</title>
      <link>https://community.cisco.com/t5/network-security/is-this-pix-secure/m-p/1380136#M857003</link>
      <description>&lt;P&gt;I was wondering if this configuration is as secure as it can be, or is there anything else that could be done to harden the configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:&lt;BR /&gt;PIX Version 6.3(5)&lt;BR /&gt;interface ethernet0 auto&lt;BR /&gt;interface ethernet1 100full&lt;BR /&gt;nameif ethernet0 outside security0&lt;BR /&gt;nameif ethernet1 inside security100&lt;BR /&gt;enable password ??????????? encrypted&lt;BR /&gt;passwd ??????????? encrypted&lt;BR /&gt;hostname XYZ.com&lt;BR /&gt;domain-name rm760.com&lt;BR /&gt;clock timezone PST -8&lt;BR /&gt;clock summer-time PDT recurring&lt;BR /&gt;fixup protocol dns&lt;BR /&gt;no fixup protocol ftp 21&lt;BR /&gt;fixup protocol h323 h225 1720&lt;BR /&gt;fixup protocol h323 ras 1718-1719&lt;BR /&gt;no fixup protocol http 80&lt;BR /&gt;fixup protocol rsh 514&lt;BR /&gt;fixup protocol rtsp 554&lt;BR /&gt;fixup protocol sip 5060&lt;BR /&gt;fixup protocol sip udp 5060&lt;BR /&gt;fixup protocol skinny 2000&lt;BR /&gt;no fixup protocol smtp 25&lt;BR /&gt;no fixup protocol sqlnet 1521&lt;BR /&gt;no fixup protocol tftp 69&lt;BR /&gt;names&lt;BR /&gt;object-group service allowed_ports tcp&lt;BR /&gt;&amp;nbsp; port-object range 7770 7782&lt;BR /&gt;access-list out2in permit icmp any any echo-reply&lt;BR /&gt;access-list out2in permit icmp any any time-exceeded&lt;BR /&gt;access-list out2in permit tcp any any object-group allowed_ports&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging on&lt;BR /&gt;logging timestamp&lt;BR /&gt;logging console warnings&lt;BR /&gt;logging monitor warnings&lt;BR /&gt;logging buffered debugging&lt;BR /&gt;logging history warnings&lt;BR /&gt;logging facility 18&lt;BR /&gt;icmp deny any echo outside&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;ip address outside dhcp setroute&lt;BR /&gt;ip address inside 192.168.128.1 255.255.255.0&lt;BR /&gt;ip verify reverse-path interface outside&lt;BR /&gt;ip verify reverse-path interface inside&lt;BR /&gt;ip audit info action drop&lt;BR /&gt;ip audit attack action drop&lt;BR /&gt;pdm location 192.168.128.1 255.255.255.255 inside&lt;BR /&gt;pdm logging warnings 100&lt;BR /&gt;pdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;global (outside) 1 interface&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;BR /&gt;static (inside,outside) tcp interface 7782 192.168.128.22 7782 netmask 255.255.255.255 0 0&lt;BR /&gt;static (inside,outside) tcp interface 7779 192.168.128.19 7779 netmask 255.255.255.255 0 0&lt;BR /&gt;static (inside,outside) tcp interface 7778 192.168.128.18 7778 netmask 255.255.255.255 0 0&lt;BR /&gt;static (inside,outside) tcp interface 7776 192.168.128.16 7776 netmask 255.255.255.255 0 0&lt;BR /&gt;static (inside,outside) tcp interface 7775 192.168.128.15 7775 netmask 255.255.255.255 0 0&lt;BR /&gt;static (inside,outside) tcp interface 7774 192.168.128.14 7774 netmask 255.255.255.255 0 0&lt;BR /&gt;static (inside,outside) tcp interface 7773 192.168.128.13 7773 netmask 255.255.255.255 0 0&lt;BR /&gt;static (inside,outside) tcp interface 7772 192.168.128.12 7772 netmask 255.255.255.255 0 0&lt;BR /&gt;static (inside,outside) tcp interface 7770 192.168.128.10 7770 netmask 255.255.255.255 0 0&lt;BR /&gt;static (inside,outside) tcp interface 7780 192.168.128.20 7780 netmask 255.255.255.255 0 0&lt;BR /&gt;static (inside,outside) tcp interface 7781 192.168.128.21 7781 netmask 255.255.255.255 0 0&lt;BR /&gt;access-group out2in in interface outside&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00&lt;BR /&gt;timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;BR /&gt;timeout sip-disconnect 0:02:00 sip-invite 0:03:00&lt;BR /&gt;timeout uauth 0:05:00 absolute&lt;BR /&gt;aaa-server TACACS+ protocol tacacs+&lt;BR /&gt;aaa-server TACACS+ max-failed-attempts 3&lt;BR /&gt;aaa-server TACACS+ deadtime 10&lt;BR /&gt;aaa-server RADIUS protocol radius&lt;BR /&gt;aaa-server RADIUS max-failed-attempts 3&lt;BR /&gt;aaa-server RADIUS deadtime 10&lt;BR /&gt;aaa-server LOCAL protocol local&lt;BR /&gt;ntp server 209.81.9.7 source outside&lt;BR /&gt;ntp server 204.152.184.72 source outside&lt;BR /&gt;snmp-server location garage&lt;BR /&gt;snmp-server contact hounds&lt;BR /&gt;snmp-server community public&lt;BR /&gt;no snmp-server enable traps&lt;BR /&gt;floodguard enable&lt;BR /&gt;ssh 192.168.128.0 255.255.255.0 inside&lt;BR /&gt;ssh timeout 60&lt;BR /&gt;console timeout 10&lt;BR /&gt;dhcpd address 192.168.128.100-192.168.128.125 inside&lt;BR /&gt;dhcpd dns 208.67.222.222 208.67.220.220&lt;BR /&gt;dhcpd lease 3600&lt;BR /&gt;dhcpd ping_timeout 100&lt;BR /&gt;dhcpd enable inside&lt;BR /&gt;username XXXXXXXXX password ?????????? encrypted privilege 15&lt;BR /&gt;terminal width 80&lt;BR /&gt;banner exec UNAUTHORIZED ACCESS WILL BE PROSECUTED&lt;BR /&gt;banner login UNAUTHORIZED ACCESS WILL BE PROSECUTED&lt;BR /&gt;banner motd UNAUTHORIZED ACCESS WILL BE PROSECUTED&lt;BR /&gt;: end&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:29:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/is-this-pix-secure/m-p/1380136#M857003</guid>
      <dc:creator>rm760</dc:creator>
      <dc:date>2019-03-11T17:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is this PIX secure</title>
      <link>https://community.cisco.com/t5/network-security/is-this-pix-secure/m-p/1380137#M857009</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;The configuration seems secure in terms that you're only allowing inbound access on the defined ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, there are other features not in used like authentication, VPN, maximum allowed connections on the static NAT statements, etc.&lt;/P&gt;&lt;P&gt;But it all depends on your scenario.&lt;/P&gt;&lt;P&gt;Is kind of a very general question difficult to provide an exact answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 19:36:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/is-this-pix-secure/m-p/1380137#M857009</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-04-06T19:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is this PIX secure</title>
      <link>https://community.cisco.com/t5/network-security/is-this-pix-secure/m-p/1380138#M857011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me rephrase the question.&amp;nbsp; Based upon the config I uploaded and the inbound port requirements.&amp;nbsp; Is there aything that can be done to make this more secure or have I done everything possible with a PIX 501 and version 6.3.5 code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 21:37:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/is-this-pix-secure/m-p/1380138#M857011</guid>
      <dc:creator>rm760</dc:creator>
      <dc:date>2010-04-06T21:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is this PIX secure</title>
      <link>https://community.cisco.com/t5/network-security/is-this-pix-secure/m-p/1380139#M857012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like I've said. The PIX configuration is secured in terms of ACLs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, enabling authentication will add another level of protection.&lt;/P&gt;&lt;P&gt;Setting limits on the amount of connections to the servers add another level of protection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you want a yes or no answer, I will say yes it is secure.&lt;/P&gt;&lt;P&gt;But again, there are other ways to enhance the security.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 21:58:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/is-this-pix-secure/m-p/1380139#M857012</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-04-06T21:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is this PIX secure</title>
      <link>https://community.cisco.com/t5/network-security/is-this-pix-secure/m-p/1380140#M857014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Federico;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate it if you would enlighten me as to how to implement rate limiting into my configuration.&amp;nbsp; Will rate limiting have any adverse effects on the internal clients access to the Internet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 22:16:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/is-this-pix-secure/m-p/1380140#M857014</guid>
      <dc:creator>rm760</dc:creator>
      <dc:date>2010-04-06T22:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is this PIX secure</title>
      <link>https://community.cisco.com/t5/network-security/is-this-pix-secure/m-p/1380141#M857015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Taking as an example the first static NAT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 7782 192.168.128.22 7782 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;There's no limit defined for the connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first 0 could be changed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;0-65535&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The maximum number of simultaneous tcp connections the local IP&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hosts are to allow, default is 0 which means unlimited&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connections. Idle connections are closed after the time&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; specified by the timeout conn command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second 0 could be changed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;0-65535&amp;gt;&amp;nbsp; The maximum number of embryonic connections per host&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Embyonic connections are connections that have not yet completed the three-way TCP handshake and can be part of an attack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 22:24:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/is-this-pix-secure/m-p/1380141#M857015</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-04-06T22:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is this PIX secure</title>
      <link>https://community.cisco.com/t5/network-security/is-this-pix-secure/m-p/1380142#M857016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The devices are IP cameras.&amp;nbsp; Based upon this do you or anyone else have any recommendations as to the rate limiting variables to implement?&amp;nbsp; Or a baseline to start testing at?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 22:32:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/is-this-pix-secure/m-p/1380142#M857016</guid>
      <dc:creator>rm760</dc:creator>
      <dc:date>2010-04-06T22:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is this PIX secure</title>
      <link>https://community.cisco.com/t5/network-security/is-this-pix-secure/m-p/1380143#M857017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To get an idea you can do a show access-list to see how many hitcounts you get on each port for each&lt;BR /&gt;IP camera.&lt;BR /&gt;This will give you a baseline to see the normal behavior of the cameras in terms of connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, the access-list can have the ''log'' keyword at the end of the line, to generate a log message&lt;BR /&gt;everytime that it hits the line. You can then check the logs to see more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 03:27:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/is-this-pix-secure/m-p/1380143#M857017</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-04-07T03:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is this PIX secure</title>
      <link>https://community.cisco.com/t5/network-security/is-this-pix-secure/m-p/1380144#M857018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added log to the end as you recommended. I wll monitor this for a few days to create a baselne and then make so trial and error changes to see what works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 05:50:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/is-this-pix-secure/m-p/1380144#M857018</guid>
      <dc:creator>rm760</dc:creator>
      <dc:date>2010-04-07T05:50:23Z</dc:date>
    </item>
  </channel>
</rss>

