<?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: Router fastetthernet interface setting behing a PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/router-fastetthernet-interface-setting-behing-a-pix/m-p/124927#M606377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok ,thks ,for Cisco router it  works. beatifully.How about if  i'm using ADSL(no fixed IP address) connection with a modem dialing up and there is a different kind of  ethernet broandband router sitting behind doing NAT and dynamic routing to the LAN.The 3rd party router was unable  to set the static IP routing pointing to the outside interface.Any advise or I need to use the funtion of PPoE and how should I configure it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 May 2003 13:33:34 GMT</pubDate>
    <dc:creator>ddicky</dc:creator>
    <dc:date>2003-05-08T13:33:34Z</dc:date>
    <item>
      <title>Router fastetthernet interface setting behing a PIX</title>
      <link>https://community.cisco.com/t5/network-security/router-fastetthernet-interface-setting-behing-a-pix/m-p/124923#M606373</link>
      <description>&lt;P&gt;How should I configure my router fastetehrnet interface where it is connected to the outside of the PIX.The PIX is configured  Obtain DHCP automatically &lt;/P&gt;&lt;P&gt;on the outside interface because I m using an ISDN line which do have  any fix IP address. provide from my ISP.Pls advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:43:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/router-fastetthernet-interface-setting-behing-a-pix/m-p/124923#M606373</guid>
      <dc:creator>ddicky</dc:creator>
      <dc:date>2020-02-21T06:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Router fastetthernet interface setting behing a PIX</title>
      <link>https://community.cisco.com/t5/network-security/router-fastetthernet-interface-setting-behing-a-pix/m-p/124924#M606374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It'll be your router that gets the DHCP address from the ISP, not the PIX.  You'll have to create a small two-host network in between the inside of the router and the outside of the PIX, point the default gateway on the PIX to the router's interface, and add a static route on the router for your internal network pointing to the PIX.  You then have to decide whether to NAT on the PIX or on the router, or both.  In this scenario it's easier to NAT on the router.  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2003 04:09:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/router-fastetthernet-interface-setting-behing-a-pix/m-p/124924#M606374</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2003-05-05T04:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Router fastetthernet interface setting behing a PIX</title>
      <link>https://community.cisco.com/t5/network-security/router-fastetthernet-interface-setting-behing-a-pix/m-p/124925#M606375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,my router will get the DHCP address from the ISP for etc dialer1 interface.&lt;/P&gt;&lt;P&gt;I will do a' IP route 0.0.0.0 0.0.0.0 pix_inside_interface_ipaddress' on the router.On the outside interface of the PIX I will choose the option  of USE DHCP(Obtain default route using DHCP) from the 3 options of the outside interface version 6.2.I will choose my pix to do the NAT.&lt;/P&gt;&lt;P&gt;So the big question lies here,what setting for etc IP address? do I need to configure on the fastethernet port of the router connecting back to the outside interface of the PIX?Pls advise.&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, 06 May 2003 12:57:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/router-fastetthernet-interface-setting-behing-a-pix/m-p/124925#M606375</guid>
      <dc:creator>ddicky</dc:creator>
      <dc:date>2003-05-06T12:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Router fastetthernet interface setting behing a PIX</title>
      <link>https://community.cisco.com/t5/network-security/router-fastetthernet-interface-setting-behing-a-pix/m-p/124926#M606376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, no, don't do the route command on the router, you need to set the default route on the router to point out the dialer1 interface.  You need to create a small 2 host network in between the PIX and the router, like this (assuming you have a 10.0.0.0 network inside the PIX):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10.0.0.0/8--(inside) PIX (outside)--192.168.1.1------192.168.1.2--router -- Internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the PIX outside interface gets a 192.168.1.1 IP address, NOT a DHCP address cause there's no DHCP server in between the router and the PIX.  The router gets a 192.168.1.2 on its inside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the PIX, do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; ip address inside 10.1.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;gt; ip address outside 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;gt; static (inside,outside) 10.0.0.0 10.0.0.0 netmask 255.0.0.0&lt;/P&gt;&lt;P&gt;&amp;gt; route outside 0.0.0.0 0.0.0.0 192.168.1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the router you'll have something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; ip route 0.0.0.0 0.0.0.0 dialer1&lt;/P&gt;&lt;P&gt;&amp;gt; ip route 10.0.0.0 255.0.0.0 192.168.1.1&lt;/P&gt;&lt;P&gt;&amp;gt; int fastethernet0&lt;/P&gt;&lt;P&gt;&amp;gt;    ip address 192.168.1.2 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;gt;    ip nat inside&lt;/P&gt;&lt;P&gt;&amp;gt; int dialer1&lt;/P&gt;&lt;P&gt;&amp;gt;    ip address dhcp&lt;/P&gt;&lt;P&gt;&amp;gt;    ip nat outside&lt;/P&gt;&lt;P&gt;&amp;gt; ip nat inside source list 1 interface dialer1 overload&lt;/P&gt;&lt;P&gt;&amp;gt; access-list 1 permit any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PIX doesn't do any NAT'ing in this case, that's all done on the router.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2003 01:34:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/router-fastetthernet-interface-setting-behing-a-pix/m-p/124926#M606376</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2003-05-07T01:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Router fastetthernet interface setting behing a PIX</title>
      <link>https://community.cisco.com/t5/network-security/router-fastetthernet-interface-setting-behing-a-pix/m-p/124927#M606377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok ,thks ,for Cisco router it  works. beatifully.How about if  i'm using ADSL(no fixed IP address) connection with a modem dialing up and there is a different kind of  ethernet broandband router sitting behind doing NAT and dynamic routing to the LAN.The 3rd party router was unable  to set the static IP routing pointing to the outside interface.Any advise or I need to use the funtion of PPoE and how should I configure it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2003 13:33:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/router-fastetthernet-interface-setting-behing-a-pix/m-p/124927#M606377</guid>
      <dc:creator>ddicky</dc:creator>
      <dc:date>2003-05-08T13:33:34Z</dc:date>
    </item>
  </channel>
</rss>

