Does anyone have a working config for this setup, I configured using the BT instructions but still no internet, I have tried various solutions from the forums but still no internet or ability to ping outside networks. I have in vain tried to get the latest BT firmware for the router but no joy so far.
Thanks in advance
Lee
Solved! Go to Solution.
Final build
User Access Verification
Password:
Router>enable
Password:
Router#sh config
Using 1901 out of 262136 bytes
!
! Last configuration change at 13:24:28 UTC Mon Apr 29 2013
!
version 15.1
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
enable password *********
!
no aaa new-model
memory-size iomem 10
crypto pki token default removal timeout 0
!
!
ip source-route
!
!
!
ip dhcp excluded-address 192.168.1.9
!
ip dhcp pool sdm-pool
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.9
dns-server 62.6.40.178 62.6.40.162
lease 0 2
!
!
ip cef
ip name-server 62.6.40.178
ip name-server 62.6.40.162
no ipv6 cef
!
!
license udi pid CISCO887VA-M-K9 sn FCZ1513C57J
!
!
!
!
!
!
controller VDSL 0
!
!
!
!
!
!
!
!
interface Ethernet0
no ip address
shutdown
no fair-queue
!
interface ATM0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
no atm ilmi-keepalive
!
interface ATM0.1 point-to-point
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface FastEthernet0
description Ethernet
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
ip address 192.168.1.9 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface Dialer0
ip address negotiated
ip mtu 1492
ip nat outside
ip virtual-reassembly in
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap callin
ppp chap hostname anything@btinternet.com
ppp chap password 0 passwd
no cdp enable
!
ip forward-protocol nd
ip http server
no ip http secure-server
!
ip nat inside source list 101 interface Dialer0 overload
ip route 0.0.0.0 0.0.0.0 Dialer0
!
logging esm config
access-list 101 permit ip 192.168.1.0 0.0.0.255 any
!
!
!
!
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
password *******
login
transport input all
!
end
What would I do without the forum
Thanks