I have created the configuration to have a DHCP address from BT and it still does not route. I am exasperated. All I need from the device is the adsl connection and to route everything to my 10.0.0.1 network and vice-versa: I foolishly thought that would be simple.
I enclose the running config
ProCurveSR7102dl#show running-config
Building configuration...
!
!
! ProCurve Secure Router 7102dl SROS version J06.06
! Boot ROM version J06.06
! Platform: ProCurve Secure Router 7102dl, part number J8752A
! Serial number US514TR215
! Flash: 33554432 bytes DRAM: 134217727 bytes
! Date/Time: Mon Sep 29 2008, 18:13:33 CEST
hostname "ProCurveSR7102dl"
no enable password
clock timezone +1-Amsterdam
ip subnet-zero
ip classless
ip routing
event-history on
no logging forwarding
no logging email
logging email priority-level info
no service password-encryption
username "****" password "****"
no ip firewall alg msn
no ip firewall alg h323
no autosynch-mode
no safe-mode
interface eth 0/1
ip address 10.0.0.1 255.255.255.0
no shutdown
interface eth 0/2
no ip address
shutdown
interface adsl 1/1
no shutdown
interface atm 1 point-to-point
no shutdown
bind 1 adsl 1/1 atm 1
interface atm 1.2 point-to-point
no shutdown
pvc 0/38
no ip address
fair-queue
interface ppp 2
ip address negotiated no-default
no fair-queue
ppp chap hostname -------
ppp chap password -------
no shutdown
bind 3 atm 1.2 ppp 2
ip route 0.0.0.0 0.0.0.0 ppp 2
no ip tftp server
no ip tftp server overwrite
ip http server
no ip http secure-server
no ip snmp agent
no ip ftp server
ip ftp server default-filesystem flash
no ip scp server
no ip sntp server
ip sip
ip sip proxy
line con 0
no login
line telnet 0 4
login
no shutdown
line ssh 0 4
login local-userlist
no shutdown
end
ProCurveSR7102dl#