<?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: Basic PIX Setup (Student) in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458147#M531375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lets start from the begining step by step procedure. Firstly your below setup is incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Here is my current setup: &lt;/P&gt;&lt;P&gt;PC &amp;lt;-- x-over cable --&amp;gt; firewall &amp;lt;--- router ----&amp;gt; Internet"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                      MAKE IT TO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Connect Straight cable from PC into PIX 1 port&lt;/P&gt;&lt;P&gt;2. Connect X over cable from Modem into PIX 0 port&lt;/P&gt;&lt;P&gt;3. Dont forget to plugin pstn line into modem.&lt;/P&gt;&lt;P&gt;4. Plug console cable into pix and pc to configure pix.&lt;/P&gt;&lt;P&gt;=====================================================&lt;/P&gt;&lt;P&gt;Now its time to configure your PIX&lt;/P&gt;&lt;P&gt;=====================================================&lt;/P&gt;&lt;P&gt;Erase your current configuration by typing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wr erase (press enter)&lt;/P&gt;&lt;P&gt;Reload (press enter)&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;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;hostname PIX&lt;/P&gt;&lt;P&gt;domain-name mattpociask.com&lt;/P&gt;&lt;P&gt;ip address outside pppoe setroute&lt;/P&gt;&lt;P&gt;ip address inside 192.168.2.2 255.255.255.0&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 192.168.2.0 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 0.0.0.0 0.0.0.0 outside&lt;/P&gt;&lt;P&gt;http 192.168.2.2 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;http 0.0.0.0 0.0.0.0 inside&lt;/P&gt;&lt;P&gt;vpdn group Internet request dialout pppoe&lt;/P&gt;&lt;P&gt;vpdn group Internet localname (isp username)&lt;/P&gt;&lt;P&gt;vpdn group Internet ppp authentication chap&lt;/P&gt;&lt;P&gt;vpdn username (isp username) password (ISP Password)&lt;/P&gt;&lt;P&gt;PIX#&lt;/P&gt;&lt;P&gt;=====================================================&lt;/P&gt;&lt;P&gt;Please note: Use the above config if your ISP require PPPOE Authentication otherwise use the below config&lt;/P&gt;&lt;P&gt;=====================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpdn group VPN accept dialin pptp&lt;/P&gt;&lt;P&gt;vpdn group VPN ppp authentication mschap&lt;/P&gt;&lt;P&gt;vpdn group VPN ppp encryption mppe 40&lt;/P&gt;&lt;P&gt;vpdn group VPN client configuration address local VPNPool&lt;/P&gt;&lt;P&gt;vpdn group VPN pptp echo 60&lt;/P&gt;&lt;P&gt;vpdn group VPN client authentication local&lt;/P&gt;&lt;P&gt;vpdn username vpn password (ISP Password) &lt;/P&gt;&lt;P&gt;vpdn enable outside&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>Sat, 29 Oct 2005 01:27:01 GMT</pubDate>
    <dc:creator>lexiainfo</dc:creator>
    <dc:date>2005-10-29T01:27:01Z</dc:date>
    <item>
      <title>Basic PIX Setup (Student)</title>
      <link>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458135#M531359</link>
      <description>&lt;P&gt;I am only a CCNA student, so please be gental...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to configure a Cisco PIX firewall version 5.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my current setup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PC &amp;lt;-- x-over cable --&amp;gt; firewall &amp;lt;--- router ----&amp;gt; Internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The inside interface has an IP of 10.27.164.254, and the outside interface has an IP on the same subnet as my router.  From console, I can ping other hosts on the wan.  I can also ping the PC connected directly to the inside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The pc cannot get on the net.  What am I missing here?  Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:29:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458135#M531359</guid>
      <dc:creator>mattpociask</dc:creator>
      <dc:date>2020-02-21T08:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Basic PIX Setup (Student)</title>
      <link>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458136#M531361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a cable between firwall &amp;lt;&amp;gt; Router &amp;lt;&amp;gt; Internet?  What kind?  Light's on the outside interface of the PIX? Is it blinking/Passing traffic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you ping a publig ip from the pix via console? like 4.2.2.2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure the PC does not get reply from pinging 4.2.2.2? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If all of these are true, you may need a route on the pix to route traffic to the gateway (router).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2005 20:48:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458136#M531361</guid>
      <dc:creator>flopez</dc:creator>
      <dc:date>2005-10-26T20:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Basic PIX Setup (Student)</title>
      <link>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458137#M531363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight through cable from the outside interface, into a hub.  There is another cable from the hub to the router (straight thru).  I can ping public IPs from the console of the firewall.  I can also ping the PC on the inside interface from the firewall console, but the PC (on the inside) cannot ping public IPs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2005 21:07:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458137#M531363</guid>
      <dc:creator>mattpociask</dc:creator>
      <dc:date>2005-10-26T21:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Basic PIX Setup (Student)</title>
      <link>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458138#M531364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its possible that you are missing a route from your inside network to the outside. It looks like you are not passing network traffic to the gateway of the PIX.  For example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route inside_network network_mask gateway_ip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example routing 192.168.1.0 network to the gateway of the internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. IP ROUTE 192.168.1.0 255.255.255.0 55.35.4.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this makes sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2005 00:29:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458138#M531364</guid>
      <dc:creator>flopez</dc:creator>
      <dc:date>2005-10-27T00:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Basic PIX Setup (Student)</title>
      <link>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458139#M531365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might be good to post your config, guessing without a config or error message is very dificult.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside YOUR-PUB-IP-X 255.255.255.xxx&lt;/P&gt;&lt;P&gt;ip address inside 10.27.164.254 255.255.255.0&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 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 RouterIP 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;1.) Do you have access-lists, please post it ?&lt;/P&gt;&lt;P&gt;2.) Where are you doing the NAT on the PIX or on the Router ?&lt;/P&gt;&lt;P&gt;3.) Can you telnet to the outside router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: If you want to ping to the Router from the PC you need to add an access-list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ping is not a stateful protocol. To allow pings from the inside to the outside interface you need to create an access-list. If you want to ping the same interface that you are physicly connected you need to configure the "icmp" command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;See: Handling ICMP Pings with the PIX Firewall&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094e8a.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094e8a.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PIX and the traceroute Command&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00800e9312.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00800e9312.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Traveroute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Microsoft:&lt;/P&gt;&lt;P&gt;access-group outside in interface outside&lt;/P&gt;&lt;P&gt;access-list outside permit icmp any host YourPublicIP unreachable&lt;/P&gt;&lt;P&gt;access-list outside permit icmp any host YourPublicIP time-exceeded&lt;/P&gt;&lt;P&gt;access-list outside permit icmp any host YourPublicIP echo-reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And finaly after changing the NAT statement you need to reset the translation table otherwise this will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear xlate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take also a look on this whitepaper:&lt;/P&gt;&lt;P&gt;Establishing Connectivity&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_configuration_guide_chapter09186a0080172786.html" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_configuration_guide_chapter09186a0080172786.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2005 00:52:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458139#M531365</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-10-27T00:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Basic PIX Setup (Student)</title>
      <link>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458140#M531366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replys.  I do not have a route from the inside to the outside.  I will apply that route to the gateway.  If that doesn't work, I am going to assume that I need an access list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will post my progress here.  Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2005 12:33:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458140#M531366</guid>
      <dc:creator>mattpociask</dc:creator>
      <dc:date>2005-10-27T12:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Basic PIX Setup (Student)</title>
      <link>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458141#M531367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I set up those ACLs exactly as they were posted, with both outside and inside interfaces as parameters with no luck.  How can I view the running-config so I can post it here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2005 19:04:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458141#M531367</guid>
      <dc:creator>mattpociask</dc:creator>
      <dc:date>2005-10-27T19:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Basic PIX Setup (Student)</title>
      <link>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458142#M531368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Connect the blue console cable and use a terminal emulation software to connect to the Cisco PIX console.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set 9600/8/N/1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you have the prompt type:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enable&lt;/P&gt;&lt;P&gt;write terminal  =&amp;gt; Display current configuration on the terminal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2005 19:36:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458142#M531368</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-10-27T19:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Basic PIX Setup (Student)</title>
      <link>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458143#M531369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My running-config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 5.3(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;enable password 8Ry2YjIyt7RRXU24 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;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;names&lt;/P&gt;&lt;P&gt;access-list outside permit icmp any host MY.PUBLIC.IP unreachable&lt;/P&gt;&lt;P&gt;access-list outside permit icmp any host MY.PUBLIC.IP time-exceeded&lt;/P&gt;&lt;P&gt;access-list outside permit icmp any host MY.PUBLIC.IP echo-reply&lt;/P&gt;&lt;P&gt;access-list inside permit icmp any host MY.PUBLIC.IP echo-reply&lt;/P&gt;&lt;P&gt;access-list inside permit icmp any host MY.PUBLIC.IP time-exceeded&lt;/P&gt;&lt;P&gt;access-list inside permit icmp any host MY.PUBLIC.IP unreachable&lt;/P&gt;&lt;P&gt;logging on&lt;/P&gt;&lt;P&gt;no logging timestamp&lt;/P&gt;&lt;P&gt;no logging standby&lt;/P&gt;&lt;P&gt;no logging console&lt;/P&gt;&lt;P&gt;no logging monitor&lt;/P&gt;&lt;P&gt;no logging buffered&lt;/P&gt;&lt;P&gt;no logging trap&lt;/P&gt;&lt;P&gt;no logging history&lt;/P&gt;&lt;P&gt;logging facility 20&lt;/P&gt;&lt;P&gt;logging queue 512&lt;/P&gt;&lt;P&gt;interface ethernet0 10baset&lt;/P&gt;&lt;P&gt;interface ethernet1 10baset&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 IP.OF.OUTSIDE.INT 255.255.255.248&lt;/P&gt;&lt;P&gt;ip address inside 10.27.164.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;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;failover ip address outside 0.0.0.0&lt;/P&gt;&lt;P&gt;failover ip address inside 0.0.0.0&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;access-group outside in interface outside&lt;/P&gt;&lt;P&gt;access-group inside in interface inside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 MY.PUBLIC.IP 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 si&lt;/P&gt;&lt;P&gt;p 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;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;isakmp identity hostname&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:1822fe6c04d66d7d676575872736e2c4&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;[OK]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2005 20:06:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458143#M531369</guid>
      <dc:creator>mattpociask</dc:creator>
      <dc:date>2005-10-27T20:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Basic PIX Setup (Student)</title>
      <link>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458144#M531371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. the current acl inside is going to block all outbound traffic. since you've got the identical acl applied on the outside interface, there is no need to apply another one on the inside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. no nat/global. pix v6.x (or eariler) will not forward any traffic without nat/global statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with the sample above, the pix will pat all outbound traffic by using the pix outside interface ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in case you don't want pix to perform nat/pat, then:&lt;/P&gt;&lt;P&gt;nat (inside) 0 0 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2005 02:45:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458144#M531371</guid>
      <dc:creator>jackko</dc:creator>
      <dc:date>2005-10-28T02:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Basic PIX Setup (Student)</title>
      <link>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458145#M531372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I exhausted all of your suggestions and I am still having trouble with the firewall. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to reset it to factory defaults and start again.  What is the procedure?  On a 2500 router it would be:&lt;/P&gt;&lt;P&gt;Set configure reg. to 0x2142&lt;/P&gt;&lt;P&gt;reboot&lt;/P&gt;&lt;P&gt;copy run start&lt;/P&gt;&lt;P&gt;set conf. reg to 0x2102&lt;/P&gt;&lt;P&gt;reboot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the PIX equivelant?  Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2005 16:39:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458145#M531372</guid>
      <dc:creator>mattpociask</dc:creator>
      <dc:date>2005-10-28T16:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Basic PIX Setup (Student)</title>
      <link>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458146#M531374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just go in enable mode and:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write erase&lt;/P&gt;&lt;P&gt;reload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2005 18:37:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458146#M531374</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-10-28T18:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Basic PIX Setup (Student)</title>
      <link>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458147#M531375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lets start from the begining step by step procedure. Firstly your below setup is incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Here is my current setup: &lt;/P&gt;&lt;P&gt;PC &amp;lt;-- x-over cable --&amp;gt; firewall &amp;lt;--- router ----&amp;gt; Internet"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                      MAKE IT TO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Connect Straight cable from PC into PIX 1 port&lt;/P&gt;&lt;P&gt;2. Connect X over cable from Modem into PIX 0 port&lt;/P&gt;&lt;P&gt;3. Dont forget to plugin pstn line into modem.&lt;/P&gt;&lt;P&gt;4. Plug console cable into pix and pc to configure pix.&lt;/P&gt;&lt;P&gt;=====================================================&lt;/P&gt;&lt;P&gt;Now its time to configure your PIX&lt;/P&gt;&lt;P&gt;=====================================================&lt;/P&gt;&lt;P&gt;Erase your current configuration by typing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wr erase (press enter)&lt;/P&gt;&lt;P&gt;Reload (press enter)&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;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;hostname PIX&lt;/P&gt;&lt;P&gt;domain-name mattpociask.com&lt;/P&gt;&lt;P&gt;ip address outside pppoe setroute&lt;/P&gt;&lt;P&gt;ip address inside 192.168.2.2 255.255.255.0&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 192.168.2.0 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 0.0.0.0 0.0.0.0 outside&lt;/P&gt;&lt;P&gt;http 192.168.2.2 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;http 0.0.0.0 0.0.0.0 inside&lt;/P&gt;&lt;P&gt;vpdn group Internet request dialout pppoe&lt;/P&gt;&lt;P&gt;vpdn group Internet localname (isp username)&lt;/P&gt;&lt;P&gt;vpdn group Internet ppp authentication chap&lt;/P&gt;&lt;P&gt;vpdn username (isp username) password (ISP Password)&lt;/P&gt;&lt;P&gt;PIX#&lt;/P&gt;&lt;P&gt;=====================================================&lt;/P&gt;&lt;P&gt;Please note: Use the above config if your ISP require PPPOE Authentication otherwise use the below config&lt;/P&gt;&lt;P&gt;=====================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpdn group VPN accept dialin pptp&lt;/P&gt;&lt;P&gt;vpdn group VPN ppp authentication mschap&lt;/P&gt;&lt;P&gt;vpdn group VPN ppp encryption mppe 40&lt;/P&gt;&lt;P&gt;vpdn group VPN client configuration address local VPNPool&lt;/P&gt;&lt;P&gt;vpdn group VPN pptp echo 60&lt;/P&gt;&lt;P&gt;vpdn group VPN client authentication local&lt;/P&gt;&lt;P&gt;vpdn username vpn password (ISP Password) &lt;/P&gt;&lt;P&gt;vpdn enable outside&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>Sat, 29 Oct 2005 01:27:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458147#M531375</guid>
      <dc:creator>lexiainfo</dc:creator>
      <dc:date>2005-10-29T01:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Basic PIX Setup (Student)</title>
      <link>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458148#M531377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I very much appreciate your post!  It is indeed well thoughout and structured information, however, I need my connection to come from a router (T1 line), not a modem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2005 12:08:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-pix-setup-student/m-p/458148#M531377</guid>
      <dc:creator>mattpociask</dc:creator>
      <dc:date>2005-10-29T12:08:41Z</dc:date>
    </item>
  </channel>
</rss>

