<?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 doing NAT and routing behind ADSL modem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-doing-nat-and-routing-behind-adsl-modem/m-p/146260#M606054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;global (outside) 1 interface &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refers to the outside interface. it means to use the ip address of the outside interface for PAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside dhcp setroute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tells the pix to be a dhcp client on the outside interface, and to use the route option it receives in the dhcp lease as its default gateway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that should do it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 11 May 2003 17:27:52 GMT</pubDate>
    <dc:creator>mostiguy</dc:creator>
    <dc:date>2003-05-11T17:27:52Z</dc:date>
    <item>
      <title>PIX doing NAT and routing behind ADSL modem</title>
      <link>https://community.cisco.com/t5/network-security/pix-doing-nat-and-routing-behind-adsl-modem/m-p/146257#M606051</link>
      <description>&lt;P&gt;I have an adsl mdem connetion connecting to a modem which is unable to do NAT and routing.I understand that PIX will be able to do NAT routing for internet sharing.Pls advise as I don't have any fixed IP addresses alllocated from my ISP to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:44:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-doing-nat-and-routing-behind-adsl-modem/m-p/146257#M606051</guid>
      <dc:creator>ddicky</dc:creator>
      <dc:date>2020-02-21T06:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: PIX doing NAT and routing behind ADSL modem</title>
      <link>https://community.cisco.com/t5/network-security/pix-doing-nat-and-routing-behind-adsl-modem/m-p/146258#M606052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the modem is not doing the nating then PIX has to.  So, if the pix outside is getting the dynamic ip, then you can do the translation as follows for the inside net to be able to go to internet:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 0 0&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So as you can see, its doesn't matter what's your ip gets assigned dynamically to the outside interface,  Then obviously you will nee a default route as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside 0 0 gateway_address &amp;lt;--This address should be provided by your ISP.  I hope this helps !&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;Mynul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 May 2003 07:42:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-doing-nat-and-routing-behind-adsl-modem/m-p/146258#M606052</guid>
      <dc:creator>mhoda</dc:creator>
      <dc:date>2003-05-11T07:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: PIX doing NAT and routing behind ADSL modem</title>
      <link>https://community.cisco.com/t5/network-security/pix-doing-nat-and-routing-behind-adsl-modem/m-p/146259#M606053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well,now I am starting to get some idea.But unfortunately the portion you mentioned about the gateway _address provided by the ISP,I don;t have cause I don't have any IP adress allocated as my connection is dial-up using DHCP.Any further advise.&lt;/P&gt;&lt;P&gt;Beside you mentioned about &lt;/P&gt;&lt;P&gt;Global(outside)1 interface ,which interface?&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 May 2003 14:27:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-doing-nat-and-routing-behind-adsl-modem/m-p/146259#M606053</guid>
      <dc:creator>ddicky</dc:creator>
      <dc:date>2003-05-11T14:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: PIX doing NAT and routing behind ADSL modem</title>
      <link>https://community.cisco.com/t5/network-security/pix-doing-nat-and-routing-behind-adsl-modem/m-p/146260#M606054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;global (outside) 1 interface &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refers to the outside interface. it means to use the ip address of the outside interface for PAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside dhcp setroute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tells the pix to be a dhcp client on the outside interface, and to use the route option it receives in the dhcp lease as its default gateway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that should do it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 May 2003 17:27:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-doing-nat-and-routing-behind-adsl-modem/m-p/146260#M606054</guid>
      <dc:creator>mostiguy</dc:creator>
      <dc:date>2003-05-11T17:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: PIX doing NAT and routing behind ADSL modem</title>
      <link>https://community.cisco.com/t5/network-security/pix-doing-nat-and-routing-behind-adsl-modem/m-p/146261#M606055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well,my PIX were unable to get the IP address from ISP,i had monitor from the PIX monitoring system.BTW if i would using the DHCP setroute,there is no option for me to set my username and password  for my ADSL connection athentication.any adivse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2003 09:52:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-doing-nat-and-routing-behind-adsl-modem/m-p/146261#M606055</guid>
      <dc:creator>ddicky</dc:creator>
      <dc:date>2003-05-20T09:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: PIX doing NAT and routing behind ADSL modem</title>
      <link>https://community.cisco.com/t5/network-security/pix-doing-nat-and-routing-behind-adsl-modem/m-p/146262#M606056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your IOS needs to be 6.1 at least, ideally 6.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Th following will create a PPOE dial out with your ISP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside pppoe setroute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpdn group dan request dialout pppoe&lt;/P&gt;&lt;P&gt;vpdn group dan localname &lt;USERNAME&gt;&lt;/USERNAME&gt;&lt;/P&gt;&lt;P&gt;vpdn username &lt;USERNAME&gt; password &lt;PASSWORD&gt;&lt;/PASSWORD&gt;&lt;/USERNAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may or may not need to set an autentication type.  Try it without, if it doesn't work call the ISP and ask  what type of ppp authentication they support the command to set it is ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpdn group dan ppp authentication &lt;PAP&gt;&lt;/PAP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'dan is only a keyword&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2003 14:10:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-doing-nat-and-routing-behind-adsl-modem/m-p/146262#M606056</guid>
      <dc:creator>thompson</dc:creator>
      <dc:date>2003-05-21T14:10:45Z</dc:date>
    </item>
  </channel>
</rss>

