<?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 Simple PIX Config in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/simple-pix-config/m-p/441356#M535809</link>
    <description>&lt;P&gt;I am trying to set up a PIX in a test environment and cannot get it to do what I am wanting. I have a PIX515E with 4 interfaces, outside, inside, Net1 and Net2. This is going to go in a branch location that has 2 vlan's 199.8.108.0 and 199.8.109.0. I am wanting to assign an ip address of 199.8.108.254 to Net1 and 199.8.109.254 to Net2. The outside interface IP address will be assigned by the ISP. For right now I will not have anything on the connected to he inside interface (I will be using this for future server protection). I basically want the firwall in place for vpn connections with my PIX525 at the main location. I want the PIX515E completly open between Net1 and Net2 as well as the outside world. Sounds simple .... but I cannot get it to work for the life of me. Could someone post a simple config that should do what I want it to do?&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 08:15:16 GMT</pubDate>
    <dc:creator>swilk</dc:creator>
    <dc:date>2020-02-21T08:15:16Z</dc:date>
    <item>
      <title>Simple PIX Config</title>
      <link>https://community.cisco.com/t5/network-security/simple-pix-config/m-p/441356#M535809</link>
      <description>&lt;P&gt;I am trying to set up a PIX in a test environment and cannot get it to do what I am wanting. I have a PIX515E with 4 interfaces, outside, inside, Net1 and Net2. This is going to go in a branch location that has 2 vlan's 199.8.108.0 and 199.8.109.0. I am wanting to assign an ip address of 199.8.108.254 to Net1 and 199.8.109.254 to Net2. The outside interface IP address will be assigned by the ISP. For right now I will not have anything on the connected to he inside interface (I will be using this for future server protection). I basically want the firwall in place for vpn connections with my PIX525 at the main location. I want the PIX515E completly open between Net1 and Net2 as well as the outside world. Sounds simple .... but I cannot get it to work for the life of me. Could someone post a simple config that should do what I want it to do?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:15:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-pix-config/m-p/441356#M535809</guid>
      <dc:creator>swilk</dc:creator>
      <dc:date>2020-02-21T08:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Simple PIX Config</title>
      <link>https://community.cisco.com/t5/network-security/simple-pix-config/m-p/441357#M535810</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;are you already using PIX v7?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are, assign the outside, net1 and net2 the same security level.&lt;/P&gt;&lt;P&gt;Then apply this command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should allow the traffic. Please be aware of the fact this config open your firewall completely between the 3 networks. Don't forget to assign the inside interface a higher security level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2005 06:52:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-pix-config/m-p/441357#M535810</guid>
      <dc:creator>tvanginneken</dc:creator>
      <dc:date>2005-07-07T06:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Simple PIX Config</title>
      <link>https://community.cisco.com/t5/network-security/simple-pix-config/m-p/441358#M535811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is what I have for a configuration file:&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;interface ethernet2 100full&lt;/P&gt;&lt;P&gt;interface ethernet3 100full&lt;/P&gt;&lt;P&gt;interface ethernet4 auto shutdown&lt;/P&gt;&lt;P&gt;interface ethernet5 auto shutdown&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;nameif ethernet2 Net1 security51&lt;/P&gt;&lt;P&gt;nameif ethernet3 Net2 security50&lt;/P&gt;&lt;P&gt;nameif ethernet4 intf4 security8&lt;/P&gt;&lt;P&gt;nameif ethernet5 intf5 security10&lt;/P&gt;&lt;P&gt;enable password XXXXXXXXXXXXX encrypted&lt;/P&gt;&lt;P&gt;passwd XXXXXXXXXXXXXXXX encrypted&lt;/P&gt;&lt;P&gt;hostname pixfirewall&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 Net1 permit ip any any &lt;/P&gt;&lt;P&gt;access-list Net1 permit icmp any any &lt;/P&gt;&lt;P&gt;access-list Net2 permit ip any any &lt;/P&gt;&lt;P&gt;access-list Net2 permit icmp any any &lt;/P&gt;&lt;P&gt;access-list outside permit ip any any &lt;/P&gt;&lt;P&gt;access-list outside permit icmp any any &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;mtu Net1 1500&lt;/P&gt;&lt;P&gt;mtu Net2 1500&lt;/P&gt;&lt;P&gt;mtu intf4 1500&lt;/P&gt;&lt;P&gt;mtu intf5 1500&lt;/P&gt;&lt;P&gt;ip address outside 159.x.x.x.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 159.x.x.x.255.255.0&lt;/P&gt;&lt;P&gt;ip address Net1 159.218.x.x 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address Net2 159.218.x.x.255.255.0&lt;/P&gt;&lt;P&gt;no ip address intf4&lt;/P&gt;&lt;P&gt;no ip address intf5&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;no failover&lt;/P&gt;&lt;P&gt;failover timeout 0:00:00&lt;/P&gt;&lt;P&gt;failover poll 15&lt;/P&gt;&lt;P&gt;no failover ip address outside&lt;/P&gt;&lt;P&gt;no failover ip address inside&lt;/P&gt;&lt;P&gt;no failover ip address Net1&lt;/P&gt;&lt;P&gt;no failover ip address Net2&lt;/P&gt;&lt;P&gt;no failover ip address intf4&lt;/P&gt;&lt;P&gt;no failover ip address intf5&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;static (Net1,outside) 159.x.x.0 159.218.42.0 netmask 255.255.255.0 0 0 &lt;/P&gt;&lt;P&gt;static (Net2,outside) 159.x.x.x.218.44.0 netmask 255.255.255.0 0 0 &lt;/P&gt;&lt;P&gt;access-group outside in interface outside&lt;/P&gt;&lt;P&gt;access-group Net1 in interface Net1&lt;/P&gt;&lt;P&gt;access-group Net2 in interface Net2&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.x.x.x.45.254 1&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 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;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;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:xxx&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I ping from the outside interface I can ping the router (159.x.x.254) and internet addresses. But, I cannot ping the outside interface from Net1 or Net2, nor can I ping anything off of its network. I have 42.254 and 44.254 set up on my router and I cannot ping these from Net1 or Net2 either. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2005 15:36:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-pix-config/m-p/441358#M535811</guid>
      <dc:creator>swilk</dc:creator>
      <dc:date>2005-07-07T15:36:41Z</dc:date>
    </item>
  </channel>
</rss>

