Hi chaps, thanks for the responses.
Here is the output from show ip interface brief
Interface IP-Address OK? Method Status Protocol
ATM0 unassigned YES NVRAM down down
Dialer1 unassigned YES NVRAM up up
Ethernet0 192.168.10.1 YES NVRAM up up
FastEthernet1 unassigned YES unset down down
FastEthernet2 unassigned YES unset down down
FastEthernet3 unassigned YES unset down down
FastEthernet4 unassigned YES unset down down
Virtual-Access1 unassigned YES unset up up
Virtual-Access2 unassigned YES unset down down
It was BT themselves who told me that there is no password, i didnt want to grill the guy too much as he got lost on the term "subnet mask". It doesnt look like im getting an IP address, but before I ring BT and rip strips off them, my config is below...
Building configuration...
Current configuration : 2308 bytes
!
version 12.3
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 secret 5 $1$34O9$2/5dkZRf.kROOAFC8.rMT/
!
username netcon password 0 llimte26
no aaa new-model
ip subnet-zero
!
!
ip dhcp excluded-address 192.168.10.1 192.168.10.20
!
ip dhcp pool LANDHCP
network 192.168.10.0 255.255.255.0
default-router 192.168.10.1
ip ips po max-events 100
no ftp-server write-enable
interface Ethernet0
ip address 192.168.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly
no ip route-cache
no ip mroute-cache
hold-queue 100 out
interface ATM0
no ip address
ip route-cache flow
no atm ilmi-keepalive
dsl operating-mode auto
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
interface FastEthernet1
no ip address
duplex auto
speed auto
interface FastEthernet2
no ip address
duplex auto
speed auto
interface FastEthernet3
no ip address
duplex auto
speed auto
interface FastEthernet4
no ip address
duplex auto
speed auto
interface Dialer1
description ADSL Internet Port
ip address negotiated
ip access-group 102 in
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip route-cache flow
dialer pool 1
dialer-group 1
ppp authentication chap callin
ppp chap hostname ****************
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip http server
no ip http secure-server
ip nat inside source list 103 interface Dialer1 overload
access-list 101 remark PERMITTED INBOUND INTERNET TRAFFIC
access-list 101 permit tcp any any eq smtp
access-list 101 permit icmp any any
access-list 101 deny ip any any
access-list 102 permit ip any any
access-list 102 permit icmp any any
access-list 103 permit ip 192.168.10.0 0.0.0.255 any
access-list 103 permit ip any 192.168.10.0 0.0.0.255
access-list 103 permit icmp any any
access-list 103 permit ip any any
dialer-list 1 protocol ip permit
control-plane
line con 0
no modem enable
transport preferred all
transport output all
line aux 0
transport preferred all
transport output all
line vty 0 4
password llimte26
login
transport preferred all
transport input all
transport output all
scheduler max-task-time 5000
end
Thank you for your help
Jim