Ik probeer al een tijdje om een VPN verbinding te maken met onze server. Dit lukt perfect met XP,maar met Vista lukt ht me niet.
Moeten er andere poorten worden geconfigureerd voor Vista?
Ben een beginner met deze router, sorry.
Hierbij mijn config:
Moeten er andere poorten worden geconfigureerd voor Vista?
Ben een beginner met deze router, sorry.
Hierbij mijn 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
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
167
168
169
170
171
172
173
| Building configuration... Current configuration : 4809 bytes ! version 12.4 no service pad service tcp-keepalives-in service tcp-keepalives-out service timestamps debug datetime msec localtime show-timezone service timestamps log datetime msec localtime show-timezone service password-encryption service sequence-numbers ! hostname yourname ! boot-start-marker boot-end-marker ! logging buffered 51200 debugging logging console critical enable **************** ! no aaa new-model ! resource policy ! clock timezone PCTime 1 clock summer-time PCTime date Mar 30 2003 2:00 Oct 26 2003 3:00 ip subnet-zero ip cef no ip dhcp use vrf connected ip dhcp excluded-address 192.168.7.254 ! ip dhcp pool sdm-pool1 import all network 192.168.7.0 255.255.255.0 default-router 192.168.7.254 dns-server 195.238.2.21 195.238.2.22 ! ! ip tcp synwait-time 10 ip domain name yourdomain.com ip name-server 195.238.2.21 ip name-server 195.238.2.22 ip ssh time-out 60 ip ssh authentication-retries 2 ! ! crypto pki trustpoint TP-self-signed-2570992105 enrollment selfsigned subject-name cn=IOS-Self-Signed-Certificate-2570992105 revocation-check none rsakeypair TP-self-signed-2570992105 ! ! crypto pki certificate chain TP-self-signed-2570992105 certificate self-signed 01 3082024F 308201B8 A0030201 02020101 300D0609 2A864886 F70D0101 04050030 31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274 69666963 6174652D 32353730 39393231 3035301E 170D3038 30343238 31353239 32315A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649 4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D32 35373039 39323130 3530819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281 8100B60D F125911C 1F8FA8F3 214F35E9 299DF570 3DA85BA2 417D9E9E 2C357A97 147EADE9 1F4DE667 13CD888A FAB47683 B2B17059 B8430F74 9A647B1F 498DAC35 5DA059F1 021E5996 D455FC87 FE280D81 35DC51EB A8F445A7 5B424F65 E3386AF2 EC99AE1B 917E8E3F 4BBFC059 B8A62459 7D4AF1AF 3E4BEDFE 2D87B1C8 FAB2ED20 13510203 010001A3 77307530 0F060355 1D130101 FF040530 030101FF 30220603 551D1104 1B301982 17796F75 726E616D 652E796F 7572646F 6D61696E 2E636F6D 301F0603 551D2304 18301680 14DBB9C6 FF7C22A3 94F36C71 C0ED5736 B0BF0B75 71301D06 03551D0E 04160414 DBB9C6FF 7C22A394 F36C71C0 ED5736B0 BF0B7571 300D0609 2A864886 F70D0101 04050003 81810017 CD3D7003 E68B541E D1AB0226 4114D2FB 9555A172 A5559F6A 06B162A2 5159B9D9 1759CD54 C10AB223 16C90F7D 20C3375E 47169A84 9250F072 656B746D 18ADC7ED 3883EA43 C9C39F8F 7A25C6D7 53E9E7A5 F0BE333B 1BAD4B91 B09D9BD7 166BB0FA E85C4F5D E0FADA8B 1AD4673F 50A3AD34 501CAB89 C5F48A5C 6A9070FB 0D8BB4 quit username ******************! ! ! ! ! interface BRI0 no ip address encapsulation hdlc ip route-cache flow shutdown ! interface ATM0 no ip address ip route-cache flow no atm ilmi-keepalive dsl operating-mode auto ! interface ATM0.1 point-to-point description $FW_OUTSIDE$$ES_WAN$ pvc 8/35 pppoe-client dial-pool-number 1 ! ! interface FastEthernet0 ! interface FastEthernet1 ! interface FastEthernet2 ! interface FastEthernet3 ! interface Vlan1 description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$ES_LAN$$FW_INSIDE$ ip address 192.168.7.254 255.255.255.0 ip nat inside ip virtual-reassembly ip route-cache flow ip tcp adjust-mss 1412 ! interface Dialer0 description $FW_OUTSIDE$ ip address negotiated ip mtu 1452 ip nat outside ip virtual-reassembly encapsulation ppp ip route-cache flow dialer pool 1 dialer-group 1 no cdp enable ppp authentication chap callin ppp chap hostname *************** ppp chap password ****************** ! ip classless ip route 0.0.0.0 0.0.0.0 Dialer0 ! ip http server ip http authentication local ip http secure-server ip http timeout-policy idle 60 life 86400 requests 10000 ip nat inside source list 1 interface Dialer0 overload ip nat inside source static tcp 192.168.7.2 80 interface Dialer0 80 ip nat inside source static tcp 192.168.7.71 1723 interface Dialer0 1723 ip nat inside source static tcp 192.168.7.98 1024 interface Dialer0 1024 ip nat inside source static tcp 192.168.7.2 4899 interface Dialer0 4899 ip nat inside source static tcp 192.168.7.2 443 interface Dialer0 443 ! logging trap debugging access-list 1 remark INSIDE_IF=Vlan1 access-list 1 remark SDM_ACL Category=2 access-list 1 permit 192.168.7.0 0.0.0.255 dialer-list 1 protocol ip permit no cdp run ! control-plane ! banner login ^CAuthorized access only! Disconnect IMMEDIATELY if you are not an authorized user!^C ! line con 0 login local no modem enable transport output telnet line aux 0 login local transport output telnet line vty 0 4 privilege level 15 login local transport input telnet ssh ! scheduler max-task-time 5000 scheduler allocate 4000 1000 scheduler interval 500 end |
