Précédent   Forum des professionnels en informatique > Systèmes > Linux > Réseau
Réseau Vos questions autour des réseaux et télécoms sous Linux
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
'
Vieux 06/04/2008, 12h27   #1
Invité de passage
 
Inscription : janvier 2008
Messages : 50
Détails du profil
Informations forums :
Inscription : janvier 2008
Messages : 50
Points : 2
Points : 2
Par défaut pour tout ce qui connaisse la configuration VPN, please help!

bonjour,
j'ai un vrai problème conçernant la configuration de VPN, et je ne sais pas quelle est la solution, si quelqu'un a déjà configurer un server VPN aidez moi svp:
j'utilise openvpn, voici le view log:
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
Sun Apr 06 10:22:50 2008 NOTE: --user option is not implemented on Windows
Sun Apr 06 10:22:50 2008 NOTE: --group option is not implemented on Windows
Sun Apr 06 10:22:50 2008 us=906000 Current Parameter Settings:
Sun Apr 06 10:22:50 2008 us=906000   config = 'client.ovpn'
Sun Apr 06 10:22:50 2008 us=906000   mode = 0
Sun Apr 06 10:22:50 2008 us=906000   show_ciphers = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   show_digests = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   show_engines = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   genkey = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   key_pass_file = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=906000   show_tls_ciphers = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   proto = 0
Sun Apr 06 10:22:50 2008 us=906000   local = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=906000   remote_list[0] = {'adresse ip prive', 1194}
Sun Apr 06 10:22:50 2008 us=906000   remote_random = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   local_port = 1194
Sun Apr 06 10:22:50 2008 us=906000   remote_port = 1194
Sun Apr 06 10:22:50 2008 us=906000   remote_float = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   ipchange = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=906000   bind_defined = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   bind_local = ENABLED
Sun Apr 06 10:22:50 2008 us=906000   dev = 'tap'
Sun Apr 06 10:22:50 2008 us=906000   dev_type = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=906000   dev_node = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=906000   lladdr = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=906000   topology = 1
Sun Apr 06 10:22:50 2008 us=906000   tun_ipv6 = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   ifconfig_local = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=906000   ifconfig_remote_netmask = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=906000   ifconfig_noexec = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   ifconfig_nowarn = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   shaper = 0
Sun Apr 06 10:22:50 2008 us=906000   tun_mtu = 1500
Sun Apr 06 10:22:50 2008 us=906000   tun_mtu_defined = ENABLED
Sun Apr 06 10:22:50 2008 us=906000   link_mtu = 1500
Sun Apr 06 10:22:50 2008 us=906000   link_mtu_defined = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   tun_mtu_extra = 32
Sun Apr 06 10:22:50 2008 us=906000   tun_mtu_extra_defined = ENABLED
Sun Apr 06 10:22:50 2008 us=906000   fragment = 0
Sun Apr 06 10:22:50 2008 us=906000   mtu_discover_type = -1
Sun Apr 06 10:22:50 2008 us=906000   mtu_test = 0
Sun Apr 06 10:22:50 2008 us=906000   mlock = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   keepalive_ping = 0
Sun Apr 06 10:22:50 2008 us=906000   keepalive_timeout = 0
Sun Apr 06 10:22:50 2008 us=906000   inactivity_timeout = 0
Sun Apr 06 10:22:50 2008 us=906000   ping_send_timeout = 0
Sun Apr 06 10:22:50 2008 us=906000   ping_rec_timeout = 120
Sun Apr 06 10:22:50 2008 us=906000   ping_rec_timeout_action = 2
Sun Apr 06 10:22:50 2008 us=906000   ping_timer_remote = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   remap_sigusr1 = 0
Sun Apr 06 10:22:50 2008 us=906000   explicit_exit_notification = 0
Sun Apr 06 10:22:50 2008 us=906000   persist_tun = ENABLED
Sun Apr 06 10:22:50 2008 us=906000   persist_local_ip = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   persist_remote_ip = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   persist_key = ENABLED
Sun Apr 06 10:22:50 2008 us=906000   mssfix = 1450
Sun Apr 06 10:22:50 2008 us=906000   resolve_retry_seconds = 1000000000
Sun Apr 06 10:22:50 2008 us=906000   connect_retry_seconds = 5
Sun Apr 06 10:22:50 2008 us=906000   connect_timeout = 10
Sun Apr 06 10:22:50 2008 us=906000   connect_retry_max = 0
Sun Apr 06 10:22:50 2008 us=906000   username = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=906000   groupname = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=906000   chroot_dir = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=906000   cd_dir = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=906000   writepid = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=906000   up_script = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=906000   down_script = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=906000   down_pre = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   up_restart = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   up_delay = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   daemon = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   inetd = 0
Sun Apr 06 10:22:50 2008 us=906000   log = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   suppress_timestamps = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   nice = 0
Sun Apr 06 10:22:50 2008 us=906000   verbosity = 4
Sun Apr 06 10:22:50 2008 us=906000   mute = 0
Sun Apr 06 10:22:50 2008 us=906000   gremlin = 0
Sun Apr 06 10:22:50 2008 us=906000   status_file = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=906000   status_file_version = 1
Sun Apr 06 10:22:50 2008 us=906000   status_file_update_freq = 60
Sun Apr 06 10:22:50 2008 us=906000   occ = ENABLED
Sun Apr 06 10:22:50 2008 us=906000   rcvbuf = 0
Sun Apr 06 10:22:50 2008 us=906000   sndbuf = 0
Sun Apr 06 10:22:50 2008 us=906000   sockflags = 0
Sun Apr 06 10:22:50 2008 us=906000   socks_proxy_server = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=906000   socks_proxy_port = 0
Sun Apr 06 10:22:50 2008 us=906000   socks_proxy_retry = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   fast_io = DISABLED
Sun Apr 06 10:22:50 2008 us=906000   lzo = 7
Sun Apr 06 10:22:50 2008 us=921000   route_script = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=921000   route_default_gateway = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=921000   route_default_metric = 0
Sun Apr 06 10:22:50 2008 us=921000   route_noexec = DISABLED
Sun Apr 06 10:22:50 2008 us=921000   route_delay = 5
Sun Apr 06 10:22:50 2008 us=921000   route_delay_window = 30
Sun Apr 06 10:22:50 2008 us=921000   route_delay_defined = ENABLED
Sun Apr 06 10:22:50 2008 us=921000   route_nopull = DISABLED
Sun Apr 06 10:22:50 2008 us=921000   management_addr = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=921000   management_port = 0
Sun Apr 06 10:22:50 2008 us=921000   management_user_pass = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=921000   management_log_history_cache = 250
Sun Apr 06 10:22:50 2008 us=921000   management_echo_buffer_size = 100
Sun Apr 06 10:22:50 2008 us=921000   management_query_passwords = DISABLED
Sun Apr 06 10:22:50 2008 us=921000   management_hold = DISABLED
Sun Apr 06 10:22:50 2008 us=953000   management_client = DISABLED
Sun Apr 06 10:22:50 2008 us=953000   management_signal = DISABLED
Sun Apr 06 10:22:50 2008 us=953000   management_forget_disconnect = DISABLED
Sun Apr 06 10:22:50 2008 us=953000   management_write_peer_info_file = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=953000   shared_secret_file = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=953000   key_direction = 2
Sun Apr 06 10:22:50 2008 us=953000   ciphername_defined = ENABLED
Sun Apr 06 10:22:50 2008 us=953000   ciphername = 'BF-CBC'
Sun Apr 06 10:22:50 2008 us=953000   authname_defined = ENABLED
Sun Apr 06 10:22:50 2008 us=953000   authname = 'SHA1'
Sun Apr 06 10:22:50 2008 us=953000   keysize = 0
Sun Apr 06 10:22:50 2008 us=953000   engine = DISABLED
Sun Apr 06 10:22:50 2008 us=953000   replay = ENABLED
Sun Apr 06 10:22:50 2008 us=953000   mute_replay_warnings = DISABLED
Sun Apr 06 10:22:50 2008 us=953000   replay_window = 64
Sun Apr 06 10:22:50 2008 us=953000   replay_time = 15
Sun Apr 06 10:22:50 2008 us=968000   packet_id_file = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=968000   use_iv = ENABLED
Sun Apr 06 10:22:50 2008 us=968000   test_crypto = DISABLED
Sun Apr 06 10:22:50 2008 us=968000   tls_server = DISABLED
Sun Apr 06 10:22:50 2008 us=968000   tls_client = ENABLED
Sun Apr 06 10:22:50 2008 us=968000   key_method = 2
Sun Apr 06 10:22:50 2008 us=968000   ca_file = 'cacert.pem'
Sun Apr 06 10:22:50 2008 us=968000   ca_path = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=968000   dh_file = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=968000   cert_file = 'sanacert.cert'
Sun Apr 06 10:22:50 2008 us=968000   priv_key_file = 'sanakey.pem'
Sun Apr 06 10:22:50 2008 us=968000   pkcs12_file = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=968000   cryptoapi_cert = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=968000   cipher_list = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=968000   tls_verify = '[UNDEF]'
Sun Apr 06 10:22:50 2008 us=968000   tls_remote = '[UNDEF]'
Sun Apr 06 10:22:51 2008   crl_file = '[UNDEF]'
Sun Apr 06 10:22:51 2008   ns_cert_type = 0
Sun Apr 06 10:22:51 2008   remote_cert_ku[i] = 0
Sun Apr 06 10:22:51 2008   remote_cert_ku[i] = 0
Sun Apr 06 10:22:51 2008   remote_cert_ku[i] = 0
Sun Apr 06 10:22:51 2008   remote_cert_ku[i] = 0
Sun Apr 06 10:22:51 2008   remote_cert_ku[i] = 0
Sun Apr 06 10:22:51 2008   remote_cert_ku[i] = 0
Sun Apr 06 10:22:51 2008   remote_cert_ku[i] = 0
Sun Apr 06 10:22:51 2008   remote_cert_ku[i] = 0
Sun Apr 06 10:22:51 2008   remote_cert_ku[i] = 0
Sun Apr 06 10:22:51 2008   remote_cert_ku[i] = 0
Sun Apr 06 10:22:51 2008   remote_cert_ku[i] = 0
Sun Apr 06 10:22:51 2008   remote_cert_ku[i] = 0
Sun Apr 06 10:22:51 2008   remote_cert_ku[i] = 0
Sun Apr 06 10:22:51 2008   remote_cert_ku[i] = 0
Sun Apr 06 10:22:51 2008   remote_cert_ku[i] = 0
Sun Apr 06 10:22:51 2008   remote_cert_ku[i] = 0
Sun Apr 06 10:22:51 2008   remote_cert_eku = '[UNDEF]'
Sun Apr 06 10:22:51 2008 us=15000   tls_timeout = 2
Sun Apr 06 10:22:51 2008 us=15000   renegotiate_bytes = 0
Sun Apr 06 10:22:51 2008 us=15000   renegotiate_packets = 0
Sun Apr 06 10:22:51 2008 us=15000   renegotiate_seconds = 3600
Sun Apr 06 10:22:51 2008 us=15000   handshake_window = 60
Sun Apr 06 10:22:51 2008 us=15000   transition_window = 3600
Sun Apr 06 10:22:51 2008 us=15000   single_session = DISABLED
Sun Apr 06 10:22:51 2008 us=15000   tls_exit = DISABLED
Sun Apr 06 10:22:51 2008 us=15000   tls_auth_file = 'ta.key'
Sun Apr 06 10:22:51 2008 us=15000   pkcs11_protected_authentication = DISABLED
Sun Apr 06 10:22:51 2008 us=15000   pkcs11_protected_authentication = DISABLED
Sun Apr 06 10:22:51 2008 us=15000   pkcs11_protected_authentication = DISABLED
Sun Apr 06 10:22:51 2008 us=15000   pkcs11_protected_authentication = DISABLED
Sun Apr 06 10:22:51 2008 us=15000   pkcs11_protected_authentication = DISABLED
Sun Apr 06 10:22:51 2008 us=15000   pkcs11_protected_authentication = DISABLED
Sun Apr 06 10:22:51 2008 us=46000   pkcs11_protected_authentication = DISABLED
Sun Apr 06 10:22:51 2008 us=46000   pkcs11_protected_authentication = DISABLED
Sun Apr 06 10:22:51 2008 us=46000   pkcs11_protected_authentication = DISABLED
Sun Apr 06 10:22:51 2008 us=46000   pkcs11_protected_authentication = DISABLED
Sun Apr 06 10:22:51 2008 us=46000   pkcs11_protected_authentication = DISABLED
Sun Apr 06 10:22:51 2008 us=46000   pkcs11_protected_authentication = DISABLED
Sun Apr 06 10:22:51 2008 us=46000   pkcs11_protected_authentication = DISABLED
Sun Apr 06 10:22:51 2008 us=46000   pkcs11_protected_authentication = DISABLED
Sun Apr 06 10:22:51 2008 us=46000   pkcs11_protected_authentication = DISABLED
Sun Apr 06 10:22:51 2008 us=46000   pkcs11_protected_authentication = DISABLED
Sun Apr 06 10:22:51 2008 us=46000   pkcs11_private_mode = 00000000
Sun Apr 06 10:22:51 2008 us=46000   pkcs11_private_mode = 00000000
Sun Apr 06 10:22:51 2008 us=46000   pkcs11_private_mode = 00000000
Sun Apr 06 10:22:51 2008 us=62000   pkcs11_private_mode = 00000000
Sun Apr 06 10:22:51 2008 us=62000   pkcs11_private_mode = 00000000
Sun Apr 06 10:22:51 2008 us=62000   pkcs11_private_mode = 00000000
Sun Apr 06 10:22:51 2008 us=62000   pkcs11_private_mode = 00000000
Sun Apr 06 10:22:51 2008 us=62000   pkcs11_private_mode = 00000000
Sun Apr 06 10:22:51 2008 us=62000   pkcs11_private_mode = 00000000
Sun Apr 06 10:22:51 2008 us=62000   pkcs11_private_mode = 00000000
Sun Apr 06 10:22:51 2008 us=62000   pkcs11_private_mode = 00000000
Sun Apr 06 10:22:51 2008 us=62000   pkcs11_private_mode = 00000000
Sun Apr 06 10:22:51 2008 us=62000   pkcs11_private_mode = 00000000
Sun Apr 06 10:22:51 2008 us=62000   pkcs11_private_mode = 00000000
Sun Apr 06 10:22:51 2008 us=62000   pkcs11_private_mode = 00000000
Sun Apr 06 10:22:51 2008 us=62000   pkcs11_private_mode = 00000000
Sun Apr 06 10:22:51 2008 us=62000   pkcs11_cert_private = DISABLED
Sun Apr 06 10:22:51 2008 us=78000   pkcs11_cert_private = DISABLED
Sun Apr 06 10:22:51 2008 us=78000   pkcs11_cert_private = DISABLED
Sun Apr 06 10:22:51 2008 us=78000   pkcs11_cert_private = DISABLED
Sun Apr 06 10:22:51 2008 us=78000   pkcs11_cert_private = DISABLED
Sun Apr 06 10:22:51 2008 us=78000   pkcs11_cert_private = DISABLED
Sun Apr 06 10:22:51 2008 us=78000   pkcs11_cert_private = DISABLED
Sun Apr 06 10:22:51 2008 us=78000   pkcs11_cert_private = DISABLED
Sun Apr 06 10:22:51 2008 us=78000   pkcs11_cert_private = DISABLED
Sun Apr 06 10:22:51 2008 us=78000   pkcs11_cert_private = DISABLED
Sun Apr 06 10:22:51 2008 us=78000   pkcs11_cert_private = DISABLED
Sun Apr 06 10:22:51 2008 us=78000   pkcs11_cert_private = DISABLED
Sun Apr 06 10:22:51 2008 us=78000   pkcs11_cert_private = DISABLED
Sun Apr 06 10:22:51 2008 us=78000   pkcs11_cert_private = DISABLED
Sun Apr 06 10:22:51 2008 us=78000   pkcs11_cert_private = DISABLED
Sun Apr 06 10:22:51 2008 us=109000   pkcs11_cert_private = DISABLED
Sun Apr 06 10:22:51 2008 us=109000   pkcs11_pin_cache_period = -1
Sun Apr 06 10:22:51 2008 us=109000   pkcs11_id = '[UNDEF]'
Sun Apr 06 10:22:51 2008 us=109000   server_network = 0.0.0.0
Sun Apr 06 10:22:51 2008 us=109000   server_netmask = 0.0.0.0
Sun Apr 06 10:22:51 2008 us=109000   server_bridge_ip = 0.0.0.0
Sun Apr 06 10:22:51 2008 us=109000   server_bridge_netmask = 0.0.0.0
Sun Apr 06 10:22:51 2008 us=109000   server_bridge_pool_start = 0.0.0.0
Sun Apr 06 10:22:51 2008 us=109000   server_bridge_pool_end = 0.0.0.0
Sun Apr 06 10:22:51 2008 us=109000   ifconfig_pool_defined = DISABLED
Sun Apr 06 10:22:51 2008 us=109000   ifconfig_pool_start = 0.0.0.0
Sun Apr 06 10:22:51 2008 us=109000   ifconfig_pool_end = 0.0.0.0
Sun Apr 06 10:22:51 2008 us=109000   ifconfig_pool_netmask = 0.0.0.0
Sun Apr 06 10:22:51 2008 us=109000   ifconfig_pool_persist_filename = '[UNDEF]'
Sun Apr 06 10:22:51 2008 us=109000   ifconfig_pool_persist_refresh_freq = 600
Sun Apr 06 10:22:51 2008 us=125000   n_bcast_buf = 256
Sun Apr 06 10:22:51 2008 us=125000   tcp_queue_limit = 64
Sun Apr 06 10:22:51 2008 us=125000   real_hash_size = 256
Sun Apr 06 10:22:51 2008 us=125000   virtual_hash_size = 256
Sun Apr 06 10:22:51 2008 us=125000   client_connect_script = '[UNDEF]'
Sun Apr 06 10:22:51 2008 us=125000   learn_address_script = '[UNDEF]'
Sun Apr 06 10:22:51 2008 us=125000   client_disconnect_script = '[UNDEF]'
Sun Apr 06 10:22:51 2008 us=125000   client_config_dir = '[UNDEF]'
Sun Apr 06 10:22:51 2008 us=125000   ccd_exclusive = DISABLED
Sun Apr 06 10:22:51 2008 us=125000   tmp_dir = '[UNDEF]'
Sun Apr 06 10:22:51 2008 us=125000   push_ifconfig_defined = DISABLED
Sun Apr 06 10:22:51 2008 us=125000   push_ifconfig_local = 0.0.0.0
Sun Apr 06 10:22:51 2008 us=125000   push_ifconfig_remote_netmask = 0.0.0.0
Sun Apr 06 10:22:51 2008 us=125000   enable_c2c = DISABLED
Sun Apr 06 10:22:51 2008 us=125000   duplicate_cn = DISABLED
Sun Apr 06 10:22:51 2008 us=140000   cf_max = 0
Sun Apr 06 10:22:51 2008 us=140000   cf_per = 0
Sun Apr 06 10:22:51 2008 us=140000   max_clients = 1024
Sun Apr 06 10:22:51 2008 us=140000   max_routes_per_client = 256
Sun Apr 06 10:22:51 2008 us=140000   client_cert_not_required = DISABLED
Sun Apr 06 10:22:51 2008 us=140000   username_as_common_name = DISABLED
Sun Apr 06 10:22:51 2008 us=140000   auth_user_pass_verify_script = '[UNDEF]'
Sun Apr 06 10:22:51 2008 us=140000   auth_user_pass_verify_script_via_file = DISABLED
Sun Apr 06 10:22:51 2008 us=140000   client = ENABLED
Sun Apr 06 10:22:51 2008 us=140000   pull = ENABLED
Sun Apr 06 10:22:51 2008 us=140000   auth_user_pass_file = '[UNDEF]'
Sun Apr 06 10:22:51 2008 us=140000   show_net_up = DISABLED
Sun Apr 06 10:22:51 2008 us=140000   route_method = 0
Sun Apr 06 10:22:51 2008 us=140000   ip_win32_defined = DISABLED
Sun Apr 06 10:22:51 2008 us=140000   ip_win32_type = 3
Sun Apr 06 10:22:51 2008 us=156000   dhcp_masq_offset = 0
Sun Apr 06 10:22:51 2008 us=156000   dhcp_lease_time = 31536000
Sun Apr 06 10:22:51 2008 us=156000   tap_sleep = 0
Sun Apr 06 10:22:51 2008 us=156000   dhcp_options = DISABLED
Sun Apr 06 10:22:51 2008 us=156000   dhcp_renew = DISABLED
Sun Apr 06 10:22:51 2008 us=156000   dhcp_pre_release = DISABLED
Sun Apr 06 10:22:51 2008 us=156000   dhcp_release = DISABLED
Sun Apr 06 10:22:51 2008 us=156000   domain = '[UNDEF]'
Sun Apr 06 10:22:51 2008 us=156000   netbios_scope = '[UNDEF]'
Sun Apr 06 10:22:51 2008 us=156000   netbios_node_type = 0
Sun Apr 06 10:22:51 2008 us=156000   disable_nbt = DISABLED
Sun Apr 06 10:22:51 2008 us=156000 OpenVPN 2.1_rc7 Win32-MinGW [SSL] [LZO2] [PKCS11] built on Jan 29 2008
Sun Apr 06 10:22:51 2008 us=234000 IMPORTANT: OpenVPN's default port number is now 1194, based on an official port number assignment by IANA.  OpenVPN 2.0-beta16 and earlier used 5000 as the default port.
Sun Apr 06 10:22:51 2008 us=234000 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Sun Apr 06 10:22:51 2008 us=359000 Control Channel Authentication: using 'ta.key' as a OpenVPN static key file
Sun Apr 06 10:22:51 2008 us=359000 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Apr 06 10:22:51 2008 us=359000 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Apr 06 10:22:51 2008 us=359000 LZO compression initialized
Sun Apr 06 10:22:51 2008 us=359000 Control Channel MTU parms [ L:1574 D:166 EF:66 EB:0 ET:0 EL:0 ]
Sun Apr 06 10:22:51 2008 us=453000 Data Channel MTU parms [ L:1574 D:1450 EF:42 EB:135 ET:32 EL:0 AF:3/1 ]
Sun Apr 06 10:22:51 2008 us=453000 Local Options String: 'V4,dev-type tap,link-mtu 1574,tun-mtu 1532,proto UDPv4,comp-lzo,keydir 1,cipher BF-CBC,auth SHA1,keysize 128,tls-auth,key-method 2,tls-client'
Sun Apr 06 10:22:51 2008 us=453000 Expected Remote Options String: 'V4,dev-type tap,link-mtu 1574,tun-mtu 1532,proto UDPv4,comp-lzo,keydir 0,cipher BF-CBC,auth SHA1,keysize 128,tls-auth,key-method 2,tls-server'
Sun Apr 06 10:22:51 2008 us=453000 Local Options hash (VER=V4): '13a273ba'
Sun Apr 06 10:22:51 2008 us=453000 Expected Remote Options hash (VER=V4): '360696c5'
Sun Apr 06 10:22:51 2008 us=453000 Socket Buffers: R=[128000->128000] S=[49152->49152]
Sun Apr 06 10:22:51 2008 us=453000 UDPv4 link local (bound): [undef]:1194
Sun Apr 06 10:22:51 2008 us=453000 UDPv4 link remote: adresse ip privé:1194
et merci d'avance
sisina est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 07/04/2008, 16h41   #2
Candidat au titre de Membre du Club
 
Inscription : mars 2002
Messages : 16
Détails du profil
Informations forums :
Inscription : mars 2002
Messages : 16
Points : 11
Points : 11
Par défaut parametres VPN

Salut,

je ne vois dans ton post aucune enumération de ton probleme
quel est il ?
est ce un probleme de fonctionnement, d'acces ...........

done plsu renseignement svp
merci
fabrice est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 19h08.


 
 
 
 
Partenaires

Hébergement Web