Toon posts:

[CISCO] isdn callback probleem

Pagina: 1
Acties:

Verwijderd

Topicstarter
Hallo,

Op mijn Router heb ik een ISDN (BRI) geconfigureerd. Ik krijg het alleen niet voor elkaar om hem (de Router) naar mijn Windows 2000 computer te laten terugbellen.

Daarnaast, iets minder belangrijk maar toch, wordt verkeer vanaf de ISDN verbinding wel naar E0 gerouteer, maar niet naar E1 (interface ip is niet te pingen vanaf client pc) enig idee hoe dit komt?
Vanaf E0 wordt WEL goed gerouteerd naar ALLE interfaces!

(Cisco 1605R)

Hierbij de config;
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
Current configuration : 3707 bytes
!
! Last configuration change at 20:01:40 GMT Sat Jul 20 2002 by admin
! NVRAM config last updated at 19:35:11 GMT Sat Jul 20 2002 by admin
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname rtr1600inet
!
boot system flash
boot system rom
logging buffered 4096 debugging
aaa new-model
aaa authentication login default local
aaa authentication ppp default local
enable secret 5 <PASSWORD>
!
username admin password 7 <PASSWORD>
username isdncall callback-dialstring "" password 7 <PASSWORD>
username isdncall2 callback-dialstring 1234567890 password 7 <PASSWORD>
!
!
!
!
clock timezone GMT 1
ip subnet-zero
ip domain-name test.internal.itn
ip name-server 10.0.0.2
!
no ip bootp server
async-bootp dns-server 10.0.0.2
isdn switch-type basic-net3
!
!
!
interface Loopback0
 ip address 192.168.1.1 255.255.255.255
!
interface Ethernet0
 description Localnetwork (nat-enabled) 10.0.0.0
 ip address 10.0.0.3 255.255.255.0
 ip nat inside
!
interface Ethernet1
 description Internetwork (nat-outside) VLAN1
 ip address 80.1.1.1 255.255.255.0
 ip nat outside
!
interface BRI0
 ip address 192.168.0.1 255.255.255.0
 ip nat inside
 encapsulation ppp
 dialer enable-timeout 2
 dialer-group 1
 isdn switch-type basic-net3
 isdn answer1 012345678
 peer default ip address pool RAS
 compress mppc
 ppp callback accept
 ppp authentication ms-chap
!
ip local pool RAS 192.168.0.5 192.168.0.25
ip nat inside source list 3 interface BRI0 overload
ip nat inside source list 8 interface Ethernet1 overload
ip nat inside source static tcp 10.0.0.1 80 80.1.1.1 80 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 80.1.1.2
ip route 80.112.0.0 255.255.0.0 80.1.1.3
ip route 80.113.0.0 255.255.0.0 80.1.1.3
ip route 80.114.0.0 255.255.0.0 80.1.1.3
ip route 80.115.0.0 255.255.0.0 80.1.1.3
ip route 212.178.0.0 255.255.0.0 80.1.1.3
no ip http server
!
access-list 1 permit 10.0.0.2
access-list 1 permit 192.168.0.0 0.0.0.255
access-list 2 permit 10.0.0.2
access-list 3 permit 192.168.0.0 0.0.255.255
access-list 8 permit 10.0.0.0 0.255.255.255
dialer-list 1 protocol ip permit
snmp-server community public RO 2
banner motd ^C
+--------------------------------------------+
| rtr1600inet.test.internal.itn       |
|                             |
| No Unauthorised Access.             |
|                             |
| No Hackers, Phreaks, Crackers or so called |
| security experts allowed.         |
|                             |
| For comments and support, please call |
|                             |
|                             |
+--------------------------------------------+^C
!
line con 0
 password 7 <PASSWORD>
line vty 0 4
 access-class 1 in
 password 7 <PASSWORD>
!
ntp broadcastdelay 20
ntp clock-period 17042147
ntp server 80.112.17.5
ntp server 212.178.25.5
end

en de show ver
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Cisco Internetwork Operating System Software
IOS (tm) 1600 Software (C1600-SY-M), Version 12.1(15), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2002 by cisco Systems, Inc.
Compiled Mon 13-May-02 15:33 by kellythw
Image text-base: 0x02005000, data-base: 0x02759E28

