overjet
16-09-2023, 16:46
Salve a tutti,
ho un problema con la vpn che ha sempre funzionato.
Ho windows 11 22h2 build 22621.2283 ed utilizzavo open vpn connect per connettermi alla vpn del router Netgear che ha sempre funzionato fino ad oggi.
Il malfunzionamento è derivato dopo l'aggiornamento all'ultima versione di Open Vpn Connect.
L'errore occore appena tento di importare il file .ovpn nel client restituendo l'errore:
Failed to import profile
Wrong option in the profile
Error message: option_error: proto_option_error: TAP mode is not supported.
Sembra che non supporti più il protocollo TAP, ma il netgear abilita la vpn sia su TAP che su TUN quindi edito il file .ovpn originale che sarebbe questo:
client
dev tap
proto udp
dev-node NETGEAR-VPN
remote *********************** 12974
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client.crt
key client.key
cipher AES-128-CBC
comp-lzo
verb 5
in questo modo
client
dev tun
proto udp
dev-node NETGEAR-VPN
remote ********************** 12973
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client.crt
key client.key
cipher AES-128-CBC
comp-lzo
verb 5
In questo modo l'errore dell'importazione del file .ovpn nel client scompare e lo fa importare ma appena clicco su connect to vpn compare il messaggio:
Connection Failed
There was an error attempting to connect to the selcted server.
Error message: option_error: sorry, unsupported options present in configuration: UNKNOWN/UNSUPPORTED OPTIONS
please refer to connection logs for more details.
Questo è il file di log:
⏎[Sep 16, 2023, 17:42:57] OpenVPN core 3.8.2connect1 win x86_64 64-bit OVPN-DCO built on Aug 21 2023 16:29:24
⏎[Sep 16, 2023, 17:42:57] Frame=512/2112/512 mssfix-ctrl=1250
⏎[Sep 16, 2023, 17:42:57] NOTE: This configuration contains options that were not used:
⏎[Sep 16, 2023, 17:42:57] Unsupported option (ignored)
⏎[Sep 16, 2023, 17:42:57] 5 [resolv-retry] [infinite]
⏎[Sep 16, 2023, 17:42:57] 7 [persist-key]
⏎[Sep 16, 2023, 17:42:57] 8 [persist-tun]
⏎[Sep 16, 2023, 17:42:57] UNKNOWN/UNSUPPORTED OPTIONS
⏎[Sep 16, 2023, 17:42:57] 3 [dev-node] [NETGEAR-VPN]
Come posso risolvere ?!? Da cosa può dipendere ?!?
Grazie per qualsiasi risposta in merito.
ho un problema con la vpn che ha sempre funzionato.
Ho windows 11 22h2 build 22621.2283 ed utilizzavo open vpn connect per connettermi alla vpn del router Netgear che ha sempre funzionato fino ad oggi.
Il malfunzionamento è derivato dopo l'aggiornamento all'ultima versione di Open Vpn Connect.
L'errore occore appena tento di importare il file .ovpn nel client restituendo l'errore:
Failed to import profile
Wrong option in the profile
Error message: option_error: proto_option_error: TAP mode is not supported.
Sembra che non supporti più il protocollo TAP, ma il netgear abilita la vpn sia su TAP che su TUN quindi edito il file .ovpn originale che sarebbe questo:
client
dev tap
proto udp
dev-node NETGEAR-VPN
remote *********************** 12974
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client.crt
key client.key
cipher AES-128-CBC
comp-lzo
verb 5
in questo modo
client
dev tun
proto udp
dev-node NETGEAR-VPN
remote ********************** 12973
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client.crt
key client.key
cipher AES-128-CBC
comp-lzo
verb 5
In questo modo l'errore dell'importazione del file .ovpn nel client scompare e lo fa importare ma appena clicco su connect to vpn compare il messaggio:
Connection Failed
There was an error attempting to connect to the selcted server.
Error message: option_error: sorry, unsupported options present in configuration: UNKNOWN/UNSUPPORTED OPTIONS
please refer to connection logs for more details.
Questo è il file di log:
⏎[Sep 16, 2023, 17:42:57] OpenVPN core 3.8.2connect1 win x86_64 64-bit OVPN-DCO built on Aug 21 2023 16:29:24
⏎[Sep 16, 2023, 17:42:57] Frame=512/2112/512 mssfix-ctrl=1250
⏎[Sep 16, 2023, 17:42:57] NOTE: This configuration contains options that were not used:
⏎[Sep 16, 2023, 17:42:57] Unsupported option (ignored)
⏎[Sep 16, 2023, 17:42:57] 5 [resolv-retry] [infinite]
⏎[Sep 16, 2023, 17:42:57] 7 [persist-key]
⏎[Sep 16, 2023, 17:42:57] 8 [persist-tun]
⏎[Sep 16, 2023, 17:42:57] UNKNOWN/UNSUPPORTED OPTIONS
⏎[Sep 16, 2023, 17:42:57] 3 [dev-node] [NETGEAR-VPN]
Come posso risolvere ?!? Da cosa può dipendere ?!?
Grazie per qualsiasi risposta in merito.