{"id":5914,"date":"2017-01-09T23:40:29","date_gmt":"2017-01-09T23:40:29","guid":{"rendered":"https:\/\/stevepedwards.today\/DebianAdmin\/?p=5914"},"modified":"2017-01-09T23:40:29","modified_gmt":"2017-01-09T23:40:29","slug":"cisco-setup-adsl-connection-wan","status":"publish","type":"post","link":"https:\/\/stevepedwards.today\/DebianAdmin\/cisco-setup-adsl-connection-wan\/","title":{"rendered":"Cisco Setup ADSL Connection (WAN)"},"content":{"rendered":"<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_5914\" class=\"pvc_stats all  \" data-element-id=\"5914\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/stevepedwards.today\/DebianAdmin\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n<p>I can't write this Post to WP as I go because I don't have 2 phone lines to use (!!), so I won't have a working internet connection for LAN access via the Cisco until many\u00a0sections\u00a0are set up fully.<\/p>\n<p>Below, I add the minimum\u00a0needed key sections of the config file that enable WAN connectivity only - logging in to the ISP account and being allocated an IP address only at this point - which is complex to fully understand or explain from bare line levels upwards as it involves layer 1-3 protocols and Cisco CCNA level study - to even partly\u00a0appreciate, let alone how Cisco's commands enable them - such as Point to Point Protocols (PPP), Asynchronous Transfer Mode (ATM), PPPoA (over ATM for telephone circuits) \u00a0PPPoE (over Ethernet e.g. for VDSL routers over cable\/fibre etc.), aal5snap for virtual circuits etc. Look them up on Google. I can't possibly explain all of the settings as mine were taken from various conf files and Cisco examples also.<\/p>\n<p>There are two main sections to a serial ADSL connection - a \"real\" hardware ATM connector and a \"virtual dialer\" (yes, from dial up modem\/ISDN days) that control the overall process of creating and managing a data circuit over a phone line.<\/p>\n<p>From my working config, the ATM section has key points to note for YOUR line\/ISP that are in bold and may be understood (or not!)\u00a0in context later. Without much research, it is not possible to understand all of the Cisco command functions and just accept they are or may be needed for required operations to work:<\/p>\n<p><span style=\"color: #ff0000;\">interface ATM0<\/span><br \/>\n<strong><span style=\"color: #ff0000;\"> no ip address\u00a0<\/span><\/strong><br \/>\n<strong><span style=\"color: #ff0000;\"> ip nat outside<\/span><\/strong><br \/>\n<span style=\"color: #ff0000;\"> ip virtual-reassembly<\/span><br \/>\n<span style=\"color: #ff0000;\"> logging event atm pvc state<\/span><br \/>\n<span style=\"color: #ff0000;\"> logging event atm pvc autoppp<\/span><br \/>\n<span style=\"color: #ff0000;\"> no atm ilmi-keepalive<\/span><br \/>\n<span style=\"color: #ff0000;\"><strong> dsl operating-mode auto adsl2 adsl2+<\/strong> <\/span><br \/>\n<span style=\"color: #ff0000;\"> dsl enable-training-log <\/span><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<span style=\"color: #ff0000;\">interface ATM0.1 point-to-point<\/span><br \/>\n<strong><span style=\"color: #ff0000;\"> ip address dhcp<\/span><\/strong><br \/>\n<strong><span style=\"color: #ff0000;\"> ip nat outside<\/span><\/strong><br \/>\n<span style=\"color: #ff0000;\"> ip virtual-reassembly<\/span><br \/>\n<span style=\"color: #ff0000;\"> no snmp trap link-status<\/span><br \/>\n<span style=\"color: #ff0000;\"> atm route-bridged ip<\/span><br \/>\n<span style=\"color: #ff0000;\"> atm pppatm link reset<\/span><br \/>\n<span style=\"color: #ff0000;\"><strong> pvc 0\/38<\/strong> <\/span><br \/>\n<strong><span style=\"color: #ff0000;\"> encapsulation aal5snap<\/span><\/strong><br \/>\n<strong><span style=\"color: #ff0000;\"> protocol ppp dialer<\/span><\/strong><br \/>\n<strong><span style=\"color: #ff0000;\"> dialer pool-member 1<\/span><\/strong><br \/>\n<span style=\"color: #ff0000;\"> ip addr inarp<\/span><br \/>\n<span style=\"color: #ff0000;\"> !<\/span><\/p>\n<p>For the user, a most important thing to know for your country\/ISP is the PVC number (Permanent Virtual Circuit), which for BT in the UK is\u00a00\/38.<\/p>\n<p>Note the similar features as linux ethernet sub-interfaces are possible also using a decimal point system:<\/p>\n<p>cisco877# <span style=\"color: #0000ff;\">sh interfaces atM 0.?<\/span><br \/>\n<span style=\"color: #ff0000;\">&lt;0-4294967295&gt; ATM interface number<\/span><\/p>\n<p>The section from my working conf that handles dial out settings such as account login details is:<\/p>\n<p><span style=\"color: #ff0000;\">interface Dialer1<\/span><br \/>\n<strong><span style=\"color: #ff0000;\"> ip address negotiated previous<\/span><\/strong><br \/>\n<strong><span style=\"color: #ff0000;\"> ip access-group BLOCKWAN in<\/span><\/strong><br \/>\n<strong><span style=\"color: #ff0000;\"> ip nat outside<\/span><\/strong><br \/>\n<strong><span style=\"color: #ff0000;\"> ip nat enable<\/span><\/strong><br \/>\n<span style=\"color: #ff0000;\"> ip virtual-reassembly<\/span><br \/>\n<strong><span style=\"color: #ff0000;\"> encapsulation ppp<\/span><\/strong><br \/>\n<strong><span style=\"color: #ff0000;\"> dialer pool 1<\/span><\/strong><br \/>\n<strong><span style=\"color: #ff0000;\"> dialer-group 1<\/span><\/strong><br \/>\n<strong><span style=\"color: #ff0000;\"> autodetect encapsulation ppp<\/span><\/strong><br \/>\n<strong><span style=\"color: #ff0000;\"> ppp authentication chap pap callin<\/span><\/strong><br \/>\n<strong><span style=\"color: #ff0000;\"> ppp chap hostname user@plus.net<\/span><\/strong><br \/>\n<strong><span style=\"color: #ff0000;\"> ppp chap password 7 03174F0E10.....<\/span><\/strong><br \/>\n<span style=\"color: #ff0000;\"> ppp ipcp wins request<\/span><br \/>\n<span style=\"color: #ff0000;\"> ppp ipcp mask request<\/span><br \/>\n<span style=\"color: #ff0000;\"> ppp ipcp route default<\/span><br \/>\n<span style=\"color: #ff0000;\"> ppp ipcp address accept<\/span><\/p>\n<p>You can attempt to get the same IP address from your ISP you had at last login:<\/p>\n<p><span style=\"color: #ff0000;\">ip address negotiated previous<\/span><\/p>\n<p>cisco877# <span style=\"color: #0000ff;\">conf t<\/span><\/p>\n<p>cisco877(config)# <span style=\"color: #0000ff;\">interface dialer 1<\/span><\/p>\n<p><span style=\"color: #ffffff;\">cisco<\/span><span style=\"color: #ff0000;\"><span style=\"color: #ffffff;\">877(config-if)#<\/span><span style=\"color: #0000ff;\"> ip address negotiated ?<\/span><br \/>\n<strong>previous<\/strong> IPCP attempts to negotiate previous address assigned<\/span><\/p>\n<p>Let's input these sections line by line - starting in the relevant interface sub directory - to the unit; save the config then connect it to the phone line and see what happens...note the named\u00a0BLOCKWAN ACL has been applied to the interface but is not yet written in the conf! That's is the next Post.<\/p>\n<p>cisco877# <span style=\"color: #0000ff;\">conf t<\/span><\/p>\n<p>cisco877(config)# <span style=\"color: #0000ff;\">interface dialer 1<\/span><\/p>\n<p>cisco877(config-if)#\u00a0<span style=\"color: #0000ff;\">ip address negotiated previous<\/span><br \/>\n<span style=\"color: #0000ff;\">ip access-group BLOCKWAN in<\/span><br \/>\n<span style=\"color: #0000ff;\"> ip nat outside<\/span><br \/>\n<span style=\"color: #0000ff;\"> ip nat enable<\/span><br \/>\n<span style=\"color: #0000ff;\"> ip virtual-reassembly<\/span><br \/>\n<span style=\"color: #0000ff;\"> encapsulation ppp<\/span><br \/>\n<span style=\"color: #0000ff;\"> dialer pool 1<\/span><br \/>\n<span style=\"color: #0000ff;\"> dialer-group 1<\/span><br \/>\n<span style=\"color: #0000ff;\"> autodetect encapsulation ppp<\/span><br \/>\n<span style=\"color: #0000ff;\"> ppp authentication chap pap callin<\/span><br \/>\n<span style=\"color: #0000ff;\"> ppp chap hostname user@plus.net<\/span><br \/>\n<span style=\"color: #0000ff;\"> ppp chap password 7 03174F0E100A244A4210090243<\/span><br \/>\n<span style=\"color: #0000ff;\"> ppp ipcp wins request<\/span><br \/>\n<span style=\"color: #0000ff;\"> ppp ipcp mask request<\/span><br \/>\n<span style=\"color: #0000ff;\"> ppp ipcp route default<\/span><br \/>\n<span style=\"color: #0000ff;\"> ppp ipcp address accept<\/span><\/p>\n<p>Now for the ATM sections:<\/p>\n<p>cisco877(config-if)#<span style=\"color: #0000ff;\"> exit<\/span><\/p>\n<p>cisco877(config)#<span style=\"color: #0000ff;\">interface ATM0<\/span><br \/>\n<span style=\"color: #0000ff;\"> ip nat outside<\/span><br \/>\n<span style=\"color: #0000ff;\"> ip virtual-reassembly<\/span><br \/>\n<span style=\"color: #0000ff;\"> logging event atm pvc state<\/span><br \/>\n<span style=\"color: #0000ff;\"> logging event atm pvc autoppp<\/span><br \/>\n<span style=\"color: #0000ff;\"> no atm ilmi-keepalive<\/span><br \/>\n<span style=\"color: #0000ff;\"> dsl operating-mode auto adsl2 adsl2+ <\/span><br \/>\n<span style=\"color: #0000ff;\"> dsl enable-training-log<\/span><\/p>\n<p>cisco877(config-if)# <span style=\"color: #0000ff;\">interface ATM0.1 point-to-point<\/span><br \/>\ncisco877(config-subif)#\u00a0<span style=\"color: #0000ff;\">ip address dhcp<\/span><br \/>\n<span style=\"color: #0000ff;\"> ip nat outside<\/span><br \/>\n<span style=\"color: #0000ff;\"> ip virtual-reassembly<\/span><br \/>\n<span style=\"color: #0000ff;\"> no snmp trap link-status<\/span><br \/>\n<span style=\"color: #0000ff;\"> atm route-bridged ip<\/span><br \/>\n<span style=\"color: #0000ff;\"> atm pppatm link reset<\/span><br \/>\n<span style=\"color: #0000ff;\"> pvc 0\/38<\/span><br \/>\n<span style=\"color: #0000ff;\">encapsulation aal5snap<\/span><br \/>\n<span style=\"color: #0000ff;\"> protocol ppp dialer<\/span><br \/>\n<span style=\"color: #0000ff;\"> dialer pool-member 1<\/span><br \/>\n<span style=\"color: #0000ff;\"> ip addr inarp<\/span><\/p>\n<p>cisco877(config-if-atm-vc)# <span style=\"color: #0000ff;\">end<\/span><\/p>\n<p>Save the config:<\/p>\n<p>cisco877# <span style=\"color: #0000ff;\">copy running-config startup-config<\/span><\/p>\n<p><span style=\"color: #ff0000;\">Destination filename [startup-config]? <\/span><br \/>\n<span style=\"color: #ff0000;\">Building configuration...<\/span><br \/>\n<span style=\"color: #ff0000;\">[OK]<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><strong>AND NOW - For the MOST COMMON CISCO FAULT...!!!<\/strong><\/p>\n<p><strong>The user forgetting to enable the interfaces!!!<\/strong><\/p>\n<p>cisco877(config)#<span style=\"color: #0000ff;\"> interface atM 0\u00a0<\/span><\/p>\n<p>cisco877(config-if)# <strong><span style=\"color: #0000ff;\">no shutdown<\/span><\/strong><\/p>\n<p>cisco877(config)# <span style=\"color: #0000ff;\">interface dialer 1<\/span><\/p>\n<p>cisco877(config-if)# <strong><span style=\"color: #0000ff;\">no shutdown<\/span><\/strong><\/p>\n<p>Now plug the 877 ADSL port into the phone line, listen for the relays to click and watch for WAN connections:<\/p>\n<p><iframe loading=\"lazy\" title=\"cisco 877 atm0 up\" width=\"1778\" height=\"1000\" src=\"https:\/\/www.youtube.com\/embed\/l2TFRD2pric?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/p>\n<p>To view atm0 line stats when <span style=\"color: #0000ff;\">dsl enable-training-log<\/span>\u00a0is enabled:<\/p>\n<p>cisco877# <span style=\"color: #0000ff;\">sh dsl interface aTM 0<\/span><\/p>\n<p>DS Channel1 DS Channel0 US Channel1 US Channel0<br \/>\n<span style=\"color: #ff0000;\">Speed<\/span> (<span style=\"color: #ff0000;\">kbps<\/span>): 0 <strong><span style=\"color: #ff0000;\">12089<\/span><\/strong> 0 1131<\/p>\n<p>To prove an ISP connection has been made, my static\u00a0IP address has been allocated to Dialer1 - which of course, I have to hide, and Internet Protocol Control Protocol (IPCP) is up on that interface:<\/p>\n<p>cisco877# <span style=\"color: #0000ff;\">sh ip interface brief<\/span><br \/>\n<span style=\"color: #ff0000;\">Interface IP-Address OK? Method Status Protocol<\/span><br \/>\n<span style=\"color: #ff0000;\">FastEthernet0 unassigned YES unset up up <\/span><br \/>\n<span style=\"color: #ff0000;\">FastEthernet1 unassigned YES unset up down <\/span><br \/>\n<span style=\"color: #ff0000;\">FastEthernet2 unassigned YES unset up down <\/span><br \/>\n<span style=\"color: #ff0000;\">FastEthernet3 unassigned YES unset up down <\/span><br \/>\n<span style=\"color: #ff0000;\">Dot11Radio0 unassigned YES NVRAM administratively down down <\/span><br \/>\n<span style=\"color: #ff0000;\">ATM0 unassigned YES NVRAM up up <\/span><br \/>\n<span style=\"color: #ff0000;\">ATM0.1 unassigned YES DHCP up up <\/span><br \/>\n<span style=\"color: #ff0000;\">Vlan1 192.168.1.100 YES NVRAM up up <\/span><br \/>\n<span style=\"color: #ff0000;\">NVI0 unassigned NO unset up up <\/span><br \/>\n<span style=\"color: #ff0000;\"><strong>Dialer1 x.x.x.x YES IPCP up up <\/strong><\/span><br \/>\n<span style=\"color: #ff0000;\">Virtual-Access1 unassigned YES unset up up <\/span><br \/>\n<span style=\"color: #ff0000;\">Virtual-Access2 unassigned YES unset up up<\/span><\/p>\n<p>I cannot use the unit fully at this point for Web access as no Default Gateway, NAT, DNS, LAN DHCP server or ACLs have been set, so no traffic can be sent or received.<\/p>\n<p><strong>Summary Conf with LAN and WAN connections set only and non\u00a0bold Cisco auto added functions:<\/strong><\/p>\n<p><span style=\"color: #ff0000;\">!<\/span><br \/>\n<span style=\"color: #ff0000;\">version 12.4<\/span><br \/>\n<span style=\"color: #ff0000;\">no service pad<\/span><br \/>\n<span style=\"color: #ff0000;\">service timestamps debug datetime msec<\/span><br \/>\n<span style=\"color: #ff0000;\">service timestamps log datetime msec<\/span><br \/>\n<strong><span style=\"color: #ff0000;\">service password-encryption<\/span><\/strong><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<strong><span style=\"color: #ff0000;\">hostname cisco877<\/span><\/strong><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<span style=\"color: #ff0000;\">boot-start-marker<\/span><br \/>\n<span style=\"color: #ff0000;\">boot-end-marker<\/span><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<strong><span style=\"color: #ff0000;\">enable secret 5 $1$e\/g3$ceiyt\/4dt\/GK9gSm7vbkN.<\/span><\/strong><br \/>\n<strong><span style=\"color: #ff0000;\">enable password 7 03145404161F2E435E<\/span><\/strong><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<span style=\"color: #ff0000;\">no aaa new-model<\/span><br \/>\n<span style=\"color: #ff0000;\">no ip routing<\/span><br \/>\n<span style=\"color: #ff0000;\">no ip cef<\/span><br \/>\n<span style=\"color: #ff0000;\">!<\/span><\/p>\n<p><span style=\"color: #ff0000;\">multilink bundle-name authenticated<\/span><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<strong><span style=\"color: #ff0000;\">interface ATM0<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> no ip address<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> ip nat outside<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> ip virtual-reassembly<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> no ip route-cache<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> logging event atm pvc state<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> logging event atm pvc autoppp<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> no atm ilmi-keepalive<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> dsl operating-mode auto adsl2 adsl2+ <\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> dsl enable-training-log<\/span><\/strong><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<strong><span style=\"color: #ff0000;\">interface ATM0.1 point-to-point<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> ip address dhcp<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> ip nat outside<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> ip virtual-reassembly<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> no ip route-cache<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> no snmp trap link-status<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> atm route-bridged ip<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> atm pppatm link reset<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> pvc 0\/38 <\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> encapsulation aal5snap<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> protocol ppp dialer<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> dialer pool-member 1<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> ip addr inarp<\/span><\/strong><br \/>\n<span style=\"color: #ff0000;\"> !<\/span><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<span style=\"color: #ff0000;\">interface FastEthernet0<\/span><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<span style=\"color: #ff0000;\">interface FastEthernet1<\/span><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<span style=\"color: #ff0000;\">interface FastEthernet2<\/span><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<span style=\"color: #ff0000;\">interface FastEthernet3! <\/span><br \/>\n<span style=\"color: #ff0000;\">interface Dot11Radio0<\/span><br \/>\n<span style=\"color: #ff0000;\"> no ip address<\/span><br \/>\n<span style=\"color: #ff0000;\"> no ip route-cache<\/span><br \/>\n<span style=\"color: #ff0000;\"> shutdown<\/span><br \/>\n<span style=\"color: #ff0000;\"> speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0<\/span><br \/>\n<span style=\"color: #ff0000;\"> station-role root<\/span><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<strong><span style=\"color: #ff0000;\">interface Vlan1<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> ip address 192.168.1.100 255.255.255.0<\/span><\/strong><br \/>\n<span style=\"color: #ff0000;\"> no ip route-cache<\/span><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<strong><span style=\"color: #ff0000;\">interface Dialer1<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> ip address negotiated previous<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> ip nat outside<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> ip virtual-reassembly<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> encapsulation ppp<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> dialer pool 1<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> dialer-group 1<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> autodetect encapsulation ppp<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> ppp authentication chap pap callin<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> ppp chap hostname user@plus.net<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> ppp chap password 7 071C3549580C1C031B0B1B0B50<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> ppp ipcp wins request<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> ppp ipcp mask request<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> ppp ipcp route default<\/span><\/strong><br \/>\n<strong> <span style=\"color: #ff0000;\"> ppp ipcp address accept<\/span><\/strong><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<span style=\"color: #ff0000;\">no ip http server<\/span><br \/>\n<span style=\"color: #ff0000;\">no ip http secure-server<\/span><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<span style=\"color: #ff0000;\">snmp-server community public RO<\/span><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<span style=\"color: #ff0000;\">control-plane<\/span><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<span style=\"color: #ff0000;\">line con 0<\/span><br \/>\n<span style=\"color: #ff0000;\"> no modem enable<\/span><br \/>\n<span style=\"color: #ff0000;\">line aux 0<\/span><br \/>\n<span style=\"color: #ff0000;\">line vty 0 4<\/span><br \/>\n<strong><span style=\"color: #ff0000;\">password 7 051B090031<\/span><\/strong><br \/>\n<span style=\"color: #ff0000;\"> login<\/span><br \/>\n<span style=\"color: #ff0000;\">!<\/span><br \/>\n<span style=\"color: #ff0000;\">scheduler max-task-time 5000<\/span><br \/>\n<span style=\"color: #ff0000;\">end<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_5914\" class=\"pvc_stats all  \" data-element-id=\"5914\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/stevepedwards.today\/DebianAdmin\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n<p>I can't write this Post to WP as I go because I don't have 2 phone lines to use (!!), so I won't have a working internet connection for LAN access via the Cisco until many\u00a0sections\u00a0are set up fully. Below, I add the minimum\u00a0needed key sections of the config file that enable WAN connectivity only <a href=\"https:\/\/stevepedwards.today\/DebianAdmin\/cisco-setup-adsl-connection-wan\/\" class=\"more-link\">...<span class=\"screen-reader-text\">\u00a0 Cisco Setup ADSL Connection (WAN)<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-5914","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"a3_pvc":{"activated":true,"total_views":1,"today_views":0},"_links":{"self":[{"href":"https:\/\/stevepedwards.today\/DebianAdmin\/wp-json\/wp\/v2\/posts\/5914","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stevepedwards.today\/DebianAdmin\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/stevepedwards.today\/DebianAdmin\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/stevepedwards.today\/DebianAdmin\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/stevepedwards.today\/DebianAdmin\/wp-json\/wp\/v2\/comments?post=5914"}],"version-history":[{"count":0,"href":"https:\/\/stevepedwards.today\/DebianAdmin\/wp-json\/wp\/v2\/posts\/5914\/revisions"}],"wp:attachment":[{"href":"https:\/\/stevepedwards.today\/DebianAdmin\/wp-json\/wp\/v2\/media?parent=5914"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/stevepedwards.today\/DebianAdmin\/wp-json\/wp\/v2\/categories?post=5914"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/stevepedwards.today\/DebianAdmin\/wp-json\/wp\/v2\/tags?post=5914"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}