ROM: System Bootstrap, Version 12.0(3)T, RELEASE SOFTWARE (fc1)
ROM: 1600 Software (C1600-RBOOT-R), Version 12.0(3)T,  RELEASE SOFTWARE (fc1)

rtr1600inet uptime is 3 hours, 59 minutes
System returned to ROM by reload at 16:47:08 GMT Sat Jul 20 2002
System restarted at 16:49:21 GMT Sat Jul 20 2002
System image file is "flash:c1600.bin"

cisco 1605 (68360) processor (revision C) with 11776K/512K bytes of memory.
Processor board ID 23377807, with hardware revision 00000003
Bridging software.
X.25 software, Version 3.0.0.
Basic Rate ISDN software, Version 1.1.
2 Ethernet/IEEE 802.3 interface(s)
1 ISDN Basic Rate interface(s)
System/IO memory with parity disabled
8192K bytes of DRAM onboard 4096K bytes of DRAM on SIMM
System running from RAM

Bedankt voor het medenken :)

Roeland

  • kell.nl
  • Registratie: Januari 2002
  • Laatst online: 27-09-2023

kell.nl

Fizzgig's evil twin

Lukt het wel om in te bellen zonder callback?
En heb je al wat ge-debugged?
Bijvoorbeeld:

debug callback
debug isdn events
debug ppp events
debug aaa authentication

Dan vind je tenminste waarom het inbellen niet lukt.

Een mogelijkheid:
zet dialer enable-timeout wat hoger.
Je hebt hem nu op 2 secs staan, maar windows is dan vaak nog niet klaar om de oproep te ontvangen.
En aangezien je geen retry hebt, kan het goed zijn dat de router het al heeft opgegeven voordat je win2000 machine klaar is om de oproep te ontvangen.

En als je er nog niet uitkomt, post dan hier eens de output van de debug (van 1 keer proberen)

Verwijderd

Topicstarter
Het inbellen gaat opzich goed, maar windows geeft niet eens de optie om terug te bellen. Verbinden zonder callback geeft geen probleem. (Behalve die externe routering naar internet)

