Hierbij een stukje van de config van de router, de router staat op een ISDN-test centrale,vandaar het opbelnummer 1004
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
| Building configuration...
Current configuration : 2973 bytes
!
version 11.3
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service compress-config
!
hostname xxx
!
no logging rate-limit
aaa new-model
aaa authentication login default local
aaa authentication ppp default local
aaa authorization network default local
enable secret xxx/
!
username pieter password 0 pieter
!
no ip finger
no ip domain-lookup
!
ip multicast-routing
no ip dvmrp route-limit
isdn switch-type basic-net3
isdn tei-negotiation first-call
!
!
!
interface Loopback0
no ip address
!
interface Ethernet0/0
description Connected to xxx
ip address x.x.x.x x.x.x.x
ip pim sparse-dense-mode
no ip mroute-cache
half-duplex
no cdp enable
!
interface BRI1/0
no ip address
ip pim sparse-dense-mode
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-net3
no fair-queue
no cdp enable
ppp authentication chap
ppp multilink
!
!
interface Dialer1
description connected to W2K-TST-SRV
ip unnumbered Ethernet0/0
encapsulation ppp
no ip mroute-cache
keepalive 360
dialer pool 1
dialer remote-name pieter
dialer idle-timeout 36000 either
dialer string 1004
dialer-group 1
peer default ip address pool default
no fair-queue
no cdp enable
no ppp lcp fast-start
ppp authentication chap
!
!
ip local pool default x.x.x.x x.x.x.x
no ip classless
ip route x.x.x.x 255.255.0.0 Dialer1
no ip http server
!
access-list 101 permit ip any any
dialer-list 1 protocol ip list 101
!
line con 0
transport input none
line aux 0
line vty 0 4
! |
Op de W2K server (test-server) staat W2K met als Ports de ISDN-modem (port 1 & 2)
Remote Acces Policies:
- Server must supply an IP Address (er is een statische pool van 3 adressen gedefinieerd)
- Disable multilink
- een User pieter pw pieter gedefinieerd bij de Active Domain Users met bij Dial-in; Allow access en no callback)
- Authentication: Encrypted Authentication (CHAP)
- No advanced parameters
Bij de debug op router ( debug van de int Dialer 1) staat dat de lijn op 64 kbit opengelegd wordt en de verbinding met router gemaakt wordt.
Op de debug komt nog geen info ivm ppp authentication, dus ik veronderstel dat ie nog niet op dit punt komt.
Na een time-out wordt de lijn terug dichtgelegd. De logging van Windows levert ook niets op. Kan het te maken hebben dat de user een Domain User is op de W2k?