Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 1603 to dial in to ISP

Status
Not open for further replies.

mdijkens

Technical User
Joined
Sep 29, 2002
Messages
1
Location
NL
Looked at router for the first time in my life today, and I already understand .001% ;-)
I got a 1603 ISDN router and want to use that to connect my laptop (10.0.0.5) via ISDN to my ISP. I want the router to be 10.0.0.1 on Ethernet0 and get a IP-address from the ISP on the BRI0.

I currently have the following config:
Current configuration:
!
version 11.1
service config
service timestamps debug datetime msec
service timestamps log datetime msec
service udp-small-servers
service tcp-small-servers
!
hostname i-dijkens
!
enable secret 5
enable password
!
username zonnet password 7 6886834209709
ip subnet-zero
no ip domain-lookup
isdn switch-type basic-net3
!
interface Ethernet0
ip address 10.0.0.1 255.255.255.0
!
interface BRI0
description Zonnet
ip unnumbered Ethernet0
encapsulation ppp
dialer idle-timeout 150
dialer string 0676075030
dialer hold-queue 10
dialer load-threshold 70 either
dialer-group 1
no fair-queue
ppp multilink
ppp authentication pap callin
ppp chap hostname zonnet
ppp chap password 7 141A1D191E0D39
ppp pap sent-username zonnet password 7 0006C70987655
!
ip name-server 62.58.50.5
ip name-server 62.58.50.6
ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 BRI0
no logging console
dialer-list 1 protocol ip permit
!
line con 0
exec-timeout 0 0
password
login
line vty 0 4
password
login
!
end

---------------------------------
The ISDN connect seems to be ok, I think I see PAP_ACK going ok and I receive an IP-number from the ISP. I see no errors or warnings in all debug messages, but:
1. I can't ping the server(s) of the ISP
2. The CD and ACT leds of the WIC stay off.

So basically it doesn't work ;-))
Could anyone please give me some direction on how to get this running.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top