<?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 DSL connection in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-501-and-dsl-connection/m-p/356587#M556334</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nat (inside) 1 0 0 (nating of all inside clients)&lt;/P&gt;&lt;P&gt;global (ouside) 1 interface (address translated to interface ip)&lt;/P&gt;&lt;P&gt;ip address outside dhcp setroute (sets the outside int to dhcp client and receives default route from outside)&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.x&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.1.y-192.168.1.z &lt;/P&gt;&lt;P&gt;dhcpd lease xxxx&lt;/P&gt;&lt;P&gt;dhcpd ping timeout xxx&lt;/P&gt;&lt;P&gt;dhcpd auto config outside (this will supply dns info from outside to inside clients. NOT done automatically)&lt;/P&gt;&lt;P&gt;dhcpd enable inside (enables DHCP server on inside int)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These basics should get you going. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Oct 2004 13:20:35 GMT</pubDate>
    <dc:creator>laje</dc:creator>
    <dc:date>2004-10-13T13:20:35Z</dc:date>
    <item>
      <title>PIX 501 and DSL connection</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-and-dsl-connection/m-p/356586#M556333</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;is it possible to configure the PIX 501 in that way:&lt;/P&gt;&lt;P&gt;Internal network (5 PCs) --- PIX ---DSL---Internet&lt;/P&gt;&lt;P&gt;I have seen the configuration procedure in &lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/config/pixclnt.htm" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/config/pixclnt.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it is not clear to me how I should configure NAT (the IPs of the 5 PCs in the internal network need to be NATed to the automatically assigned IP address of the PPPoE client) and if I have to configure a static statement. How do I bring the DNS server information to the clients ? Is this automatically done when I start the DHCP server of the 501 ?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:40:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-and-dsl-connection/m-p/356586#M556333</guid>
      <dc:creator>ullmann</dc:creator>
      <dc:date>2020-02-21T07:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 and DSL connection</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-and-dsl-connection/m-p/356587#M556334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nat (inside) 1 0 0 (nating of all inside clients)&lt;/P&gt;&lt;P&gt;global (ouside) 1 interface (address translated to interface ip)&lt;/P&gt;&lt;P&gt;ip address outside dhcp setroute (sets the outside int to dhcp client and receives default route from outside)&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.x&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.1.y-192.168.1.z &lt;/P&gt;&lt;P&gt;dhcpd lease xxxx&lt;/P&gt;&lt;P&gt;dhcpd ping timeout xxx&lt;/P&gt;&lt;P&gt;dhcpd auto config outside (this will supply dns info from outside to inside clients. NOT done automatically)&lt;/P&gt;&lt;P&gt;dhcpd enable inside (enables DHCP server on inside int)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These basics should get you going. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2004 13:20:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-and-dsl-connection/m-p/356587#M556334</guid>
      <dc:creator>laje</dc:creator>
      <dc:date>2004-10-13T13:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 and DSL connection</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-and-dsl-connection/m-p/356588#M556335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This configuration is exactly what you will need. The NAT configuration is represent for 2 lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 10 *internal network* *internal mask*&lt;/P&gt;&lt;P&gt;(example (nat (inside) 10 60.0.0.0 255.255.255.0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The hosts what be this network, will be translate by "Global" command that have the same index, the number 10 in this case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Global (outside) 10 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case all hosts will be translated with interface ip, that in adsl connection in most of the cases is dynamic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In DNS's case, the information is attribute for the clients by DHCP Server configuration in PIX, the line this configuration is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dhcpd dns 209.165.201.2 209.165.202.129&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The another lines for configuration of DHCP Server need be attribute too.&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;Sorry for my bad english.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leandro.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2004 13:28:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-and-dsl-connection/m-p/356588#M556335</guid>
      <dc:creator>lfabricio</dc:creator>
      <dc:date>2004-10-13T13:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 and DSL connection</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-and-dsl-connection/m-p/356589#M556336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ip address outside pppoe setroute&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;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpdn group pppoex request dialout pppoe&lt;/P&gt;&lt;P&gt;vpdn group pppoex localname usernamePPOE&lt;/P&gt;&lt;P&gt;vpdn group pppoex ppp authentication pap&lt;/P&gt;&lt;P&gt;vpdn username usernamePPOE password yourPPOEpassword&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.1.10-192.168.1.30 inside&lt;/P&gt;&lt;P&gt;dhcpd dns dnsIP1  dnsIP2&lt;/P&gt;&lt;P&gt;dhcpd lease 300&lt;/P&gt;&lt;P&gt;dhcpd ping_timeout 750&lt;/P&gt;&lt;P&gt;dhcpd domain yourdomain.com&lt;/P&gt;&lt;P&gt;dhcpd auto_config outside&lt;/P&gt;&lt;P&gt;dhcpd enable inside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2004 13:58:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-and-dsl-connection/m-p/356589#M556336</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2004-10-13T13:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 and DSL connection</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-and-dsl-connection/m-p/356590#M556338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks to the quick replies. Next week I will try this configuration and see how it works.&lt;/P&gt;&lt;P&gt;Regards Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2004 15:22:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-and-dsl-connection/m-p/356590#M556338</guid>
      <dc:creator>ullmann</dc:creator>
      <dc:date>2004-10-13T15:22:33Z</dc:date>
    </item>
  </channel>
</rss>

