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;
en de show ver
Bedankt voor het medenken
Roeland
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