<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>CISCO 1841 VZ DSL PPOE in PPPoE</title>
<link>http://www.dslreports.com/forum/r21513279</link>
<description></description>
<language>en</language>
<pubDate>Tue, 01 Dec 2009 08:15:56 EDT</pubDate>
<lastBuildDate>Tue, 01 Dec 2009 08:15:56 EDT</lastBuildDate>

<item>
<title>Re: CISCO 1841 VZ DSL PPOE</title>
<link>http://www.dslreports.com/forum/remark,21994513</link>
<description><![CDATA[<A HREF="/useremail/u/816671"><b>masmith99</b></A> : Hello, I have the CISCO 1841 working with Verizon DSL with the config below. Had to stop using the 1841 router, very very slow download, speed was reduce to 300k using this router. My 2650 with a 15 port switch module was much faster.<br><br>********** 1841 config *************<br><br>service timestamps debug datetime msec<br>service timestamps log datetime msec<br>no service password-encryption<br>!<br>hostname mks1<br>!<br>boot-start-marker<br>boot system flash:c1841-advipservicesk9-mz.124-18.bin<br>boot-end-marker<br>!<br>enable secret 5<br>!<br>no aaa new-model<br>!<br>resource policy<br>!<br>ip subnet-zero<br>ip cef<br>!<br>!<br>no ip dhcp use vrf connected<br>no ip dhcp conflict logging<br>ip dhcp excluded-address 10.10.10.1<br>ip dhcp excluded-address 10.10.10.2<br>ip dhcp excluded-address 10.10.10.3<br>ip dhcp excluded-address 10.10.10.4<br>ip dhcp excluded-address 10.10.10.5<br>!<br>!<br>ip dhcp pool Inside<br>network 10.10.20.0 255.255.255.0<br>dns-server 71.250.0.12 71.242.0.12<br>default-router 10.10.10.1<br>lease infinite<br>!<br>!<br>!<br>no ip bootp server<br>ip inspect name myfw cuseeme timeout 3600<br>ip inspect name myfw ftp timeout 3600<br>ip inspect name myfw http java-list 10 timeout 3600<br>ip inspect name myfw rcmd timeout 3600<br>ip inspect name myfw realaudio timeout 3600<br>ip inspect name myfw tftp timeout 30<br>ip inspect name myfw udp timeout 15<br>ip inspect name myfw tcp timeout 3600<br>ip inspect name myfw h323 timeout 3600<br>ip inspect name myfw icmp timeout 3600<br>vpdn enable<br>!<br>!<br>!<br>username mks1 privilege 15 password 7<br>!<br>!<br>!<br>!<br>interface Loopback0<br>ip address 10.1.1.1 255.255.255.255<br>!<br>!<br>!<br>interface FastEthernet0/0<br>description inbound from Verizon DSL Modem<br>ip address 10.10.10.1 255.255.255.0<br>no ip redirects<br>no ip unreachables<br>no ip proxy-arp<br>ip nat inside<br>ip virtual-reassembly<br>ip tcp adjust-mss 1452<br>duplex auto<br>speed auto<br>pppoe enable<br>pppoe-client dial-pool-number 1<br>no keepalive<br>no cdp enable<br>no shutdown<br>!<br>!<br>!<br>interface Dialer0<br>description ISP Verizon DSL config PPOE<br>ip address negotiated<br>ip access-group 110 in<br>no ip redirects<br>no ip unreachables<br>no ip proxy-arp<br>ip mtu 1492<br>ip nat outside<br>ip inspect myfw out<br>ip virtual-reassembly<br>encapsulation ppp<br>ip tcp adjust-mss 1452<br>dialer pool 1<br>dialer persistent<br>no cdp enable<br>ppp authentication chap pap callin<br>ppp chap hostname masmith22<br>ppp chap password 7<br>ppp pap sent-username masmith22 password 7 justin22<br>ppp ipcp dns request<br>ppp ipcp route default<br>!<br>!<br>!<br>interface Vlan1<br>no ip address<br>!<br>!<br>!<br>!<br>interface FastEthernet0/1<br>description Inside Home Network<br>ip address 10.10.10.3 255.255.255.0<br>ip nat inside<br>duplex auto<br>speed auto<br>no shutdown<br>!<br>!<br>!<br>ip classless<br>!<br>!<br>no ip http server<br>no ip http secure-server<br>ip nat inside source list 111 interface Dialer0 overload<br>ip nat inside source static udp 10.10.10.4 500 interface Dialer0 500<br>ip nat inside source static esp 10.10.10.4 interface Dialer0<br>!<br>!<br>!<br>access-list 110 permit tcp any eq 3389 any<br>access-list 110 permit tcp any any eq 3389<br>access-list 110 permit tcp any any eq smtp<br>access-list 110 permit tcp any eq www any<br>access-list 110 permit tcp any eq 443 any<br>access-list 110 permit tcp any eq 1863 any<br>access-list 110 permit gre any any log-input<br>access-list 110 permit udp any eq domain any<br>access-list 110 permit udp any eq ntp any<br>access-list 110 permit tcp any eq 5190 any<br>access-list 110 permit tcp any any eq 6881<br>access-list 110 permit icmp any any net-unreachable<br>access-list 110 permit icmp any any host-unreachable<br>access-list 110 permit icmp any any port-unreachable<br>access-list 110 permit icmp any any packet-too-big<br>access-list 110 permit icmp any any administratively-prohibited<br>access-list 110 permit icmp any any source-quench<br>access-list 110 permit icmp any any ttl-exceeded<br>access-list 110 permit icmp any any echo-reply<br>access-list 110 deny icmp any any<br>access-list 110 deny ip 192.168.0.0 0.0.255.255 any log-input<br>access-list 110 deny ip 172.16.0.0 0.15.255.255 any log-input<br>access-list 110 deny ip 10.0.0.0 0.255.255.255 any log-input<br>access-list 110 deny ip 127.0.0.0 0.255.255.255 any log-input<br>access-list 110 deny ip 255.0.0.0 0.255.255.255 any log-input<br>access-list 110 deny ip 224.0.0.0 31.255.255.255 any log-input<br>access-list 110 deny ip any any log-input<br>access-list 111 permit ip 10.0.0.0 0.255.255.255 any<br>no cdp run<br>!<br>!<br>!<br>control-plane<br>!<br>!<br>!<br>!<br>line con 0<br>exec-timeout 120 0<br>password 7<br>logging synchronous<br>login<br>transport output all<br>stopbits 1<br>line aux 0<br>line vty 0 4<br>exec-timeout 120 0<br>password 7<br>login<br>length 0<br>transport input all<br>transport output all<br>!<br>scheduler max-task-time 5000<br>!<br>end]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21994513</guid>
<pubDate>Sun, 01 Mar 2009 01:10:37 EDT</pubDate>
</item>

<item>
<title>Re: CISCO 1841 VZ DSL PPOE</title>
<link>http://www.dslreports.com/forum/remark,21985132</link>
<description><![CDATA[<A HREF="/useremail/u/660498"><b>TomS_</b></A> : Its not a lot to work with.<br><br>Can you post up a copy of your config (minus passwords etc)?<br><br>Or perhaps post in the Cisco forum on this very site: &raquo;<A HREF="/forum/equip,cis">Cisco</A><br><br>But first have a look through the Cisco forum FAQ which contains a lot of sample configurations, and also search through the Cisco forum first as its possible that your question has already been answered (we get a lot of requests for help with DSL/PPPoE in there).]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21985132</guid>
<pubDate>Fri, 27 Feb 2009 09:40:55 EDT</pubDate>
</item>

<item>
<title>CISCO 1841 VZ DSL PPOE</title>
<link>http://www.dslreports.com/forum/remark,21513279</link>
<description><![CDATA[<A HREF="/useremail/u/816671"><b>masmith99</b></A> : Hello,<br><br>Would you be able to help, getting an error on a 1841 router connect to Verizon DSL? "Interface Vi1 unbound from profile Di0"<br><br>Thanks,<br>Mario<br>masmith22@verizon.net]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21513279</guid>
<pubDate>Tue, 02 Dec 2008 05:48:11 EDT</pubDate>
</item>

</channel>
</rss>
