<?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: Setting up my first firewall in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743038#M979522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no access-group inbound in interface inside &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2007 17:02:53 GMT</pubDate>
    <dc:creator>acomiskey</dc:creator>
    <dc:date>2007-06-08T17:02:53Z</dc:date>
    <item>
      <title>Setting up my first firewall</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743025#M979487</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I am setting up 2 PIX 506E's as firewalls.  I am not Cisco trained or certified and I'm trying to figure some of this stuff out as I go.  Not the ideal situation, but we're a nonprofit without tons of cash for training so there it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I do have over 20 years in IT so I'm not completely lost, but I am stuck on this particular problem.  My 506E will not let me ping the outside interface from the inside interface.  It does let me ping the inside interface from a computer on the inside network.  I am hoping someone can give me a command to allow pinging the outside interface from the inside network.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would paste my config here but I'm not sure which parts are relevant and I don't want to go over the character limit.  &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;JP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:24:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743025#M979487</guid>
      <dc:creator>jpenney</dc:creator>
      <dc:date>2019-03-11T10:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up my first firewall</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743026#M979488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't do this on the pix at least on version 6.x which you are probably using as a pix 506E desn't support v7.x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can ping the inside interface from a machien on the inside and you can ping the outside interface from a machine on the outside but not the outside interface from the inside. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, your config would probably not go over the limit and you can always attacj the config as a text file. Just make sure you remove any sensitive information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 16:16:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743026#M979488</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2007-06-04T16:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up my first firewall</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743027#M979491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, you probably saved me 4 days of reading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, anyone who can point me to free newbie webcasts (video or audio) or even print courses, I would appreciate it.  I belong to IEEE Computer, so I'll be looking there as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just for kicks, here's my config (yes, it's much smaller than I feared, all the networks are internal and please don't laugh at the newbie)&lt;/P&gt;&lt;P&gt;&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_outbound permit ip any any&lt;/P&gt;&lt;P&gt;access-list acl_outbound permit tcp any any&lt;/P&gt;&lt;P&gt;access-list outside 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 inside permit icmp any any&lt;/P&gt;&lt;P&gt;access-list inside permit ip any any&lt;/P&gt;&lt;P&gt;access-list outbound permit tcp any host 192.168.2.254&lt;/P&gt;&lt;P&gt;access-list outbound permit icmp any host 192.168.2.254&lt;/P&gt;&lt;P&gt;access-list 90 permit ip 192.168.1.0 255.255.255.0 200.1.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;pager lines 40&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 200.1.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 192.168.2.254 255.255.255.0&lt;/P&gt;&lt;P&gt;ip audit info action alarm&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;aaa authentication telnet console LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication http console LOCAL&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.2.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;sysopt noproxyarp outside&lt;/P&gt;&lt;P&gt;telnet 192.168.2.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;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;dhcpd auto_config outside&lt;/P&gt;&lt;P&gt;username administrator password xxxxxxxxxxxxx encrypted privilege 15&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:xxxxxxxxxxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 16:32:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743027#M979491</guid>
      <dc:creator>jpenney</dc:creator>
      <dc:date>2007-06-04T16:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up my first firewall</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743028#M979493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, here's some more of the problem - since I can't ping my external interface, can I ping another address on the same network as that interface?  My understanding is that there's no communication from a lower-security interface to a higher-security interface, but isn't internet communication almost always two-way?  That's what ACL's are for, isn't it?  So could I set up an ACL to allow an ICMP packet through the 506e, or is it ICMP specifically that's not allowed through?&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;JP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 17:46:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743028#M979493</guid>
      <dc:creator>jpenney</dc:creator>
      <dc:date>2007-06-04T17:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up my first firewall</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743029#M979495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"since I can't ping my external interface, can I ping another address on the same network as that interface?"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you can ping from the inside to something outside the pix with the correct acl to allow the ping reply in the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" My understanding is that there's no communication from a lower-security interface to a higher-security interface, but isn't internet communication almost always two-way?"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, there is no communication allowed from lower to higher security levels unless allowed by an acl. Yes, it is two way but the traffic is "initiated" from the inside, not the outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"So could I set up an ACL to allow an ICMP packet through the 506e, or is it ICMP specifically that's not allowed through?"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure, you already have it in your config...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside permit icmp any any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only problem is none of your acl's are applied with the "access-group" command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group outside in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 17:56:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743029#M979495</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-04T17:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up my first firewall</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743030#M979499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.  I did that, and I have the other PIX on the outside network, interface ip = 200.1.1.2.  After applying the access-group, I tried to ping that second pix from inside my first pix, and I'm getting a "request timed out".  I am able to ping the second pix from the CLI on the first pix.  Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 18:02:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743030#M979499</guid>
      <dc:creator>jpenney</dc:creator>
      <dc:date>2007-06-04T18:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up my first firewall</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743031#M979501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 18:06:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743031#M979501</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-04T18:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up my first firewall</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743032#M979505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wrong post&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 17:57:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743032#M979505</guid>
      <dc:creator>kmcilvaine</dc:creator>
      <dc:date>2007-06-05T17:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up my first firewall</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743033#M979510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the suggestion, that's exactly what I needed.  I am now able to ping other ip's on my outside network.  Thanks very much to everyone who helped!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 11:32:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743033#M979510</guid>
      <dc:creator>jpenney</dc:creator>
      <dc:date>2007-06-08T11:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up my first firewall</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743034#M979513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I have the second PIX set up identical to the first one, but that's not quite right.  I want to have a web server inside pix2, able to be accessed by a client on the inside interface of pix1.  The outside interfaces of pix1 and pix2 are on the same network, connected through a hub.  As I have said before in this post, I can now ping from inside pix1 to the outside of pix2.  I have tried to follow directions to set up a static, an access-list, and an access-group to allow access to a web server inside pix2 but I can't access it either from a host on the 200.1.1.0 network (the outside interface network) or from a host on the inside network of pix1.  I've pasted my current configs (which are different than the configs from before) and I wonder if anyone has suggestions.&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;JP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pixfirewall2(config)# sho run&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;PIX Version 6.3(5)&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 auto&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;enable password xxx encrypted&lt;/P&gt;&lt;P&gt;passwd xxx encrypted&lt;/P&gt;&lt;P&gt;hostname pixfirewall2&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 inbound permit tcp any host 192.168.2.1 eq www&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 200.1.1.2 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 192.168.2.254 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 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface www 192.168.2.1 www netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;access-group inbound in interface outside&lt;/P&gt;&lt;P&gt;access-group inbound in interface inside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 200.1.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 sip-disconnect 0:02:00 sip-invite 0:03: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 RADIUS deadtime 10&lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local&lt;/P&gt;&lt;P&gt;aaa authentication telnet console LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication http console LOCAL&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.2.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 192.168.2.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;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;dhcpd auto_config outside&lt;/P&gt;&lt;P&gt;username administrator password xxx encrypted privilege 15&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 12:53:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743034#M979513</guid>
      <dc:creator>jpenney</dc:creator>
      <dc:date>2007-06-08T12:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up my first firewall</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743035#M979514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You acl is wrong, you do not refer to the destination by the private ip address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 192.168.2.1 eq www &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should be...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 200.1.1.2 eq www &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 13:03:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743035#M979514</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-08T13:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up my first firewall</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743036#M979516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - that did it.  Now for the VPN!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 13:12:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743036#M979516</guid>
      <dc:creator>jpenney</dc:creator>
      <dc:date>2007-06-08T13:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up my first firewall</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743037#M979519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While I'm at it, if anyone sees anything in my configs that should be removed, I'm accepting comments.  Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 16:56:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743037#M979519</guid>
      <dc:creator>jpenney</dc:creator>
      <dc:date>2007-06-08T16:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up my first firewall</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743038#M979522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no access-group inbound in interface inside &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 17:02:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-my-first-firewall/m-p/743038#M979522</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-08T17:02:53Z</dc:date>
    </item>
  </channel>
</rss>