Hierbijde de debugging; {ISDN} {CALLBACK}
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
Jul 21 09:20:45: ISDN BR0: L1 is IF_ACTIVE
Jul 21 09:20:45: ISDN BR0 EVENT: State = 4, Old State = 4
Jul 21 09:20:45: ISDN BR0: Incoming call id = 0x0020, dsl 0
Jul 21 09:20:45: ISDN BR0: Recvd MPH_EI2_IND from L1
Jul 21 09:20:45: ISDN BR0: Incoming call id = 0x0021, dsl 0
Jul 21 09:20:45: ISDN BR0: received HOST_INCOMING_CALL call_id 0x21
Jul 21 09:20:45: ISDN BR0: HOST_INCOMING_CALL: (non-POTS) DATA
Jul 21 09:20:45: ISDN BR0: HOST_INCOMING_CALL: (1) call_type = DATA
Jul 21 09:20:45: ISDN BR0: HOST_INCOMING_CALL: voice_answer_data = FALSE call type is DATA
Jul 21 09:20:45: ISDN BR0: RM returned call_type 0 resource type 0 response 1
Jul 21 09:20:45: ISDN BR0: isdn_send_connect(): msg 4, call id 0x21, ces 1 bchan 0, call type DATA
Jul 21 09:20:45: %LINK-3-UPDOWN: Interface BRI0:1, changed state to up
Jul 21 09:20:45: BR0:1 PPP: Treating connection as a callin
Jul 21 09:20:45: BR0:1 PPP: Phase is ESTABLISHING, Passive Open
Jul 21 09:20:45: BR0:1 LCP: State is Listen
Jul 21 09:20:45: %ISDN-6-LAYER2UP: Layer 2 for Interface BR0, TEI 81 changed to up
Jul 21 09:20:45: L3: Multi NLCB DL_EST cid 0x21 cr 0xC0 ev 0x81 ces 1 dsl 0
Jul 21 09:20:45: U0_BadMsg: CC_REL_CONF sent cid 0x21 cr 0xC0 ev 0x81 ces 1 dsl 0
Jul 21 09:20:45: ISDN BR0: received HOST_DISCONNECT_ACK call_id 0x21
Jul 21 09:20:45: %ISDN-6-CONNECT: Interface BRI0:1 is now connected to 0123456789
Jul 21 09:20:45: ISDN BR0: HOST_DISCONNECT_ACK: call type is DATA
Jul 21 09:20:45: %LINK-3-UPDOWN: Interface BRI0:1, changed state to down
Jul 21 09:20:45: BR0:1 LCP: State is Closed
Jul 21 09:20:45: BR0:1 PPP: Phase is DOWN
Jul 21 09:20:55: %ISDN-6-LAYER2DOWN: Layer 2 for Interface BR0, TEI 81 changed to down
Jul 21 09:21:15: ISDN BR0: Incoming call id = 0x0022, dsl 0
Jul 21 09:21:15: ISDN BR0: received HOST_INCOMING_CALL call_id 0x22
Jul 21 09:21:15: ISDN BR0: HOST_INCOMING_CALL: (non-POTS) DATA
Jul 21 09:21:15: ISDN BR0: HOST_INCOMING_CALL: (1) call_type = DATA
Jul 21 09:21:15: ISDN BR0: HOST_INCOMING_CALL: voice_answer_data = FALSE call type is DATA
Jul 21 09:21:15: ISDN BR0: RM returned call_type 0 resource type 0 response 1
Jul 21 09:21:16: ISDN BR0: isdn_send_connect(): msg 4, call id 0x22, ces 1 bchan 1, call type DATA
Jul 21 09:21:16: %LINK-3-UPDOWN: Interface BRI0:2, changed state to up
Jul 21 09:21:16: BR0:2 PPP: Treating connection as a callin
Jul 21 09:21:16: BR0:2 PPP: Phase is ESTABLISHING, Passive Open
Jul 21 09:21:16: BR0:2 LCP: State is Listen
Jul 21 09:21:16: %ISDN-6-LAYER2UP: Layer 2 for Interface BR0, TEI 81 changed to up
Jul 21 09:21:16: ISDN BR0: received HOST_CONNECT call_id 0x22
Jul 21 09:21:16: ISDN BR0: Event: Connected to 0123456789 on B2 at 64 Kb/s
Jul 21 09:21:16: BR0:2 LCP: I CONFREQ [Listen] id 0 len 44
Jul 21 09:21:16: BR0:2 LCP:    MagicNumber 0x3BB61970 (0x05063BB61970)
Jul 21 09:21:16: BR0:2 LCP:    PFC (0x0702)
Jul 21 09:21:16: BR0:2 LCP:    ACFC (0x0802)
Jul 21 09:21:16: BR0:2 LCP:    Callback 6  (0x0D0306)
Jul 21 09:21:16: BR0:2 LCP:    MRRU 1614 (0x1104064E)
Jul 21 09:21:16: BR0:2 LCP:    EndpointDisc 1 Local
Jul 21 09:21:16: BR0:2 LCP:     (0x13170191F6ED3CE31841C2BE27200571)
Jul 21 09:21:16: BR0:2 LCP:     (0x1889F100000000)
Jul 21 09:21:16: BR0:2 LCP: O CONFREQ [Listen] id 5 len 15
Jul 21 09:21:16: BR0:2 LCP:    AuthProto MS-CHAP (0x0305C22380)
Jul 21 09:21:16: BR0:2 LCP:    MagicNumber 0x07F2010F (0x050607F2010F)
Jul 21 09:21:16: BR0:2 LCP: O CONFREJ [Listen] id 0 len 8
Jul 21 09:21:16: BR0:2 LCP:    MRRU 1614 (0x1104064E)
Jul 21 09:21:16: BR0:2 LCP: I CONFACK [REQsent] id 5 len 15
Jul 21 09:21:16: BR0:2 LCP:    AuthProto MS-CHAP (0x0305C22380)
Jul 21 09:21:16: BR0:2 LCP:    MagicNumber 0x07F2010F (0x050607F2010F)
Jul 21 09:21:16: BR0:2 LCP: I CONFREQ [ACKrcvd] id 1 len 40
Jul 21 09:21:16: BR0:2 LCP:    MagicNumber 0x3BB61970 (0x05063BB61970)
Jul 21 09:21:16: BR0:2 LCP:    PFC (0x0702)
Jul 21 09:21:16: BR0:2 LCP:    ACFC (0x0802)
Jul 21 09:21:16: BR0:2 LCP:    Callback 6  (0x0D0306)
Jul 21 09:21:16: BR0:2 LCP:    EndpointDisc 1 Local
Jul 21 09:21:16: BR0:2 LCP:     (0x13170191F6ED3CE31841C2BE27200571)
Jul 21 09:21:16: BR0:2 LCP:     (0x1889F100000000)
Jul 21 09:21:16: BR0:2 LCP: O CONFACK [ACKrcvd] id 1 len 40
Jul 21 09:21:16: BR0:2 LCP:    MagicNumber 0x3BB61970 (0x05063BB61970)
Jul 21 09:21:16: BR0:2 LCP:    PFC (0x0702)
Jul 21 09:21:16: BR0:2 LCP:    ACFC (0x0802)
Jul 21 09:21:16: BR0:2 LCP:    Callback 6  (0x0D0306)
Jul 21 09:21:16: BR0:2 LCP:    EndpointDisc 1 Local
Jul 21 09:21:16: BR0:2 LCP:     (0x13170191F6ED3CE31841C2BE27200571)
Jul 21 09:21:16: BR0:2 LCP:     (0x1889F100000000)
Jul 21 09:21:16: BR0:2 LCP: State is Open
Jul 21 09:21:16: BR0:2 PPP: Phase is AUTHENTICATING, by this end
Jul 21 09:21:16: BR0:2 MS-CHAP: O CHALLENGE id 7 len 24 from "rtr1600inet"
Jul 21 09:21:16: BR0:2 LCP: I IDENTIFY [Open] id 2 len 18 magic 0x3BB61970 MSRAS V5.00
Jul 21 09:21:16: BR0:2 LCP: I IDENTIFY [Open] id 3 len 22 magic 0x3BB61970 MSRAS-1-HOMPIE
Jul 21 09:21:16: BR0:2 MS-CHAP: I RESPONSE id 7 len 63 from "isdncall2"
Jul 21 09:21:17: BR0:2 MS-CHAP: O SUCCESS id 7 len 4
Jul 21 09:21:17: BR0:2 MCB: Callback not authorized for this user isdncall2
Jul 21 09:21:17: BRI0:2 PPP: O MCB Request(1) id 9 len 6
Jul 21 09:21:17: BRI0:2 MCB: O  1  9  0  6  1  2
Jul 21 09:21:17: BR0:2 MCB: O Request Id 9 Callback Type None
Jul 21 09:21:17: BR0:2 PPP: Phase is CBCP
Jul 21 09:21:17: BRI0:2 PPP: I MCB Response(2) id 9 len 6
Jul 21 09:21:17: BRI0:2 MCB: I  2  9  0  6  1  2
Jul 21 09:21:17: BR0:2 MCB: Received response
Jul 21 09:21:17: BR0:2 MCB: Response CBK-None 1 2
Jul 21 09:21:17: BRI0:2 PPP: O MCB Ack(3) id 10 len 6
Jul 21 09:21:17: BRI0:2 MCB: O  3  A  0  6  1  2
Jul 21 09:21:17: BR0:2 MCB: O Ack Id 10 Callback Type None
Jul 21 09:21:17: BR0:2 MCB: No Callback negotiated; Exit
Jul 21 09:21:17: BR0:2 PPP: Phase is UP
Jul 21 09:21:17: BR0:2 IPCP: O CONFREQ [Closed] id 4 len 10
Jul 21 09:21:17: BR0:2 IPCP:    Address 192.168.0.1 (0x0306C0A80001)
Jul 21 09:21:17: BR0:2 CCP: O CONFREQ [Closed] id 3 len 10
Jul 21 09:21:17: BR0:2 CCP:    MS-PPC supported bits 0x00000001 (0x120600000001)
Jul 21 09:21:17: BR0:2 CDPCP: O CONFREQ [Closed] id 4 len 4
Jul 21 09:21:17: BR0:2 CCP: I CONFREQ [REQsent] id 4 len 10
Jul 21 09:21:17: BR0:2 CCP:    MS-PPC supported bits 0x00000001 (0x120600000001)
Jul 21 09:21:17: BR0:2 CCP: O CONFACK [REQsent] id 4 len 10
Jul 21 09:21:17: BR0:2 CCP:    MS-PPC supported bits 0x00000001 (0x120600000001)
Jul 21 09:21:17: BR0:2 IPCP: I CONFREQ [REQsent] id 5 len 40
Jul 21 09:21:17: BR0:2 IPCP:    CompressType VJ 15 slots CompressSlotID (0x0206002D0F01)
Jul 21 09:21:17: BR0:2 IPCP:    Address 0.0.0.0 (0x030600000000)
Jul 21 09:21:17: BR0:2 IPCP:    PrimaryDNS 0.0.0.0 (0x810600000000)
Jul 21 09:21:17: BR0:2 IPCP:    PrimaryWINS 0.0.0.0 (0x820600000000)
Jul 21 09:21:17: BR0:2 IPCP:    SecondaryDNS 0.0.0.0 (0x830600000000)
Jul 21 09:21:17: BR0:2 IPCP:    SecondaryWINS 0.0.0.0 (0x840600000000)
Jul 21 09:21:17: BR0:2 IPCP: Pool returned 192.168.0.6
Jul 21 09:21:17: BR0:2 IPCP: O CONFREJ [REQsent] id 5 len 22
Jul 21 09:21:17: BR0:2 IPCP:    CompressType VJ 15 slots CompressSlotID (0x0206002D0F01)
Jul 21 09:21:17: BR0:2 IPCP:    SecondaryDNS 0.0.0.0 (0x830600000000)
Jul 21 09:21:17: BR0:2 IPCP:    SecondaryWINS 0.0.0.0 (0x840600000000)
Jul 21 09:21:17: BR0:2 IPCP: I CONFACK [REQsent] id 4 len 10
Jul 21 09:21:17: BR0:2 IPCP:    Address 192.168.0.1 (0x0306C0A80001)
Jul 21 09:21:17: BR0:2 CCP: I CONFACK [ACKsent] id 3 len 10
Jul 21 09:21:17: BR0:2 CCP:    MS-PPC supported bits 0x00000001 (0x120600000001)
Jul 21 09:21:17: BR0:2 CCP: State is Open
Jul 21 09:21:17: BR0:2 LCP: I PROTREJ [Open] id 6 len 10 protocol CDPCP (0x820701040004)
Jul 21 09:21:17: BR0:2 CDPCP: State is Closed
Jul 21 09:21:17: BR0:2 IPCP: I CONFREQ [ACKrcvd] id 7 len 22
Jul 21 09:21:17: BR0:2 IPCP:    Address 0.0.0.0 (0x030600000000)
Jul 21 09:21:17: BR0:2 IPCP:    PrimaryDNS 0.0.0.0 (0x810600000000)
Jul 21 09:21:17: BR0:2 IPCP:    PrimaryWINS 0.0.0.0 (0x820600000000)
Jul 21 09:21:17: BR0:2 IPCP: O CONFNAK [ACKrcvd] id 7 len 22
Jul 21 09:21:17: BR0:2 IPCP:    Address 192.168.0.6 (0x0306C0A80006)
Jul 21 09:21:17: BR0:2 IPCP:    PrimaryDNS 10.0.0.2 (0x81060A000002)
Jul 21 09:21:17: BR0:2 IPCP:    PrimaryWINS 10.0.0.1 (0x82060A000001)
Jul 21 09:21:17: BR0:2 IPCP: I CONFREQ [ACKrcvd] id 8 len 22
Jul 21 09:21:17: BR0:2 IPCP:    Address 192.168.0.6 (0x0306C0A80006)
Jul 21 09:21:17: BR0:2 IPCP:    PrimaryDNS 10.0.0.2 (0x81060A000002)
Jul 21 09:21:17: BR0:2 IPCP:    PrimaryWINS 10.0.0.1 (0x82060A000001)
Jul 21 09:21:17: BR0:2 IPCP: O CONFACK [ACKrcvd] id 8 len 22
Jul 21 09:21:17: BR0:2 IPCP:    Address 192.168.0.6 (0x0306C0A80006)
Jul 21 09:21:17: BR0:2 IPCP:    PrimaryDNS 10.0.0.2 (0x81060A000002)
Jul 21 09:21:17: BR0:2 IPCP:    PrimaryWINS 10.0.0.1 (0x82060A000001)
Jul 21 09:21:17: BR0:2 IPCP: State is Open
Jul 21 09:21:17: BR0 IPCP: Install route to 192.168.0.6
Jul 21 09:21:18: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0:2, changed state to up
Jul 21 09:21:18: BR0:2 PPP: Outbound cdp packet dropped, CDPCP is Closed [starting negotiations]
Jul 21 09:21:18: BR0:2 CDPCP: State is Closed
Jul 21 09:21:18: BR0:2 PPP: Outbound cdp packet dropped, CDPCP is Closed [starting negotiations]
Jul 21 09:21:18: BR0:2 CDPCP: State is Closed
Jul 21 09:21:18: BR0:2 PPP: Outbound cdp packet dropped, CDPCP is Closed [starting negotiations]
Jul 21 09:21:18: BR0:2 CDPCP: State is Closed
Jul 21 09:21:18: BR0:2 CDPCP: TIMEout: State Closed
Jul 21 09:21:18: BR0:2 CDPCP: State is Listen
Jul 21 09:21:21: %ISDN-6-CONNECT: Interface BRI0:2 is now connected to 0123456789 isdncall2
Jul 21 09:21:36: BR0:2 LCP: I TERMREQ [Open] id 9 len 16 (0x3BB61970003CCD7400000000)
Jul 21 09:21:36: BR0:2 LCP: O TERMACK [Open] id 9 len 4
Jul 21 09:21:36: BR0:2 IPCP: State is Closed
Jul 21 09:21:36: BR0:2 CCP: State is Closed
Jul 21 09:21:36: BR0:2 CDPCP: State is Closed
Jul 21 09:21:36: BR0:2 PPP: Phase is TERMINATING
Jul 21 09:21:36: BR0 IPCP: Remove route to 192.168.0.6
Jul 21 09:21:37: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0:2, changed state to down
Jul 21 09:21:37: ISDN BR0: received HOST_DISCONNECT call_id 0x22
Jul 21 09:21:37: ISDN BR0: Event:  Call to <unknown> was hung up.
Jul 21 09:21:37: ISDN BR0: process_disc_ack(): call id 0x22, ces 1, call type DATA
Jul 21 09:21:37: %ISDN-6-DISCONNECT: Interface BRI0:2  disconnected from 0123456789 isdncall2, call lasted 22 seconds
Jul 21 09:21:37: %LINK-3-UPDOWN: Interface BRI0:2, changed state to down
Jul 21 09:21:37: BR0:2 LCP: State is Closed
Jul 21 09:21:37: BR0:2 PPP: Phase is DOWN
Jul 21 09:21:38: ISDN BR0: received HOST_DISCONNECT_ACK call_id 0x22
Jul 21 09:21:38: ISDN BR0: HOST_DISCONNECT_ACK: call type is DATA

