<?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 501 Help....asap. in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729626#M975847</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay well I'm at a loss... I'll keep looking around to see what I can find, but I'm still in the same situation.  Thanks for getting me to where I'm at!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Aug 2007 00:27:55 GMT</pubDate>
    <dc:creator>homeboarder8</dc:creator>
    <dc:date>2007-08-08T00:27:55Z</dc:date>
    <item>
      <title>PIX 501 Help....asap.</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729597#M975818</link>
      <description>&lt;P&gt;Ok so here is my config...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside 78.xxx.xxx.16 255.255.255.248&lt;/P&gt;&lt;P&gt;ip address inside 10.xxx.xxx.81 255.0.0.0&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 78.xxx.xxx.18&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface ethernet0 100full&lt;/P&gt;&lt;P&gt;interface ethernet1 100full&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;access-list inbound permit icmp any any&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 78.xxx.xxx.15 eq www&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 78.xxx.xxx.15 eq 53&lt;/P&gt;&lt;P&gt;access-list inbound permit udp any host 78.xxx.xxx.15 eq 53&lt;/P&gt;&lt;P&gt;access-group inbound in interface outside&lt;/P&gt;&lt;P&gt;static (inside,outside) 78.xxx.xxx.15 10.xxx.xxx.83 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inbound permit icmp any any&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 78.xxx.xxx.14 eq www&lt;/P&gt;&lt;P&gt;access-group inbound in interface outside&lt;/P&gt;&lt;P&gt;static (inside,outside) 78.xxx.xxx.14 10.xxx.xxx.15 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I have 2 servers running behind my PIX with the external IP addresses of 78.xxx.xxx.15 and 78.xxx.xxx.14.  I can ping the inside interfaces but I can not ping the outside interface of the PIX, let alone the gateway which is at 78.xxx.xxx.18.  I need to have this up and running ASAP, so any suggestions would be great!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:54:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729597#M975818</guid>
      <dc:creator>homeboarder8</dc:creator>
      <dc:date>2019-03-11T10:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Help....asap.</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729598#M975819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can't ping the outside interface from the inside, and vice versa...&lt;/P&gt;&lt;P&gt;you need to add the following to permit icmp replies from the gw....&lt;/P&gt;&lt;P&gt;access-list inbound permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;access-list inbound permit icmp host 78.x.x.18 any echo-reply&lt;/P&gt;&lt;P&gt;you get the idea...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 02:09:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729598#M975819</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2007-08-07T02:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Help....asap.</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729599#M975820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the repay srue.  I guess I should have elaborated a little further... I am not even able to access the internet, that is my main goal.  Any advice?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 15:37:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729599#M975820</guid>
      <dc:creator>homeboarder8</dc:creator>
      <dc:date>2007-08-07T15:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Help....asap.</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729600#M975821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you ping the gateway from the pix?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 16:07:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729600#M975821</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-08-07T16:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Help....asap.</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729601#M975822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is understand for the problem it seems like you are trying the ping the outside interface from the inside,If i am understanding correctly ..&lt;/P&gt;&lt;P&gt;By design you will not be able to ping the outside interface ..and if you are trying to ping the outside interface from the outside world then please check if its getting denied by ICMP command ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show ICMP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 16:23:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729601#M975822</guid>
      <dc:creator>shahkamrah</dc:creator>
      <dc:date>2007-08-07T16:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Help....asap.</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729602#M975823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let us know if you are able to ping the gateway ip address and also let me know if you are trying to access internet from these 2 servers only..But if you are trying to access from other workstations then you need the make the use of nat and global command..&lt;/P&gt;&lt;P&gt;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 16:27:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729602#M975823</guid>
      <dc:creator>shahkamrah</dc:creator>
      <dc:date>2007-08-07T16:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Help....asap.</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729603#M975824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post the full config of your firewall then we can help easily&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;MM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Don't forget to rate replies &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 16:35:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729603#M975824</guid>
      <dc:creator>mightymouse2045</dc:creator>
      <dc:date>2007-08-07T16:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Help....asap.</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729604#M975825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the running config of the pix...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.3(1)&lt;/P&gt;&lt;P&gt;interface ethernet0 100full&lt;/P&gt;&lt;P&gt;interface ethernet1 100full&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;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 ils 389&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;names&lt;/P&gt;&lt;P&gt;access-list inbound permit icmp any any&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 78.xxx.xxx.15 eq www&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 78.xxx.xxx.15 eq domain&lt;/P&gt;&lt;P&gt;access-list inbound permit udp any host 78.xxx.xxx.15 eq domain&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 78.xxx.xxx.15 eq pptp&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 78.xxx.xxx.14 eq pptp&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 78.xxx.xxx.16 255.255.255.248&lt;/P&gt;&lt;P&gt;ip address inside 10.xxx.xxx.81 255.0.0.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 history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 78.xxx.xxx.15&lt;/P&gt;&lt;P&gt;global (outside) 2 78.xxx.xxx.14&lt;/P&gt;&lt;P&gt;nat (inside) 1 10.xxx.xxx.83 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;nat (inside) 2 10.xxx.xxx.85 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) 78.xxx.xxx.15 10.xxx.xxx.83 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) 78.xxx.xxx.14 10.xxx.xxx.85 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;route outside 0.0.0.0 0.0.0.0 78.xxx.xxx.18 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 RADIUS protocol radius&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;: end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is just the two servers accessing the internet, and yes I found that I can ping the gateway.  I'm still stumped with this whole thing so keep the help come'n guys...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 20:47:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729604#M975825</guid>
      <dc:creator>homeboarder8</dc:creator>
      <dc:date>2007-08-07T20:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Help....asap.</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729605#M975826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok you don't do a global and then a static nat that way. All you need to define is a global for the other clients behind the gateway to the interface of your PIX, and then statics for the servers. changes as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove these:&lt;/P&gt;&lt;P&gt;global (outside) 1 78.xxx.xxx.15 &lt;/P&gt;&lt;P&gt;global (outside) 2 78.xxx.xxx.14 &lt;/P&gt;&lt;P&gt;nat (inside) 1 10.xxx.xxx.83 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;nat (inside) 2 10.xxx.xxx.85 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) 78.xxx.xxx.15 10.xxx.xxx.83 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) 78.xxx.xxx.14 10.xxx.xxx.85 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 255.0.0.0 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) 78.xxx.xxx.15 10.xxx.xxx.83 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) 78.xxx.xxx.14 10.xxx.xxx.85 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also create an access list for outbound access and put deny ip any any log at the end of boths lists for monitoring purposes etc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;MM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 21:03:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729605#M975826</guid>
      <dc:creator>mightymouse2045</dc:creator>
      <dc:date>2007-08-07T21:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Help....asap.</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729606#M975827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry that nat (inside) command should read:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 10.0.0.0 255.0.0.0 0 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 21:04:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729606#M975827</guid>
      <dc:creator>mightymouse2045</dc:creator>
      <dc:date>2007-08-07T21:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Help....asap.</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729607#M975828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mightymouse2045, thanks for the quick responce.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay so I changed the config, but now I'm beginning to think I have something with the internal IP addresses wrong. I should have been more clear about what I said before... I can ping the gateway from the PIX, but not from the server.  I'm thinking it has something to do with the netmask, my internal is 255.0.0.0 and my external is 255.255.255.248.  Although I thought that nat was soposto take care of that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 21:17:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729607#M975828</guid>
      <dc:creator>homeboarder8</dc:creator>
      <dc:date>2007-08-07T21:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Help....asap.</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729608#M975829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this helps clarify things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gateway - 78.xxx.xxx.18&lt;/P&gt;&lt;P&gt;PIX internal - 10.xxx.xxx.81&lt;/P&gt;&lt;P&gt;PIX external - 78.xxx.xxx.16&lt;/P&gt;&lt;P&gt;Server 1 internal - 10.xxx.xxx.83&lt;/P&gt;&lt;P&gt;Server 2 internal - 10.xxx.xxx.85&lt;/P&gt;&lt;P&gt;Server 1 external - 78.xxx.xxx.15&lt;/P&gt;&lt;P&gt;Server 2 external - 78.xxx.xxx.14&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 21:25:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729608#M975829</guid>
      <dc:creator>homeboarder8</dc:creator>
      <dc:date>2007-08-07T21:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Help....asap.</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729609#M975830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;by default pings are not allowed through PIX's so you have to enable that by adding in the permit ICMP into your access lists:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So add this into your inbound\outbound access lists:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list name permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you've added these in try and ping and let me know how you go. Also to restrict the ping on the outside interface you should only really add in specific ping responses like echo-reply, time-out etc do a help on the command for possible responses &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>Tue, 07 Aug 2007 21:31:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729609#M975830</guid>
      <dc:creator>mightymouse2045</dc:creator>
      <dc:date>2007-08-07T21:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Help....asap.</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729610#M975831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay I just added those access-lists and I and still not able to ping the gateway.  But this time I do get a 'Request timed out' as a responce...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 21:34:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729610#M975831</guid>
      <dc:creator>homeboarder8</dc:creator>
      <dc:date>2007-08-07T21:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Help....asap.</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729611#M975832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok can you try pinging &lt;A class="jive-link-custom" href="http://www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt; and see if you can resolve it and ping it - if yes then you know your working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not I'll have another browse through your config - can you post the updated config again too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 21:37:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729611#M975832</guid>
      <dc:creator>mightymouse2045</dc:creator>
      <dc:date>2007-08-07T21:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Help....asap.</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729612#M975833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay I can ping google's IP address (64.233.161.104) from the PIX, but not from the server.  Once again here are all of the IP addresses I am using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gateway - 78.xxx.xxx.18 &lt;/P&gt;&lt;P&gt;PIX internal - 10.xxx.xxx.81 &lt;/P&gt;&lt;P&gt;PIX external - 78.xxx.xxx.16 &lt;/P&gt;&lt;P&gt;Server 1 internal - 10.xxx.xxx.83 &lt;/P&gt;&lt;P&gt;Server 2 internal - 10.xxx.xxx.85 &lt;/P&gt;&lt;P&gt;Server 1 external - 78.xxx.xxx.15 &lt;/P&gt;&lt;P&gt;Server 2 external - 78.xxx.xxx.14 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are web servers, so server 1 has to have the external IP of .15 and server 2 has to have the external IP of .14.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 21:44:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729612#M975833</guid>
      <dc:creator>homeboarder8</dc:creator>
      <dc:date>2007-08-07T21:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Help....asap.</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729613#M975834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yep which was achieved with the other commands i told you to add in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post your updated config as it appears now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 21:51:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729613#M975834</guid>
      <dc:creator>mightymouse2045</dc:creator>
      <dc:date>2007-08-07T21:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Help....asap.</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729614#M975835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey I actually entered in one of the commands wrong that you gave me, I corrected it any am now able to ping google's IP. I am still having a DNS issue though, I cannot ping &lt;A class="jive-link-custom" href="http://www.google.com," target="_blank"&gt;www.google.com,&lt;/A&gt; just the IP.  Also here is my updated config... and suggestions for security?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.3(1)&lt;/P&gt;&lt;P&gt;interface ethernet0 100full&lt;/P&gt;&lt;P&gt;interface ethernet1 100full&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;&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 ils 389&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;names&lt;/P&gt;&lt;P&gt;access-list inbound permit icmp any any&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 78.xxx.xxx.15 eq www&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 78.xxx.xxx.15 eq domain&lt;/P&gt;&lt;P&gt;access-list inbound permit udp any host 78.xxx.xxx.15 eq domain&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 78.xxx.xxx.15 eq pptp&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 78.xxx.xxx.14 eq pptp&lt;/P&gt;&lt;P&gt;access-list outbound 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;ip address outside 78.xxx.xxx.16 255.255.255.248&lt;/P&gt;&lt;P&gt;ip address inside 10.xxx.xxx.81 255.0.0.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 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 10.0.0.0 255.0.0.0 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) 78.xxx.xxx.15 10.xxx.xxx.83 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) 78.xxx.xxx.14 10.xxx.xxx.85 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;route outside 0.0.0.0 0.0.0.0 78.xxx.xxx.18 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 RADIUS protocol radius&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;&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;Thanks again 2040!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 22:03:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729614#M975835</guid>
      <dc:creator>homeboarder8</dc:creator>
      <dc:date>2007-08-07T22:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Help....asap.</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729615#M975836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok you need to apply the outbound access list to the inside interface:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group outbound in interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also where are your DNS servers? Are you running DNS on your internal servers, or you have your internal clients\servers all pointing to your external DNS servers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know which one and I'll tell you the rules to add in to allow the DNS traffic. Also what access do you want internal servers\clients to have to the internet - or is it purely to allow external clients to access web services and pptp on the internal servers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;MM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 22:12:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729615#M975836</guid>
      <dc:creator>mightymouse2045</dc:creator>
      <dc:date>2007-08-07T22:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Help....asap.</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729616#M975837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay the DNS servers are currently external, but once everything is configured I will be running them on the internal servers. As far as access is concern, I would like everything to be as secure as possible, the internal servers must be able to access the internet, infact I really have no need to restrict anything on them. Outside should only be able to view the web data on the servers. I have the pptp ports open to configure the servers remotely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 22:17:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-help-asap/m-p/729616#M975837</guid>
      <dc:creator>homeboarder8</dc:creator>
      <dc:date>2007-08-07T22:17:57Z</dc:date>
    </item>
  </channel>
</rss>

