Link to home
Start Free TrialLog in
Avatar of CCS-EE
CCS-EE

asked on

Soho 97 (837) Cisco

Hi all,

I think I am missing something really obvoius but after 2 days of searching I can't see what it is for the life of me.

All I am trying to do is access the internet.

I can happyly <sp> ping the internet from the router but any connected machine is having none of it

can anybody see anything blindingly wrong.

I have created access lists allowing all traffic

access-list 1 permit any

and extended lists but nothing seems to work

I have tried using the router as a DHCP server and setting the ipaddress etc...etc... manually

Clients are windows XP RTM (no service pack),SP1 and SP2

version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ADSL-TEST
!
!
ip subnet-zero
!
ip ssh break-string
no aaa new-model
!
!
!
!
!
!
interface Ethernet0
 ip address 10.42.100.1 255.255.255.0
 shutdown
 hold-queue 100 out
!
interface ATM0
 no ip address
 shutdown
 atm vc-per-vp 64
 no atm ilmi-keepalive
 pvc 0/38
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
 !
 dsl operating-mode auto
 dsl power-cutback 15
!
interface Dialer1
 ip address negotiated
 encapsulation ppp
 dialer pool 1
 dialer-group 1
 ppp chap hostname <<USERNAME>>
 ppp chap password <<PASSWORD>>
 hold-queue 224 in
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
no ip http secure-server
!
dialer-list 1 protocol ip permit
!
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
 login
 transport preferred all
 transport input all
 transport output all
!
scheduler max-task-time 5000
!
end
ASKER CERTIFIED SOLUTION
Avatar of CajunBill
CajunBill

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial