<?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 Simple 506e in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/simple-506e/m-p/780410#M964032</link>
    <description>&lt;P&gt;We have a very simple setup.  Have a single T1 line coming into our office and would like to connect to the internet through our 506e.  We had it working just fine at our old office through a DSL line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I though it would be a simple matter of changing the outside ip address and route outside command but have been unsuccessful in all attempts to connect to the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we have:&lt;/P&gt;&lt;P&gt;ip subnet&lt;/P&gt;&lt;P&gt;subnet mask&lt;/P&gt;&lt;P&gt;gateway&lt;/P&gt;&lt;P&gt;ip address range&lt;/P&gt;&lt;P&gt;dns entries for our isp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should we do assuming we have a factory-default pix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 11:05:12 GMT</pubDate>
    <dc:creator>ohnnyj</dc:creator>
    <dc:date>2019-03-11T11:05:12Z</dc:date>
    <item>
      <title>Simple 506e</title>
      <link>https://community.cisco.com/t5/network-security/simple-506e/m-p/780410#M964032</link>
      <description>&lt;P&gt;We have a very simple setup.  Have a single T1 line coming into our office and would like to connect to the internet through our 506e.  We had it working just fine at our old office through a DSL line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I though it would be a simple matter of changing the outside ip address and route outside command but have been unsuccessful in all attempts to connect to the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we have:&lt;/P&gt;&lt;P&gt;ip subnet&lt;/P&gt;&lt;P&gt;subnet mask&lt;/P&gt;&lt;P&gt;gateway&lt;/P&gt;&lt;P&gt;ip address range&lt;/P&gt;&lt;P&gt;dns entries for our isp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should we do assuming we have a factory-default pix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:05:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-506e/m-p/780410#M964032</guid>
      <dc:creator>ohnnyj</dc:creator>
      <dc:date>2019-03-11T11:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Simple 506e</title>
      <link>https://community.cisco.com/t5/network-security/simple-506e/m-p/780411#M964033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where is the t1 terminating? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot terminate it directly to the pix. You need a router with a csu/dsu to terminate the t1 connection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 23:42:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-506e/m-p/780411#M964033</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-08-31T23:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Simple 506e</title>
      <link>https://community.cisco.com/t5/network-security/simple-506e/m-p/780412#M964034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see simple is that.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to : If you have factory default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign IP address to interface inside and outside both&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do nat Inside IP pool with Outside Ip address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route to Next hop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open access-list for inside IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nameif gb-ethernet0 outside security0 &lt;/P&gt;&lt;P&gt;nameif gb-ethernet1 inside security100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface gb-ethernet0 1000auto &lt;/P&gt;&lt;P&gt;interface gb-ethernet1 1000auto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside 204.x.x.2 255.255.255.0 &lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*** NAT ***&lt;/P&gt;&lt;P&gt;global (outside) 1 204.x.x.15&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;access-group 100 in interface outside &lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.x.x.69.198.1 1&lt;/P&gt;&lt;P&gt;_________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have previously configured PIX, that was running on older site than you need to do few changes only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outside interface IP address..&lt;/P&gt;&lt;P&gt;At NAT statment Older IP should be there.. remove it put this newer one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Point route to next hop, by use of new IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's it. You are good than.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------&lt;/P&gt;&lt;P&gt;If you don't know more than... show running config take it into notepad..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace older ISP IP by NEWER ISP IP..... upload came config by COPY TFTP RUN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dharmesh Purohit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 00:00:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-506e/m-p/780412#M964034</guid>
      <dc:creator>purohit_810</dc:creator>
      <dc:date>2007-09-01T00:00:49Z</dc:date>
    </item>
  </channel>
</rss>

