Hi,
Having tried the BT supplied 2 Wire ADSL Router and not getting on all that well with it, I've been trying to configure my BT Business Broadband to work with a Cisco 857 Integrated Service Router - the one without the WiFi if it matters. The BT service is the one with the 8 static IP addresses.
With the config listed below the router comes up and the CD and PPP lights come on, I can even ping a well known address (212.58.246.94 - a bbc server), and although the first ping always fails pings 2-4 get responded to (rather odd I thought) - this is pinging from the PC being used to configure the router.
But I can't browse to any named websites using DNS, or entering an IP address.
Here's the config. Any thoughts appreciated. Thanks Geoff.
show config
Using 4232 out of 131072 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname yourname
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no aaa new-model
!
crypto pki trustpoint TP-self-signed-3429188023
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-3429188023
revocation-check none
rsakeypair TP-self-signed-3429188023
!
!
crypto pki certificate chain TP-self-signed-3429188023
certificate self-signed 01 nvram:IOS-Self-Sig#7.cer
dot11 syslog
no ip dhcp use vrf connected
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool ccp-pool
import all
network 10.10.10.0 255.255.255.248
default-router 10.10.10.1
lease 0 2
!
!
ip cef
ip domain name yourdomain.com
ip name-server 194.72.9.34
ip name-server 194.72.0.98
!
!
!
username **** privilege 15 secret 5 $1$UOsN$pdeMNm4xK9Lkl56jMMSHU/
!
!
archive
log config
hidekeys
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
description $ES_WAN$
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$
ip address 10.10.10.1 255.255.255.248
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1452
!
interface Dialer0
ip address 217.37.***.** 255.255.255.248
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication chap pap callin
ppp chap hostname *******@hg43.btclick.com
ppp chap password 0 ********
ppp pap sent-username *******@hg43.btclick.com password 0 ********
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat inside source list 100 interface Dialer0 overload
!
access-list 23 permit 10.10.10.0 0.0.0.7
access-list 100 remark CCP_ACL Category=2
access-list 100 permit ip 10.10.10.0 0.0.0.7 any
dialer-list 1 protocol ip permit
no cdp run
!
control-plane
!
!
line con 0
login local
no modem enable
line aux 0
line vty 0 4
access-class 23 in
privilege level 15
login local
transport input telnet ssh
!
scheduler max-task-time 5000
end