<?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: Newbie ASA 5505 Configuring for internet PPPoE ? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/newbie-asa-5505-configuring-for-internet-pppoe/m-p/726296#M978314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question please:&lt;/P&gt;&lt;P&gt;Do we need to have any access-list to allow traffic inside to flow outside in order to get internet access? or any thing else after establishing PPPoE client through Wizard.&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jun 2007 04:42:04 GMT</pubDate>
    <dc:creator>cal060307</dc:creator>
    <dc:date>2007-06-20T04:42:04Z</dc:date>
    <item>
      <title>Newbie ASA 5505 Configuring for internet PPPoE ?</title>
      <link>https://community.cisco.com/t5/network-security/newbie-asa-5505-configuring-for-internet-pppoe/m-p/726289#M978307</link>
      <description>&lt;P&gt;Hi all expert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very newbie for this Firewall and have never done any Cisco security course, so please bear with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently we have a Pix 501 that works well, now we upgrade to ASA 5505, and I have been trying to get internet connection for a week now but no go at all  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is our network:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internet -&amp;gt; DSL Negear Modem -&amp;gt; ASA 5505 -&amp;gt; inside network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And here is "show run" :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ciscoasa(config)# show run&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;ASA Version 7.2(2)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname ciscoasa&lt;/P&gt;&lt;P&gt;domain-name cisco.com&lt;/P&gt;&lt;P&gt;enable password xxx&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt;nameif inside&lt;/P&gt;&lt;P&gt;security-level 100&lt;/P&gt;&lt;P&gt;ip address 192.168.0.154 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt;nameif outside&lt;/P&gt;&lt;P&gt;security-level 0&lt;/P&gt;&lt;P&gt;pppoe client vpdn group pppoe_group&lt;/P&gt;&lt;P&gt;ip address pppoe setroute&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan3&lt;/P&gt;&lt;P&gt;no forward interface Vlan1&lt;/P&gt;&lt;P&gt;nameif dmz&lt;/P&gt;&lt;P&gt;security-level 50&lt;/P&gt;&lt;P&gt;no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt;switchport access vlan 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/4&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/5&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/6&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/7&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;dns server-group DefaultDNS&lt;/P&gt;&lt;P&gt;domain-name cisco.com&lt;/P&gt;&lt;P&gt;access-list inside_access_out extended permit ip any interface outside&lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit ip any any&lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit tcp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu dmz 1500&lt;/P&gt;&lt;P&gt;ip verify reverse-path interface outside&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;asdm image disk0:/asdm-522.bin&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;access-group inside_access_in in interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**** inside IP schema: 192.168.0.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route inside 192.168.0.1 255.255.255.255 192.168.0.154 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside 61.9.x.x 255.255.255.255 61.9.a.b 1&lt;/P&gt;&lt;P&gt;route outside 61.9.x.x 255.255.255.255 61.9.a.b 1&lt;/P&gt;&lt;P&gt;route outside 144.140.x.x 255.255.255.255 61.9.a.b 1&lt;/P&gt;&lt;P&gt;route outside 144.140.x.x 255.255.255.255 61.9.a.b 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**** 61.9.a.b is static IP provided by ISP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.0.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**** I issued CLI command to get vpdn rather than ASDM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpdn group pppoe_group request dialout pppoe&lt;/P&gt;&lt;P&gt;vpdn group pppoe_group localname vb39033&lt;/P&gt;&lt;P&gt;vpdn group pppoe_group ppp authentication chap&lt;/P&gt;&lt;P&gt;vpdn username vb39033 password *********&lt;/P&gt;&lt;P&gt;dhcpd ping_timeout 750&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.0.155-192.168.0.204 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;class-map inspection_default&lt;/P&gt;&lt;P&gt;match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt;parameters&lt;/P&gt;&lt;P&gt;message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;class inspection_default&lt;/P&gt;&lt;P&gt;inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt;inspect ftp&lt;/P&gt;&lt;P&gt;inspect h323 h225&lt;/P&gt;&lt;P&gt;inspect h323 ras&lt;/P&gt;&lt;P&gt;inspect rsh&lt;/P&gt;&lt;P&gt;inspect rtsp&lt;/P&gt;&lt;P&gt;inspect esmtp&lt;/P&gt;&lt;P&gt;inspect sqlnet&lt;/P&gt;&lt;P&gt;inspect skinny&lt;/P&gt;&lt;P&gt;inspect sunrpc&lt;/P&gt;&lt;P&gt;inspect xdmcp&lt;/P&gt;&lt;P&gt;inspect sip&lt;/P&gt;&lt;P&gt;inspect netbios&lt;/P&gt;&lt;P&gt;inspect tftp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;prompt hostname context&lt;/P&gt;&lt;P&gt;Cryptochecksum:xxx&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:31:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-asa-5505-configuring-for-internet-pppoe/m-p/726289#M978307</guid>
      <dc:creator>cal060307</dc:creator>
      <dc:date>2019-03-11T10:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie ASA 5505 Configuring for internet PPPoE ?</title>
      <link>https://community.cisco.com/t5/network-security/newbie-asa-5505-configuring-for-internet-pppoe/m-p/726290#M978308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any reason why you are trying to make this on a VLAN interface? I would just configure the physical interface rather than the virtual. Link below shows how to make this happen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/ps6120/products_configuration_guide_chapter09186a008066ebe6.html" target="_blank"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_guide_chapter09186a008066ebe6.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jun 2007 13:03:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-asa-5505-configuring-for-internet-pppoe/m-p/726290#M978308</guid>
      <dc:creator>JBDanford2002</dc:creator>
      <dc:date>2007-06-17T13:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie ASA 5505 Configuring for internet PPPoE ?</title>
      <link>https://community.cisco.com/t5/network-security/newbie-asa-5505-configuring-for-internet-pppoe/m-p/726291#M978309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply and link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That link helped me configure PPPoE client rather than ASDM but still no connection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In regards to VLAN interface, by default ASA has two VLANS one for outside and one for inside. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jun 2007 13:26:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-asa-5505-configuring-for-internet-pppoe/m-p/726291#M978309</guid>
      <dc:creator>cal060307</dc:creator>
      <dc:date>2007-06-17T13:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie ASA 5505 Configuring for internet PPPoE ?</title>
      <link>https://community.cisco.com/t5/network-security/newbie-asa-5505-configuring-for-internet-pppoe/m-p/726292#M978310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried removing the vlan interface and configuring the physical? Also have you tried debugging pppoe to see if there are any errors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;debug pppoe error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jun 2007 14:04:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-asa-5505-configuring-for-internet-pppoe/m-p/726292#M978310</guid>
      <dc:creator>JBDanford2002</dc:creator>
      <dc:date>2007-06-17T14:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie ASA 5505 Configuring for internet PPPoE ?</title>
      <link>https://community.cisco.com/t5/network-security/newbie-asa-5505-configuring-for-internet-pppoe/m-p/726293#M978311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I have not tried remove VLAN yet. I am not quite confident to remove the default setting, as I am newbie just in case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I issued "debug pppoe error" command line, nothing happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I issued "show ip address outside pppoe"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PPPoE assigned IP address: 61.9.a.b 255.255.255.255 interface: outside&lt;/P&gt;&lt;P&gt;Remote IP address: 172.18.y.z &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 00:34:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-asa-5505-configuring-for-internet-pppoe/m-p/726293#M978311</guid>
      <dc:creator>cal060307</dc:creator>
      <dc:date>2007-06-18T00:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie ASA 5505 Configuring for internet PPPoE ?</title>
      <link>https://community.cisco.com/t5/network-security/newbie-asa-5505-configuring-for-internet-pppoe/m-p/726294#M978312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  ..  if you already have an IP address allocated to the outside interface then your connection to your ISP is fine. Test this by pinging any public IP from your ASA. By looking at your config, it seems you are intending to use the inside interface of the ASA as DHCP server correct ..?  if that is the case then you need to ENABLE dhcp on the inside interface and add an auto-config  commands which will also provide your internal devices with DNS settings.  Below is an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# dhcpd address 10.0.1.101-10.0.1.110 inside&lt;/P&gt;&lt;P&gt;hostname(config)# dhcpd autoconfig outside&lt;/P&gt;&lt;P&gt;hostname(config)# dhcpd enable inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: this line of config does not make much sense ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route inside 192.168.0.1 255.255.255.255 192.168.0.154 1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps  ..  please rate it if it does !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 02:31:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-asa-5505-configuring-for-internet-pppoe/m-p/726294#M978312</guid>
      <dc:creator>Fernando_Meza</dc:creator>
      <dc:date>2007-06-18T02:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie ASA 5505 Configuring for internet PPPoE ?</title>
      <link>https://community.cisco.com/t5/network-security/newbie-asa-5505-configuring-for-internet-pppoe/m-p/726295#M978313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DHCP: I was going to do it but I'd rather use my existing DHCP server, so I think I should I take it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route inside 192.168.0.1 255.255.255.255 192.168.0.154 1 &lt;/P&gt;&lt;P&gt;That line I just copy and paste from working Pix 501 in use. Yes you are right it does not make sense to me either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will trying ping outside public IP say &lt;A class="jive-link-custom" href="http://www.hotmail.com" target="_blank"&gt;www.hotmail.com&lt;/A&gt; to see if it gets thru, I doubt very much otherwise I would get internet connection by now. Thanks again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 09:46:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-asa-5505-configuring-for-internet-pppoe/m-p/726295#M978313</guid>
      <dc:creator>cal060307</dc:creator>
      <dc:date>2007-06-18T09:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie ASA 5505 Configuring for internet PPPoE ?</title>
      <link>https://community.cisco.com/t5/network-security/newbie-asa-5505-configuring-for-internet-pppoe/m-p/726296#M978314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question please:&lt;/P&gt;&lt;P&gt;Do we need to have any access-list to allow traffic inside to flow outside in order to get internet access? or any thing else after establishing PPPoE client through Wizard.&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 04:42:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-asa-5505-configuring-for-internet-pppoe/m-p/726296#M978314</guid>
      <dc:creator>cal060307</dc:creator>
      <dc:date>2007-06-20T04:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie ASA 5505 Configuring for internet PPPoE ?</title>
      <link>https://community.cisco.com/t5/network-security/newbie-asa-5505-configuring-for-internet-pppoe/m-p/726297#M978315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got this problem solved, what I did was that I got back the factory default and restart PPPoE client without any access-list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your support and help guys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 00:47:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-asa-5505-configuring-for-internet-pppoe/m-p/726297#M978315</guid>
      <dc:creator>cal060307</dc:creator>
      <dc:date>2007-06-21T00:47:16Z</dc:date>
    </item>
  </channel>
</rss>

