<?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 Install in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13073#M641422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Re-read your last post (misread the first time), yes you will need a route on your router to point to the PIX as it's default gateway (eg ip route 0.0.0.0 0.0.0.0 x.x.x.x - where x is your PIX internal IP).&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Oct 2002 13:15:34 GMT</pubDate>
    <dc:creator>steve.barlow</dc:creator>
    <dc:date>2002-10-18T13:15:34Z</dc:date>
    <item>
      <title>PIX 515e Install</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13069#M641418</link>
      <description>&lt;P&gt;I am in the process of installing a PIX 515e to an ADSL router.  I have all the IP addresses for the router etc.  I am trying to connect this to a network on the internal interface of the PIX.  (Please bare with me as I am new to firewalls!!)&lt;/P&gt;&lt;P&gt;I can ping the firewall from the network but I can not get any access to the internet.  The initial setup documentation for the PIX implies that by default there is access out form the firewall but non in!  I am obviously missing something here, i.e. teeling the network to route interent requests through the firewall!!!  ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry to be so simplistic but I am learning all the time!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:18:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13069#M641418</guid>
      <dc:creator>r.lent</dc:creator>
      <dc:date>2020-02-21T06:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515e Install</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13070#M641419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For your internal LAN to be able to go out, you need to enable or disable NAT. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;To enable NAT (ie translate your internal IPs to a public IP): &lt;/P&gt;&lt;P&gt;-nat (inside) 1 0 0 (allows all your internal IPs to be NATed, Substitute 0 0 with the IPs you want to allow to be NATed)&lt;/P&gt;&lt;P&gt;-global (outside) 1 x.x.x.x  netmask 255.255.255.0 (where x.x.x.x is the NATed  public IP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To disable NAT (ie let your internal IPs appear as they are, untranslated, on the internet):&lt;/P&gt;&lt;P&gt;-nat (inside) 0 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will allow your inside to go out, and for the outside to reply to your requests.  This doesn't allow the outside to start connections inbound to you.  For that you need static and access-list commands.&lt;/P&gt;&lt;P&gt;See link for config examples: &lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/prod_configuration_examples_list.html" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/prod_configuration_examples_list.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2002 16:09:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13070#M641419</guid>
      <dc:creator>steve.barlow</dc:creator>
      <dc:date>2002-10-17T16:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515e Install</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13071#M641420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your advice Steve.  I may have messed things up on the firewall though it seems.  Is there a way to return the PIX to it's default configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, a very novice question here, do I need to define a router on my internal network or will it automatically route averything through the firewall??&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;Robin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2002 12:10:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13071#M641420</guid>
      <dc:creator>r.lent</dc:creator>
      <dc:date>2002-10-18T12:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515e Install</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13072#M641421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"Clear configure" will reset command parameters in the configuration to their default values.&lt;/P&gt;&lt;P&gt;You can have a router on the inside send packets to your PIX or you can have your PCs have the default gateway to the PIX.  Depends on the size of your LAN/company.  Both work, but the router model will scale better.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2002 12:43:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13072#M641421</guid>
      <dc:creator>steve.barlow</dc:creator>
      <dc:date>2002-10-18T12:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515e Install</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13073#M641422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Re-read your last post (misread the first time), yes you will need a route on your router to point to the PIX as it's default gateway (eg ip route 0.0.0.0 0.0.0.0 x.x.x.x - where x is your PIX internal IP).&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2002 13:15:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13073#M641422</guid>
      <dc:creator>steve.barlow</dc:creator>
      <dc:date>2002-10-18T13:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515e Install</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13074#M641423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again Steve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you were right with your first response.  I do not have a router currently on the network.  I realise that if the network grows this may become a neccesity but at the moment I was hoping to do with out one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have now reconfigured the PIX from scratch, in theory allowing outbound traffic but can still not connect to the internet.  Would this have anything to do with the firewall being plugged into a Cisco Switch??  I can ping the firewall, use PDM form my workstation but not get any internet connection.  I am using Windows 2000 Pro on the Workstation and this is connected to a Windows 2000 Server network using active directory.  this means that there is a DNS and DHCP server running on the internal network.  Would this confuse the path to the internet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set a gateway address of the internal interface to the firewall on the workstation but it still does not get through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2002 15:43:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13074#M641423</guid>
      <dc:creator>r.lent</dc:creator>
      <dc:date>2002-10-18T15:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515e Install</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13075#M641424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to setup the NAT and global commands (are they correct?).  You also need a route to the internet on the PIX, use the command "route outside 0.0.0.0 0.0.0.0 x.x.x.x" (where x.x.x.x is the external router outside the PIX - provided by your ISP).  I assume your internal routing is working as the PIX can connect to your internal hosts.  If this is routing is configured and still doesn't work:&lt;/P&gt;&lt;P&gt;-Can the PIX ping the ISP router?&lt;/P&gt;&lt;P&gt;-Do you have any access-lists applied?&lt;/P&gt;&lt;P&gt;-Does the web page resolve to a IP (thereby eliminating DNS as an issue)&lt;/P&gt;&lt;P&gt;Posting your config may save time (minus public IPs, passwords etc. to protect the guilty).&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2002 17:45:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13075#M641424</guid>
      <dc:creator>steve.barlow</dc:creator>
      <dc:date>2002-10-18T17:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515e Install</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13076#M641425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve, I can't thank you enough for your help on this matter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is a breakdown of our setup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal network running Windows2000.  IP addressing scheme that must have been made up as it is 192.168.0.0 with a sub-net mask of 255.255.0.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The internal interface of the PIX is 192.168.0.xx.  T.&lt;/P&gt;&lt;P&gt;The external interface of the PIX is one of the address assigned me by our ISP.  his has a mask of 255.255.255.248&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I run the 'Show Route' command on the PIX I get the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-outside 0.0.0.0 0.0.0.0 xx.xxx.xxx.xx 1 OTHER static (where xx is the IP of the Router provided by our ISP.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-outside xx.xxx.xxx.x 255.255.255.248 xx.xxx.xxx.x 1 CONNECT static  (where the first xx number is one address below the external interface number. I did not give this number but it is refered to in my ISP documentation as the 'network' address.  The second xx number is the external interface of the PIX)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-inside 192.168.0.0 255.255.0.0 192.168.0.xx 1 CONNECT static  (where xx is the internal interface of the PIX)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I CAN ping the PIX form my workstation.&lt;/P&gt;&lt;P&gt;I CAN use PDM form my workstation.&lt;/P&gt;&lt;P&gt;I can NOT access a website from my workstation.&lt;/P&gt;&lt;P&gt;I can NOT resolve a website IP address form my workstation.&lt;/P&gt;&lt;P&gt;The PIX CAN ping the above website using it's IP address.&lt;/P&gt;&lt;P&gt;The PIX CAN ping the ISP router.&lt;/P&gt;&lt;P&gt;I can NOT ping the external interface of the PIX from my workstation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PIX was cleared and rebuilt form scratch to acheive the above as I thought is would be the easiest way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help on this matter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2002 11:29:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13076#M641425</guid>
      <dc:creator>r.lent</dc:creator>
      <dc:date>2002-10-21T11:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515e Install</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13077#M641426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robin,&lt;/P&gt;&lt;P&gt;Here is a sample of the commands you need to allow access outbound:&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;hostname pixfirewall&lt;/P&gt;&lt;P&gt;domain-name ......&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol h323 1720&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;interface ethernet0 10baset&lt;/P&gt;&lt;P&gt;interface ethernet1 10full&lt;/P&gt;&lt;P&gt;ip address outside x.x.x.x 255.255.255.248&lt;/P&gt;&lt;P&gt;ip address inside 192.168.0.x 255.255.0.0&lt;/P&gt;&lt;P&gt;global (outside) 1 interface (or IP address)&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;route outside 0.0.0.0 0.0.0.0 x.x.x.y 1&lt;/P&gt;&lt;P&gt;logging on      &lt;/P&gt;&lt;P&gt;logging buffered warnings&lt;/P&gt;&lt;P&gt;logging timestamp&lt;/P&gt;&lt;P&gt;logging host inside 192.168.0.z&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To let users ping through the PIX, add the "access-list 101 permit icmp any host x.x.x.x echo-reply" (where x.x.x.x is your NAT IP) command to the configuration and bind it to each interface you want to test with the access-group command (eg access-group 101 in interface outside). This lets pings go outbound and allows the reply back in.  You aren't allowed to ping the PIX external IP from the inside (PIX isn't a router).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your DNS set-up correctly and working?  Can you do nslookups?  You aren't using access-lists right?&lt;/P&gt;&lt;P&gt;Do a show log to see what is happening when you try to open a web page.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2002 12:11:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13077#M641426</guid>
      <dc:creator>steve.barlow</dc:creator>
      <dc:date>2002-10-21T12:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515e Install</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13078#M641427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of the commands as you listed them were entered but I still can not connect to the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am now worried about DNS as you mention it.  Windows 2000 Active Directory uses DNS for the internal network.  Therefore our ficticious domain is none existent on the internet and the root DNS server is completely internal.  Is this what is causing my problems??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2002 13:00:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13078#M641427</guid>
      <dc:creator>r.lent</dc:creator>
      <dc:date>2002-10-21T13:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515e Install</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13079#M641428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After you enter the acl to permit ping, can you ping now?&lt;/P&gt;&lt;P&gt;Does show log reveal anything?&lt;/P&gt;&lt;P&gt;For DNS and testing, create a static on the PIX for your DNS server.  For example "static (inside,outside) x.x.x.x 192.168.0.x  netmask 255.255.255.255" where x.x.x.x is a public IP and 192.168.0.x is your dns server.  Then allow dns from the outside to your DNS server - "access-list 101 permit udp/tcp host z.z.z.z host x.x.x.x eq 53" where z.z.z.z is a public dns server (or use any for testing) and x.x.x.x is your dns server's NAT'ed IP.  See what happens, look at your log.&lt;/P&gt;&lt;P&gt;What version of PIX are you running.&lt;/P&gt;&lt;P&gt;Let use know.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2002 15:50:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13079#M641428</guid>
      <dc:creator>steve.barlow</dc:creator>
      <dc:date>2002-10-21T15:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515e Install</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13080#M641429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;Even after entering the acl to permit ping I can NOT get past the firewall.  I tried the static route for DNS also but this had no effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using 'show log' revealed that logging was enabled but there were no messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am begining to think that either I am totally stupid or there is something wrong with the firewall.  I have downloaded and used each and every command you have kindly sent me to no avail.  I have also done this with a sample configuration from the Cisco site following every ste bit by bit, again it does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even using the simple 'wizard' setup in PDM to allow all outbound traffic does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The version of PIX is 6.1(4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2002 08:32:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13080#M641429</guid>
      <dc:creator>r.lent</dc:creator>
      <dc:date>2002-10-22T08:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515e Install</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13081#M641430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there are 2 options left:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) post the all the config as is (minus public IPs and passwords only)&lt;/P&gt;&lt;P&gt;2) upgrade the OS to 6.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will rule out a config issue, may be a bug or faultly hardware.  But if you post the config, we can eliminate the config as the issue.  If you change the OS to 6.2 we can eliminate a bug.  That would only leave a hardware issue, which you can RMA for a new one.  But at this point I don't think it's HW.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2002 11:16:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13081#M641430</guid>
      <dc:creator>steve.barlow</dc:creator>
      <dc:date>2002-10-22T11:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515e Install</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13082#M641431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the Config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.1(4)&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 intf2 security10&lt;/P&gt;&lt;P&gt;enable password N51JqWodsWmI5V9u encrypted&lt;/P&gt;&lt;P&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;hostname pixfirewall&lt;/P&gt;&lt;P&gt;domain-name wolverhamptoncitycouncil.gov.uk&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol h323 1720&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 smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging buffered debugging&lt;/P&gt;&lt;P&gt;interface ethernet0 10baset&lt;/P&gt;&lt;P&gt;interface ethernet1 10full&lt;/P&gt;&lt;P&gt;interface ethernet2 auto shutdown&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;ip address outside 62.190.xxx.x 255.255.255.248&lt;/P&gt;&lt;P&gt;ip address inside 192.168.0.30 255.255.0.0&lt;/P&gt;&lt;P&gt;ip address intf2 127.0.0.1 255.255.255.255&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 location 192.168.0.142 255.255.255.255 inside&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 62.190.xxx.xxx-62.190.xxx.xxx netmask 255.255.255.248&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;route outside 0.0.0.0 0.0.0.0 62.190.xxx.xx 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 h323 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;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.0.142 255.255.255.255 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;no sysopt route dnat&lt;/P&gt;&lt;P&gt;service resetoutside&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:b132dd7fd4f5964b79a1474b97c67b19&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.  I agree that Hardware is probably not the problem. Just me!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2002 11:49:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13082#M641431</guid>
      <dc:creator>r.lent</dc:creator>
      <dc:date>2002-10-22T11:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515e Install</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13083#M641432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Obvious point here but make sure the first global IP doesn't overlap with the outside interface of the PIX (which is covered by the second global command).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.1(4) &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 intf2 security10 &lt;/P&gt;&lt;P&gt;enable password N51JqWodsWmI5V9u encrypted &lt;/P&gt;&lt;P&gt;passwd 2KFQnbNIdI.2KYOU encrypted &lt;/P&gt;&lt;P&gt;hostname pixfirewall &lt;/P&gt;&lt;P&gt;domain-name wolverhamptoncitycouncil.gov.uk &lt;/P&gt;&lt;P&gt;fixup protocol ftp 21 &lt;/P&gt;&lt;P&gt;fixup protocol http 80 &lt;/P&gt;&lt;P&gt;fixup protocol h323 1720 &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 smtp 25 &lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521 &lt;/P&gt;&lt;P&gt;fixup protocol sip 5060 &lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000 &lt;/P&gt;&lt;P&gt;names &lt;/P&gt;&lt;P&gt;access-list 101 permit icmp any 62.190.x.x 255.255.255.248 echo-reply&lt;/P&gt;&lt;P&gt;access-list 101 permit icmp any host 62.190.x.x echo-reply&lt;/P&gt;&lt;P&gt;pager lines 24 &lt;/P&gt;&lt;P&gt;logging on&lt;/P&gt;&lt;P&gt;logging timestamp&lt;/P&gt;&lt;P&gt;logging buffered debugging &lt;/P&gt;&lt;P&gt;logging host inside x.x.x.x&lt;/P&gt;&lt;P&gt;interface ethernet0 10baset &lt;/P&gt;&lt;P&gt;interface ethernet1 10full &lt;/P&gt;&lt;P&gt;interface ethernet2 auto shutdown &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;ip address outside 62.190.xxx.x 255.255.255.248 &lt;/P&gt;&lt;P&gt;ip address inside 192.168.0.30 255.255.0.0 &lt;/P&gt;&lt;P&gt;ip address intf2 127.0.0.1 255.255.255.255 &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 location 192.168.0.142 255.255.255.255 inside &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 62.190.xxx.xxx-62.190.xxx.xxx netmask 255.255.255.248 &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;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 62.190.xxx.xx 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 h323 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;http server enable &lt;/P&gt;&lt;P&gt;http 192.168.0.142 255.255.255.255 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 xxxxx&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;no sysopt route dnat &lt;/P&gt;&lt;P&gt;service resetoutside &lt;/P&gt;&lt;P&gt;telnet timeout 5 &lt;/P&gt;&lt;P&gt;ssh timeout 5 &lt;/P&gt;&lt;P&gt;terminal width 80 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added a few small changes, "Wr mem" it, reload.  &lt;/P&gt;&lt;P&gt;You should be able to ping to and through the PIX from the inside.  You should be able to surf.  Enable logging as above and do a show log if any fails.  Show conn (eg show conn local x.x.x.x or show conn for x.x.x.x) and show xlate may help as well.&lt;/P&gt;&lt;P&gt;If a no go I would change the OS as everything should be working.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2002 17:33:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13083#M641432</guid>
      <dc:creator>steve.barlow</dc:creator>
      <dc:date>2002-10-22T17:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515e Install</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13084#M641433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Progress at last!!&lt;/P&gt;&lt;P&gt;I can now Ping external sites form my workstation, microsoft, our own web site at Pipex, but not get to them form the browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did get an error message on the first access-list command.  It said that the address and mask were an unmatched pair!!  These are the IP address given me by the ISP so I can not use any other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The browser returns the usual DNS error.  As I can ping the sites I asume that this is to do with the internal DNS server!  Do I need to use the DNS IP address given me by the ISP anywhere?? On the PIX maybe?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2002 09:26:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13084#M641433</guid>
      <dc:creator>r.lent</dc:creator>
      <dc:date>2002-10-23T09:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515e Install</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13085#M641434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have your DHCP server hand out the ISP DNS server IP or your internal DNS server IP to your users (see which works - would be best if your users point to your internal DNS server and your DNS server goes to the ISP DNS server).  Check a users' PC to make sure they have a DNS server IP (from dos prompt: ipconfig /all) and that they can do nslookups.  At this point it is probably only a DNS issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not suggesting to do this now but your PIX can be a DHCP server as well, just thought I would point it out to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that DNS doesn't work I would remove "global (outside) 1 62.190.xxx.xxx-62.190.xxx.xxx netmask 255.255.255.248" and only use " global (outside) 1 interface".   If you do this also remove "access-list 101 permit icmp any 62.190.x.x 255.255.255.248 echo-reply".   But that is up to you, I prefer using 1 public IP for users going to the internet.  Keep your other public IPs in reserve in case you need to allow access from the outside into your network (need static command and a public IP) or for other important things.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2002 11:00:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13085#M641434</guid>
      <dc:creator>steve.barlow</dc:creator>
      <dc:date>2002-10-23T11:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515e Install</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13086#M641435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many, many thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the root of the dns problem.  This is now configured to forward requests to the ISP dns servers and I can get out to the internet from the network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure I would not have got here without your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2002 09:05:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-install/m-p/13086#M641435</guid>
      <dc:creator>r.lent</dc:creator>
      <dc:date>2002-10-24T09:05:36Z</dc:date>
    </item>
  </channel>
</rss>

