<?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: Configuring PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/configuring-pix/m-p/391027#M550724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You do not need an access-list as JON-WYATT mentioned, remember higher lever can access lower levels. You just need an access-list to allow lower to higher level access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you added a default route?&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 63.66.x.x &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second have you done a:&lt;/P&gt;&lt;P&gt;clear xlate&lt;/P&gt;&lt;P&gt;After you have changed the Port Address Translation setup (NAT).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also Establish connectivity: &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_configuration_guide_chapter09186a0080172786.html" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_configuration_guide_chapter09186a0080172786.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2005 13:14:47 GMT</pubDate>
    <dc:creator>Patrick Iseli</dc:creator>
    <dc:date>2005-03-08T13:14:47Z</dc:date>
    <item>
      <title>Configuring PIX</title>
      <link>https://community.cisco.com/t5/network-security/configuring-pix/m-p/391025#M550722</link>
      <description>&lt;P&gt;I am trying to configure pix 515e. I have inside address 192.168.1.1 and outside address 63.67.x.x &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;ip address outside 63.66.x.x 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (inside) 1 0 0 &lt;/P&gt;&lt;P&gt;global (outside) 1 interface &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My router address 63.66.x.y.I have setup the workstation gateway address 192.168.1.1. The problem I can not go out from workstation. Any idea? Also If I want add a server with the public address 63.66.z.z on the DMZ, how I can create that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:59:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-pix/m-p/391025#M550722</guid>
      <dc:creator>rmrahman0302</dc:creator>
      <dc:date>2020-02-21T07:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring PIX</title>
      <link>https://community.cisco.com/t5/network-security/configuring-pix/m-p/391026#M550723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Workstation problem&lt;/P&gt;&lt;P&gt;Have you set an access-list up yet?&lt;/P&gt;&lt;P&gt;If not you will need to apply an access-list which allows access from the device on the inside of the firewall to the device on the outside. You should also  create an access-group to allow yourself to reference the inside interface easily. &lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;access-group acl_in in interface inside&lt;/P&gt;&lt;P&gt;access-list acl_in permit tcp host 192.168.1.x host 63.66.x.y eq telnet|ssh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;501's don't support DMZ's as such, although you could  place a server on the inside of your firewall and static map an external IP address to it. IS that what you want to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2005 07:39:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-pix/m-p/391026#M550723</guid>
      <dc:creator>jon-wyatt</dc:creator>
      <dc:date>2005-03-08T07:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring PIX</title>
      <link>https://community.cisco.com/t5/network-security/configuring-pix/m-p/391027#M550724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You do not need an access-list as JON-WYATT mentioned, remember higher lever can access lower levels. You just need an access-list to allow lower to higher level access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you added a default route?&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 63.66.x.x &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second have you done a:&lt;/P&gt;&lt;P&gt;clear xlate&lt;/P&gt;&lt;P&gt;After you have changed the Port Address Translation setup (NAT).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also Establish connectivity: &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_configuration_guide_chapter09186a0080172786.html" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_configuration_guide_chapter09186a0080172786.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2005 13:14:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-pix/m-p/391027#M550724</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-03-08T13:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring PIX</title>
      <link>https://community.cisco.com/t5/network-security/configuring-pix/m-p/391028#M550725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to set DMZ. I have a host with ip address 192.168.2.2. I want to access this host from outside by assigning 63.66.107.15. When I tried to access from outside, I can not see from outside. I have attached the config file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2005 00:54:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-pix/m-p/391028#M550725</guid>
      <dc:creator>rmrahman0302</dc:creator>
      <dc:date>2005-03-09T00:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring PIX</title>
      <link>https://community.cisco.com/t5/network-security/configuring-pix/m-p/391029#M550726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.) Looks good but configure your access-list much more restrictive and do not open the whole ICMP and IP protocol to the DMX Host. You do not want to get hacked in the first couple of hours right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 63.66.107.15 www&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 63.66.107.15 ftp&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (dmz,outside) 63.66.107.15 192.168.2.2 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.)# This disables NAT between the inside and the DMZ and you can access your webserver with 192.168.2.2&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;static (inside,dmz) Inside-Network Inside-Network netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.) This access-list in your config permits icmp and block all other traffic outgoing from the DMZ to any other interfaces. Note: Established connections from the outside to the DMZ on the other access-list will still work and are not controlled by that access-list. Note after a permit statement in an access-list follows a deny any any line that is never shown. Other thing is that this permit icmp any any opens also the access to all other interfaces for example the inside interface. Take care with any any on access-lists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_ping permit icmp any host 63.166.107.15&lt;/P&gt;&lt;P&gt;access-group acl_ping in interface dmz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.) After removing unnecessary stuff:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no access-list acl_out&lt;/P&gt;&lt;P&gt;no global (dmz) 1 test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.) Do also a:&lt;/P&gt;&lt;P&gt;conf t&lt;/P&gt;&lt;P&gt;clear xlate&lt;/P&gt;&lt;P&gt;write mem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example config on CCO:&lt;/P&gt;&lt;P&gt;Configuring the PIX Firewall with Mail Server Access on DMZ Network:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a008015efa9.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a008015efa9.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2005 01:42:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-pix/m-p/391029#M550726</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-03-09T01:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring PIX</title>
      <link>https://community.cisco.com/t5/network-security/configuring-pix/m-p/391030#M550727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried that but still I can not ping 63.67.107.15 but i can ping 192.168.2.2. Any idea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2005 03:34:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-pix/m-p/391030#M550727</guid>
      <dc:creator>rmrahman0302</dc:creator>
      <dc:date>2005-03-09T03:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring PIX</title>
      <link>https://community.cisco.com/t5/network-security/configuring-pix/m-p/391031#M550728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure about:&lt;/P&gt;&lt;P&gt;access-list acl_ping permit icmp any host 63.166.107.15&lt;/P&gt;&lt;P&gt;access-group acl_ping in interface dmz &lt;/P&gt;&lt;P&gt;I thought ACL processing takes precedence over translation, i.e. this acl will block outbound traffic and will prevent subsequent flows from being established. What purpose does it serve?&lt;/P&gt;&lt;P&gt;Just a thought.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mustafa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2005 08:31:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-pix/m-p/391031#M550728</guid>
      <dc:creator>mhussein</dc:creator>
      <dc:date>2005-03-09T08:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring PIX</title>
      <link>https://community.cisco.com/t5/network-security/configuring-pix/m-p/391032#M550729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note that ICMP is not a stateful protocol !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To allow access through two interfaces you need permit it on an access-list. If you want to ping the same interface that your client is connected to you need to configure  the "ICMP" command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this to be able to ping your web server:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit icmp any any echo &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit icmp any any time-exceeded &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 63.66.107.15 www&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 63.66.107.15 ftp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second: The access-list on the DMZ interface is there to permit access to the inside interface or to limit the access for DMZ host on outbound connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This helps to prevent dmz host to establish connections to the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples for config icmp:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;icmp permit any echo-reply outside&lt;/P&gt;&lt;P&gt;icmp permit host 1.1.1.1 echo outside&lt;/P&gt;&lt;P&gt;icmp permit any echo-reply inside&lt;/P&gt;&lt;P&gt;icmp permit host 192.168.1.x echo inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Handling ICMP Pings with the PIX Firewall:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094e8a.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094e8a.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2005 23:59:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-pix/m-p/391032#M550729</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-03-09T23:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring PIX</title>
      <link>https://community.cisco.com/t5/network-security/configuring-pix/m-p/391033#M550730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mustafa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The pix allows established connection (ASA) back to the interface it came from in the oder of the 3 way handshake = SYN (from Intenet and outside ACL) - SYN ACK (From DMZ Webserver alloed back without checking in ACL on DMZ) - ACK. (From Internet Host)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The access-list on the DMZ does just restrictions on connections from the DMZ hosts to the other interfaces. This helps to mitigate in case that your Web Server was HACKED for example. The Web server would be owned by a hacker but he would not be able to download any other software to ceate a ZOMBIE host. Because the dmz access-list would block all outbound connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2005 00:32:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-pix/m-p/391033#M550730</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-03-10T00:32:34Z</dc:date>
    </item>
  </channel>
</rss>

