<?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: PIX 515E in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-515e/m-p/1236920#M875436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a routing issue as well. Things were getting out and not able to come back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's up and working now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again, Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Mar 2009 23:09:36 GMT</pubDate>
    <dc:creator>dklewe</dc:creator>
    <dc:date>2009-03-03T23:09:36Z</dc:date>
    <item>
      <title>PIX 515E</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e/m-p/1236918#M875432</link>
      <description>&lt;P&gt;I'm having some troubles setting up a new firewall. (I'm new to firewalls)I've got the unit up with configured IP addresses on inside and outside. Downloaded and installed ASDM software. I can't seem to get it to pass traffic. &lt;/P&gt;&lt;P&gt;The unit is being used to secure one network from the rest of our company network. &lt;/P&gt;&lt;P&gt;Inside interface is 10.50.241.1/24 &lt;/P&gt;&lt;P&gt;The PIX will be the gateway on this network. &lt;/P&gt;&lt;P&gt;Outside interface is 10.48.16.2/20 &lt;/P&gt;&lt;P&gt;Gateway on the outside network is a Cisco 6500 MSFC 10.48.16.10 which connects to the rest of the company. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Dave &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have included a show run: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 7.2(2) &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname pixfirewall&lt;/P&gt;&lt;P&gt;domain-name default.domain.invalid&lt;/P&gt;&lt;P&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;name 10.48.0.0 GAC&lt;/P&gt;&lt;P&gt;name 10.48.16.0 Plant&lt;/P&gt;&lt;P&gt;dns-guard&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0&lt;/P&gt;&lt;P&gt;nameif outside&lt;/P&gt;&lt;P&gt;security-level 0&lt;/P&gt;&lt;P&gt;ip address 10.48.16.2 255.255.240.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet1&lt;/P&gt;&lt;P&gt;nameif inside&lt;/P&gt;&lt;P&gt;security-level 100&lt;/P&gt;&lt;P&gt;ip address 10.50.241.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet2&lt;/P&gt;&lt;P&gt;shutdown&lt;/P&gt;&lt;P&gt;nameif intf2&lt;/P&gt;&lt;P&gt;security-level 4&lt;/P&gt;&lt;P&gt;no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;passwd 0aywtm/YUv1U3jNB encrypted&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;dns server-group DefaultDNS&lt;/P&gt;&lt;P&gt;domain-name default.domain.invalid&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;object-group protocol TCPUDP&lt;/P&gt;&lt;P&gt;protocol-object udp&lt;/P&gt;&lt;P&gt;protocol-object tcp&lt;/P&gt;&lt;P&gt;access-list ping_acl extended permit icmp Plant 255.255.240.0 any &lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit icmp Plant 255.255.240.0 10.50.241.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit icmp GAC 255.255.240.0 10.50.241.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu intf2 1500&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;icmp permit any outside&lt;/P&gt;&lt;P&gt;icmp permit any inside&lt;/P&gt;&lt;P&gt;asdm image flash:/asdm-524.bin&lt;/P&gt;&lt;P&gt;asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 0 10.50.241.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-group ping_acl in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 10.48.16.10 1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;router rip&lt;/P&gt;&lt;P&gt;network 10.0.0.0&lt;/P&gt;&lt;P&gt;version 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 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 RADIUS protocol radius&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 10.50.241.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;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;/P&gt;&lt;P&gt;no sysopt connection permit-vpn&lt;/P&gt;&lt;P&gt;telnet Plant 255.255.240.0 outside&lt;/P&gt;&lt;P&gt;telnet GAC 255.255.240.0 outside&lt;/P&gt;&lt;P&gt;telnet 10.50.241.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;ssh version 1&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;dhcpd dns 10.50.1.46 171.74.105.58&lt;/P&gt;&lt;P&gt;dhcpd wins 171.74.162.21 171.74.105.58&lt;/P&gt;&lt;P&gt;dhcpd ping_timeout 750&lt;/P&gt;&lt;P&gt;dhcpd auto_config outside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;dhcpd address 10.50.241.101-10.50.241.199 inside&lt;/P&gt;&lt;P&gt;dhcpd enable inside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt;match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect dns migrated_dns_map_1&lt;/P&gt;&lt;P&gt;parameters&lt;/P&gt;&lt;P&gt;message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;class inspection_default&lt;/P&gt;&lt;P&gt;inspect dns migrated_dns_map_1 &lt;/P&gt;&lt;P&gt;inspect ftp &lt;/P&gt;&lt;P&gt;inspect h323 h225 &lt;/P&gt;&lt;P&gt;inspect h323 ras &lt;/P&gt;&lt;P&gt;inspect http &lt;/P&gt;&lt;P&gt;inspect netbios &lt;/P&gt;&lt;P&gt;inspect rsh &lt;/P&gt;&lt;P&gt;inspect rtsp &lt;/P&gt;&lt;P&gt;inspect skinny &lt;/P&gt;&lt;P&gt;inspect esmtp &lt;/P&gt;&lt;P&gt;inspect sqlnet &lt;/P&gt;&lt;P&gt;inspect sunrpc &lt;/P&gt;&lt;P&gt;inspect tftp &lt;/P&gt;&lt;P&gt;inspect sip &lt;/P&gt;&lt;P&gt;inspect xdmcp &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;prompt hostname context &lt;/P&gt;&lt;P&gt;Cryptochecksum:d8ad1ad3a52aec150a71ccd959a2681a&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;asdm image flash:/asdm-524.bin&lt;/P&gt;&lt;P&gt;asdm location GAC 255.255.240.0 inside&lt;/P&gt;&lt;P&gt;asdm history enable &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:00:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e/m-p/1236918#M875432</guid>
      <dc:creator>dklewe</dc:creator>
      <dc:date>2019-03-11T15:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e/m-p/1236919#M875433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try changing your PAT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter these commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no global (outside) 1 interface &lt;/P&gt;&lt;P&gt;no nat (inside) 0 10.50.241.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 10.50.241.0 255.255.255.0&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;clear xlate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About acls: access-list outside_access_in extended permit icmp Plant 255.255.240.0 10.50.241.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit icmp GAC 255.255.240.0 10.50.241.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are trying to ping your hosts in the inside from Plant and GAC (located in the outside), you will not be able to do this since you are USING PAT, hence hiding your inside network, so whenever you try to ping any host in 10.50.241.0 you will not reach it from the outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try entering&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you can test pinging from any host in the inside to anything in the outside, but you won't be able to ping from the outside to the inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And one last observation:&lt;/P&gt;&lt;P&gt;telnet Plant 255.255.240.0 outside &lt;/P&gt;&lt;P&gt;telnet GAC 255.255.240.0 outside &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will not be able to telnet to the outside interface unless you use IPSec, this is because telnet will send everything in clear text, and doing this in the outside interface will be insane!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2009 17:39:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e/m-p/1236919#M875433</guid>
      <dc:creator>isagonza</dc:creator>
      <dc:date>2009-03-03T17:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e/m-p/1236920#M875436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a routing issue as well. Things were getting out and not able to come back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's up and working now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again, Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2009 23:09:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e/m-p/1236920#M875436</guid>
      <dc:creator>dklewe</dc:creator>
      <dc:date>2009-03-03T23:09:36Z</dc:date>
    </item>
  </channel>
</rss>