Het probleem voor het niet werken van de callback is waarschijnlijk gevonden; maar wat moet ik aanpassen in de config?
code:
1
Jul 21 09:21:17: BR0:2 MCB: Callback not authorized for this user isdncall2

ps. geld ook voor user isdncall

Thanx! Roeland

  • sniper20
  • Registratie: Januari 2002
  • Laatst online: 19-08 23:00
ppp authentication ms-chap
Je kunt proberen om de bovenstaande regel te veranderen in
de volgende regel. Als dit wel lukt zit het probleem in de methode waarmee de gebruikersnamen/wachtwoorden worden. gecontroleerd.
ppp authentication pap chap ms-chap
En wat die ethernet1 interface betreft. Heb je die wel geactiveerd met "no shutdown". Kun je deze wel pingen als je de NAT-instellingen net zo zet als bij ethernet0. ???

  • kell.nl
  • Registratie: Januari 2002
  • Laatst online: 27-09-2023

kell.nl

Fizzgig's evil twin

Hmmm. Heb je toevallig bij je netwerk connecties Incoming Connections gedefinieerd? Of RAS draaien (Beide op je PC)?
Indien ja, zet ze eens uit.

Eventueel ook nog een
debug ppp authentication
Bij de andere debugs zetten en hier posten.

  • sniper20
  • Registratie: Januari 2002
  • Laatst online: 19-08 23:00
Heb je callback al draaien of wil het nog niet lukken ?.

Verwijderd

Topicstarter
Allen,
Ik heb op mijn pc geen ras of iets dergelijks draaien.

Als het goed is zit bij die debugging ook een ppp authentication, ik alleen pas Donderdag weer bij de router komen... Dus kan het momenteel niet checken....

De pap/chap/ms-chap optie leverde helaas geen verbetering op. :(

Wat betreft de E1 onbereikbaar; dit is alleen vanaf de ISDN verbinding, al het andere verkeer gedraagt zich zoals je zou verwachten.

Roeland
Pagina: 1