<?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 and Actiontec DSL in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-501-and-actiontec-dsl/m-p/827172#M957192</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I steped out and need to do it again but will come back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do this on commmand line , also you can do this through PDM.. bring up the interface outside ,  assuming you are using dynamic IP given from ISP provider, if static please let me know as you have to configure static ip on outside interface if static.If not static and Dynamic do this process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pix&amp;gt;enable &lt;/P&gt;&lt;P&gt;config t &lt;/P&gt;&lt;P&gt;ip address outside dhcp retry 10 &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;once you have enter this configuration do show interface to see if outside interface has obtained dynanic IP address, and write down the ip address, if you are successfull then you need to place a defaul route in pix. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g &lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 x.x.x.x 1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where x.x.x.x  is ISP router next hop address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using static then just as you configured an IP address for inside interface configure the outside interface with the Ip address the ISP gave you for your outside interface.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your default route you need to know next hop router IP address which is your ISP router WAN interface, if you know that then your default route shoudl point to ISP router as example above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0  0.0.0.0 ISP_Router 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how it goes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jan 2008 23:25:57 GMT</pubDate>
    <dc:creator>JORGE RODRIGUEZ</dc:creator>
    <dc:date>2008-01-14T23:25:57Z</dc:date>
    <item>
      <title>PIX 501 and Actiontec DSL</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-and-actiontec-dsl/m-p/827165#M957178</link>
      <description>&lt;P&gt;Hi, hi, hi&lt;/P&gt;&lt;P&gt;I am new to Cisco product, the business I work for is small business and we use other cheaper netwok gears. By 2009 we are planning to move to a new building, by then IT will make a switch to Cisco products including VOIP. Just to get ready for 2009 network gear upgrade we have bought PIX 501 and catalyst 2950 to build our lab, routers will be coming soon. Here is my question, I found info on line and configured the PIX, I am able to get IP address from it (DHCP) but unable to go online. The DSL which is infront of the pix is a gateway but I am unable to set the gateway on the pix, unable to remove the http address + unable to log on using http, unable to delete/remove access list, ip local loop, and vpn group. For more info please the attached config. Hey, I don't mind starting from scratch, I tried it once but didn't remove all the config for some reaseon...I really do appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:46:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-and-actiontec-dsl/m-p/827165#M957178</guid>
      <dc:creator>as1207dc01</dc:creator>
      <dc:date>2019-03-11T11:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 and Actiontec DSL</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-and-actiontec-dsl/m-p/827166#M957181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amenti, I have a question for you, is this a PIX that you received with previous owner configuration? and that you actually want to remove some of its configuration or don't mind to start from scratch, if so I would recommend to start from scratch, clean up the configuration of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may do it in two ways&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- Set the firewall to  factory-defaults settings .&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(config)#configure factor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX(config)#configure factory-default 10.10.10.1 255.255.255.0  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above example will instruct fw to reset to factory defualts with your inside interface IP address of 10.10.10.1/24 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as well as create DHCP pool for your inside hosts on the 10.10.10.0/24 network , but if you do not want this you can simply do &lt;B&gt;configure factory-default&lt;/B&gt; command by itself. I recommend this method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2- erase its configuration  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX(config)#write erase &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then reload firewall with &lt;B&gt;reload&lt;/B&gt; command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once you have pix config clean the outside interface will be set for DHCP &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to get outbound connectivity pix should have&lt;/P&gt;&lt;P&gt;these two statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to administer PIX from telnet and http&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX(config)#http server enable&lt;/P&gt;&lt;P&gt;PIX(config)#http 0.0.0.0 0.0.0.0 inside&lt;/P&gt;&lt;P&gt;PIX(config)#telnet 0.0.0.0 0.0.0.0 inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[edit} make sure you set the enable password on the pix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX(config#enable password xxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where xxxx is the password chosen, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and save your configuration with &lt;B&gt;write mem&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 22:03:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-and-actiontec-dsl/m-p/827166#M957181</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2008-01-11T22:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 and Actiontec DSL</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-and-actiontec-dsl/m-p/827167#M957183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I took your instruction and went furthur than befire, how ever I got stuck at (global (outside) 1interface &lt;/P&gt;&lt;P&gt;nat (inside) 1 0 0 )config, would you please be a little specific how you set that up? I tried typing it on on the command interafe as it but did not work...Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 19:04:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-and-actiontec-dsl/m-p/827167#M957183</guid>
      <dc:creator>as1207dc01</dc:creator>
      <dc:date>2008-01-14T19:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 and Actiontec DSL</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-and-actiontec-dsl/m-p/827168#M957185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure Amenti, if you could reply with what you have currently in you PIX configuration to see it  we can help better.. if you did the factory default-settings method global nat and nat inside is default configuration of PIX from a factory default settings, so you do not need to configure it, if you did the write erase then you have to configure it. You may issue "show run " and post configuration here or you may issue show run and see if you already have it in the configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Console to the PIX and go to enable mode and configue terminal &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P&gt;PIX&amp;gt;enable &lt;/P&gt;&lt;P&gt;PIX#config t&lt;/P&gt;&lt;P&gt;PIX(config)#global (outside) 1 interface&lt;/P&gt;&lt;P&gt;PIX(config)#nat (inside) 1 0.0.0.0  0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;P&gt;&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>Mon, 14 Jan 2008 19:13:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-and-actiontec-dsl/m-p/827168#M957185</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2008-01-14T19:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 and Actiontec DSL</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-and-actiontec-dsl/m-p/827169#M957187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You know what,I really do appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached the current config, I also have issue getting to the pix using the web. I enabled the http (IP address)but I am unable to get to it.&lt;/P&gt;&lt;P&gt;FYI: I also have Actiontec DSL with five static IP address, that might give you the picture how I am trying to config this pix...Thank you.&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>Mon, 14 Jan 2008 20:28:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-and-actiontec-dsl/m-p/827169#M957187</guid>
      <dc:creator>as1207dc01</dc:creator>
      <dc:date>2008-01-14T20:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 and Actiontec DSL</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-and-actiontec-dsl/m-p/827170#M957189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I see better,  you have inside interface configured with 10.248.134.1 255.255.255.0, so far this is good as long your inside network is this subnet 10.248.134.0/24 , if this is correct is your PC connected to a switch or something that also have an Ip address on the same segment?  e.g  your PC could posibly have 10.248.134.100  as an example and the PC's default gateway should be the firewall's inside IP address 10.248.134.1 , if this is what you inside looks like you should be able to ping PIX inside interface  if successfull then load the browser and issue &lt;A class="jive-link-custom" href="https://10.248.134.1" target="_blank"&gt;https://10.248.134.1&lt;/A&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should be able to see a pop up authentication accept all certificates, once you get username and password  just enter enable password you configured in PIX, leave user name blank.  Get this part 1st to move onto the outside interface configurations and defualt route as well for outbound internet connectivity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, to show your appretiation in our help you can always use the rating system within the messaging window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Jorge &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 20:53:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-and-actiontec-dsl/m-p/827170#M957189</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2008-01-14T20:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 and Actiontec DSL</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-and-actiontec-dsl/m-p/827171#M957191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool, I am able to browse the pix. However I am still unable to browse the internet. When I configured the DSL modem, I was told by Qwest support to configure PPOE, and that what I applied on the pix as well. I hate to bother you but your help seems to get me moving...Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 22:23:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-and-actiontec-dsl/m-p/827171#M957191</guid>
      <dc:creator>as1207dc01</dc:creator>
      <dc:date>2008-01-14T22:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 and Actiontec DSL</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-and-actiontec-dsl/m-p/827172#M957192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I steped out and need to do it again but will come back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do this on commmand line , also you can do this through PDM.. bring up the interface outside ,  assuming you are using dynamic IP given from ISP provider, if static please let me know as you have to configure static ip on outside interface if static.If not static and Dynamic do this process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pix&amp;gt;enable &lt;/P&gt;&lt;P&gt;config t &lt;/P&gt;&lt;P&gt;ip address outside dhcp retry 10 &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;once you have enter this configuration do show interface to see if outside interface has obtained dynanic IP address, and write down the ip address, if you are successfull then you need to place a defaul route in pix. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g &lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 x.x.x.x 1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where x.x.x.x  is ISP router next hop address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using static then just as you configured an IP address for inside interface configure the outside interface with the Ip address the ISP gave you for your outside interface.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your default route you need to know next hop router IP address which is your ISP router WAN interface, if you know that then your default route shoudl point to ISP router as example above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0  0.0.0.0 ISP_Router 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how it goes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 23:25:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-and-actiontec-dsl/m-p/827172#M957192</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2008-01-14T23:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 and Actiontec DSL</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-and-actiontec-dsl/m-p/827173#M957193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your extrimley great support, now I feel comfortable setting this firewall. Is this configuration process similar with other higher level cisco firewalls? My next project is to set VPN, but don't know where I can get the cisco vpn client to test it. ...Please check my config and let me know if I need to do comment/suggestion when you get a chance.... Thank you again, &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, 15 Jan 2008 16:01:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-and-actiontec-dsl/m-p/827173#M957193</guid>
      <dc:creator>as1207dc01</dc:creator>
      <dc:date>2008-01-15T16:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 and Actiontec DSL</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-and-actiontec-dsl/m-p/827174#M957194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amenti, thank you for the rating I realy appretiated , config looks fine, as far as seting Remote access VPN that is not problem, I would suggest though to start a new subjet thread in this same forum with  how to setup Remote Access VPN on PIX 501 to keep it separate from this initial PIX implementation project, I or any netpro will provide help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Jorge &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 16:44:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-and-actiontec-dsl/m-p/827174#M957194</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2008-01-15T16:44:51Z</dc:date>
    </item>
  </channel>
</rss>

