cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
739
Views
0
Helpful
1
Replies

What have I done wrong Cisco 837???

Infiltratr
Level 1
Level 1

Hi All

I have this config below and I can't figure out what I have done wrong with it.

I believe it is connecting to the internet. I know the 4 ethernet ports can talk to each other, but id dosn't seem that the adsl can talk through to the ethernet?
Maybe it isn't connecting to the net and I just think it is....

Current configuration : 6264 bytes
!

version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
service internal
!

hostname hostname
!

boot-start-marker
boot-end-marker
!

logging queue-limit 1000
logging buffered 100000 debugging
logging reload alerts
logging rate-limit console 20
enable secret 5 nopienope
!

no aaa new-model
clock timezone AEST 10
clock summer-time AEDST recurring last Sun Oct 0:01 last Sun Mar 0:01
!

!
!

!
no ip cef
ip name-server 203.21.20.20
ip name-server 203.10.1.9
ip inspect name myfw cuseeme timeout 3600
ip inspect name myfw ftp timeout 3600
ip inspect name myfw rcmd timeout 3600
ip inspect name myfw realaudio timeout 3600
ip inspect name myfw smtp timeout 3600
ip inspect name myfw tftp timeout 30
ip inspect name myfw udp timeout 15
ip inspect name myfw tcp timeout 3600
ip inspect name myfw h323 timeout 3600
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!

!
crypto pki trustpoint TP-self-signed-xxxxx
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-xxxxx
revocation-check none
rsakeypair TP-self-signed-xxxxx
!

!
crypto pki certificate chain TP-self-signed-xxxxx
certificate self-signed 01
blah blah
quit
username admin privilege 15 password 7 nopienope
archive
log config
hidekeys
!

!
!

!
!

!
interface Ethernet0
description Connected to Local Network
ip address 192.168.15.1 255.255.255.0
no ip proxy-arp
ip nat inside
ip virtual-reassembly
ip route-cache flow
hold-queue 100 out
!

interface Ethernet2
no ip address
shutdown
hold-queue 100 out
!

interface ATM0
description Connected to ADSL Wan Circuit
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
dsl noise-margin 3
pvc 8/35
encapsulation aal5snap
pppoe-client dial-pool-number 1
!
!

interface FastEthernet1
duplex auto
speed auto
!

interface FastEthernet2
duplex auto
speed auto
!

interface FastEthernet3
duplex auto
speed auto
!

interface FastEthernet4
duplex auto
speed auto
!

interface Dialer1
description Connected to ADSL Circuit
ip address negotiated
ip access-group 111 in
no ip redirects
no ip unreachables
ip mtu 1492
ip nat outside
ip inspect myfw out
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer idle-timeout 0
dialer persistent
ppp authentication chap callin
ppp chap hostname
ppp chap password 7 nopienope
ppp pap sent-username password 7 nopienope
ppp ipcp dns request
ppp ipcp route default
!

ip forward-protocol nd
!

ip http server
ip http secure-server
ip dns server
!

ip nat inside source list 1 interface Dialer1 overload
ip nat inside source static udp 192.168.15.2 53 interface Dialer1 53
ip nat inside source static tcp 192.168.15.2 58249 interface Dialer1 58249
ip nat inside source static tcp 192.168.15.2 3389 interface Dialer1 3389
ip nat inside source static tcp 192.168.15.2 53 interface Dialer1 53
ip nat inside source static tcp 192.168.15.2 80 interface Dialer1 80
ip nat inside source static tcp 192.168.15.2 25 interface Dialer1 25
!

access-list 1 permit 192.168.15.0 0.0.0.255
access-list 111 permit tcp any any eq smtp
access-list 111 permit tcp any any eq www
access-list 111 permit tcp any any eq domain
access-list 111 permit tcp any any eq 3389
access-list 111 permit tcp any any eq 58249
access-list 111 permit udp any any eq domain
access-list 111 permit udp any any eq 25
access-list 111 permit udp any any eq 80
access-list 111 permit icmp any any administratively-prohibited
access-list 111 permit icmp any any echo
access-list 111 permit icmp any any echo-reply
access-list 111 permit icmp any any packet-too-big
access-list 111 permit icmp any any time-exceeded
access-list 111 permit icmp any any traceroute
access-list 111 permit icmp any any unreachable
access-list 111 permit udp any eq bootps any eq bootpc
access-list 111 permit udp any eq bootps any eq bootps
access-list 111 permit udp any eq domain any
access-list 111 permit esp any any
access-list 111 permit udp any any eq isakmp
access-list 111 permit udp any any eq 10000
access-list 111 permit tcp any any eq 1723
access-list 111 permit tcp any any eq 139
access-list 111 permit udp any any eq netbios-ns
access-list 111 permit udp any any eq netbios-dgm
access-list 111 permit gre any any
access-list 111 permit tcp any any eq 123
access-list 111 permit udp any any eq ntp
snmp-server community public RO 1
!

!
!

control-plane
!

banner login ^CCAuthorised users only, all access is logged.^C
!

line con 0
no modem enable
line aux 0
line vty 0 4
password 7 nopienope
login
!

scheduler max-task-time 5000

ntp server 202.173.159.3
end

please help!!!!!

1 Reply 1

sakella
Level 1
Level 1

Please configure a default route so any traffic should be outgoing thru this DSL interface.

Since the router is able ping the internet.  DSL connection is fine.

All  we need is a default route so that all the traffic coming from fast-internet will be forwarded via dsl/atm interface.

if possible remove the NAt statemnet for trouble shooting purpose.

Review Cisco Networking for a $25 gift card