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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ISDN Callback

Status
Not open for further replies.

Saeed42

ISP
Jul 4, 2001
147
0
0
I'm trying to set up an ISDN callback, but I have this little problem that is doing my head in, I can make a connection from the callback router (Callback-Server) to the client, but every time the client dials into the callback server it can't establish a connection, I've tried everything and I can't seem to figure out what is missing, I can see the line coming in but nothing else, I've tried debuging the authentication, negotiation, ISDN events, q921 and q931, so your help would be nice and greatly appreciated as usual. The 2 configs are shown below

hostname Callback-Server
!
!
username Callback-Server password 0 password
username callback-client password 0 password
!
ip subnet-zero
!
isdn switch-type basic-net3
!
!
process-max-time 200
!
interface Ethernet0
no ip address
no ip directed-broadcast
shutdown
!
interface BRI0
no ip address
no ip directed-broadcast
encapsulation ppp
dialer rotary-group 1
isdn switch-type basic-net3
!
interface Dialer1
ip address 192.168.2.1 255.255.255.0
no ip directed-broadcast
encapsulation ppp
dialer in-band
dialer callback-secure
dialer enable-timeout 2
dialer map ip 192.168.2.5 name bsg class dial1 02087859999
dialer-group 1
ppp callback accept
ppp authentication chap
!
no ip http server
no ip classless
ip route 192.168.2.0 255.255.255.0 192.168.2.5
!
!
map-class dialer dial1
dialer-list 1 protocol ip permit


~~~~~~~~~~~~~~~~~~~~Client Router~~~~~~~~~~~~~~~~~~~~~~~~~~~

username Callback-Server password 0 password
username callback-client password 0 password
ip subnet-zero
!
no ip finger
no ip dhcp-client network-discovery
isdn switch-type basic-net3
!
!
!
interface Ethernet0
ip address 192.168.3.1 255.255.255.0
!
interface BRI0
ip address 192.168.2.5 255.255.255.0
encapsulation ppp
dialer map ip 192.168.2.1 name cpe 02087851234
dialer-group 1
isdn switch-type basic-net3
ppp callback request
ppp authentication chap
!
no ip http server
ip classless
ip route 192.168.2.0 255.255.255.0 192.168.2.1
!
dialer-list 1 protocol ip permit
!
 
any ideas

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Don't be content with being average. Average is a close to the bottom as it is to the top
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Hi Saeed42.

Try to do it like this.

int dialer 1
dialer map ip 192.168.2.2 name "name" class dialer1 "number"
ppp callback accept



map-class dialer dialer1
dialer callback-server username
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top