-
christiansam
- OpenVpn Newbie
- Posts: 1
- Joined: Sat Feb 02, 2013 9:31 am
Connection Timeout: NETWORK_EOF_ERROR
Hi!
I have problems connecting with openvpn connect (ios) to my openvpn server. Before any crypto-stuff can get handled out, it breaks up with the following message:
—
logfile:
EVENT: CONNECTIONG
Tunnel Options: …
Peer Info: …
…
TCP recv EOF
Transport Error: Transport error on ‘<xxx>’: NETWORK _EOF_ERROR
Client terminated, restarting in 2…
EVENT: RECONNECTING
—-
Authentifcation mode is set to TLS with KEY CERT and CA generated by the easy-rsa utility. Except for changing auth-mode to something else I I tried (nearly) every possible mix of client-configration setting, without any success. My client-conf is based on sample-file, provided in windows openvpn package and works well with linux, windows and android openvpn clients.
Can’t tell you exactly which version of the openvpn server I use, it is included in an alternative firmware for Linksys’ WRT54G/GL routers, please see: http://tomatovpn.keithmoyer.com/
Best regards,
christian
-
mtrussa
- OpenVpn Newbie
- Posts: 1
- Joined: Fri Mar 22, 2013 1:39 pm
Re: Connection Timeout: NETWORK_EOF_ERROR
Post
by mtrussa » Fri Mar 22, 2013 1:42 pm
Exactly thesame problem here!
Having a look on the server side it seems the connection never reach the server!
Dns resolution is fine (I see it in logs) but Connection Timeout: NETWORK_EOF_ERROR suddenly appears.
Are we missing something?
The same configuration works fine on Openvpn Connect on android.
Mat
-
jbove
- OpenVpn Newbie
- Posts: 2
- Joined: Thu May 02, 2013 12:18 pm
Re: Connection Timeout: NETWORK_EOF_ERROR
Post
by jbove » Thu May 02, 2013 12:23 pm
Hate to add another «me to» reply, but I’m having the same issue.
The connection seems fine after first packet received, then the count down of the time since last packet received reaches <6, the connection resets.
— Using OpenVPN Connect Android Client 1.1.11 (build 44)
— Galaxy Nexus Android 4.2.2
— VPN protocol: Adaptive
— «Connection timeout»: «continuously retry»
— Compression: off
— Seamless tunnel: on
-
jbove
- OpenVpn Newbie
- Posts: 2
- Joined: Thu May 02, 2013 12:18 pm
Re: Connection Timeout: NETWORK_EOF_ERROR
Post
by jbove » Fri May 03, 2013 7:33 am
Found out more about the cause of this: multiple logged in sessions. You cannot have more than one concurrent OpenVPN sessions.
-
guru431
- OpenVpn Newbie
- Posts: 2
- Joined: Wed Oct 23, 2013 8:24 am
Re: Connection Timeout: NETWORK_EOF_ERROR
Post
by guru431 » Wed Oct 23, 2013 8:39 am
I solved this problem by reducing the size of the key on the server to 128:
-
boostpt
- OpenVpn Newbie
- Posts: 2
- Joined: Sun Dec 08, 2013 12:20 am
Re: Connection Timeout: NETWORK_EOF_ERROR
Post
by boostpt » Sun Dec 08, 2013 12:33 am
I made a reset to my primary router and
now the ddwrt have the same problem.
I don’t know why, I didn’t touch the ddwrt
configs at all. But I’m facing this problem.
When I use the internal connection (192.168.x.x)
I can connect to the server , but when I use
The Internet with my external ip, it doesn’t work.
I have all configured: noip; port forward on my
primary router…. All worked fine before the router reset.
You fix the error just by adding the keysize
text on the server config, or you made
something else?
Did you creat other CRT or key file or something Else?
Best regards,
-
boostpt
- OpenVpn Newbie
- Posts: 2
- Joined: Sun Dec 08, 2013 12:20 am
Re: Connection Timeout: NETWORK_EOF_ERROR
Post
by boostpt » Mon Dec 09, 2013 9:24 pm
I’ve figured it out.
In my case it has nothing to do with keysize
My primary router was not properly configured.
It has several options for port forwarding.
And it wasn’t correctly configured.
Work like a charm now.
-
plopes1960
- OpenVpn Newbie
- Posts: 5
- Joined: Tue Mar 11, 2014 9:29 pm
Re: Connection Timeout: NETWORK_EOF_ERROR
Post
by plopes1960 » Thu Mar 13, 2014 11:45 am
I have exactly the same log problem when I try to conect from my iPad (openvpn client) to my router (openvpn server).
when I try with udp protocol
Code: Select all
2014-03-12 23:34:58 EVENT: RECONNECTING
2014-03-12 23:34:58 LZO-ASYM init swap=0 asym=0
2014-03-12 23:34:58 EVENT: RESOLVE
2014-03-12 23:34:58 Contacting 21X.22.XXX.XXX:1194 via UDP
2014-03-12 23:34:58 EVENT: WAIT
2014-03-12 23:34:58 Connecting to mydns.dyndns.org:1194 (21X.22.XXX.XXX) via UDPv4
2014-03-12 23:35:08 Server poll timeout, trying next remote entry...
2014-03-12 23:35:08 EVENT: RECONNECTING
2014-03-12 23:35:08 LZO-ASYM init swap=0 asym=0
2014-03-12 23:35:08 EVENT: RESOLVE
2014-03-12 23:35:08 Contacting 21X.22.XXX.XXX:1194 via UDP
2014-03-12 23:35:08 EVENT: WAIT
2014-03-12 23:35:08 Connecting to mydns.dyndns.org:1194 (21X.22.XXX.XXX) via UDPv4
2014-03-12 23:35:17 EVENT: DISCONNECTED
when I try with tcp protocol
Code: Select all
2014-03-12 16:16:46 EVENT: RECONNECTING
2014-03-12 16:16:46 LZO-ASYM init swap=0 asym=0
2014-03-12 16:16:46 EVENT: RESOLVE
2014-03-12 16:16:46 Contacting XXX.XXX.147.121:1194 via TCP
2014-03-12 16:16:46 EVENT: WAIT
2014-03-12 16:16:46 Connecting to mydns.dyndns.org:1194 (XXX.XXX.147.121) via TCPv4
2014-03-12 16:16:46 TCP recv EOF
2014-03-12 16:16:46 Transport Error: Transport error on 'mydns.dyndns.org: NETWORK_EOF_ERROR
2014-03-12 16:16:46 Client terminated, restarting in 2...
2014-03-12 16:16:48 EVENT: RECONNECTING
2014-03-12 16:16:48 LZO-ASYM init swap=0 asym=0
2014-03-12 16:16:48 EVENT: RESOLVE
2014-03-12 16:16:48 Contacting XXX.XXX.147.121:1194 via TCP
2014-03-12 16:16:48 EVENT: WAIT
2014-03-12 16:16:48 Connecting to mydns.dyndns.org:1194 (XXX.XXX.147.121) via TCPv4
2014-03-12 16:16:48 TCP recv EOF
2014-03-12 16:16:48 Transport Error: Transport error on 'mydns.dyndns.org: NETWORK_EOF_ERROR
2014-03-12 16:16:48 Client terminated, restarting in 2...
any help?!?!
-
boudtech
- OpenVpn Newbie
- Posts: 1
- Joined: Mon Oct 17, 2016 1:54 pm
Re: Connection Timeout: NETWORK_EOF_ERROR
Post
by boudtech » Mon Oct 17, 2016 1:57 pm
jbove wrote:Found out more about the cause of this: multiple logged in sessions. You cannot have more than one concurrent OpenVPN sessions.
+1
Now all is Ok! I can confirm:
Only ONE session at the same time can be UP with the same cert.
-
mulle
- OpenVpn Newbie
- Posts: 2
- Joined: Wed Dec 28, 2016 10:54 am
Re: Connection Timeout: NETWORK_EOF_ERROR
Post
by mulle » Wed Dec 28, 2016 10:55 am
jbove wrote:Found out more about the cause of this: multiple logged in sessions. You cannot have more than one concurrent OpenVPN sessions.
-
mulle
- OpenVpn Newbie
- Posts: 2
- Joined: Wed Dec 28, 2016 10:54 am
Re: Connection Timeout: NETWORK_EOF_ERROR
Post
by mulle » Wed Dec 28, 2016 10:57 am
Hi really I couldn’t connect this application. Why?
Содержание
- OpenVPN Support Forum
- [Resolved] NETWORK_EOF_ERROR (transport error)
- [Resolved] NETWORK_EOF_ERROR (transport error)
- Re: NETWORK_EOF_ERROR (transport error)
- Re: NETWORK_EOF_ERROR (transport error)
- Re: NETWORK_EOF_ERROR (transport error)
- Re: NETWORK_EOF_ERROR (transport error)
- OpenVPN Support Forum
- Connection Timeout: NETWORK_EOF_ERROR
- Connection Timeout: NETWORK_EOF_ERROR
- Re: Connection Timeout: NETWORK_EOF_ERROR
- Re: Connection Timeout: NETWORK_EOF_ERROR
- Re: Connection Timeout: NETWORK_EOF_ERROR
- Re: Connection Timeout: NETWORK_EOF_ERROR
- Re: Connection Timeout: NETWORK_EOF_ERROR
- Re: Connection Timeout: NETWORK_EOF_ERROR
- Re: Connection Timeout: NETWORK_EOF_ERROR
- OpenVPN Support Forum
- Android client does not connect OpenVPN!!
- Android client does not connect OpenVPN!!
- Network eof error openvpn android
- Network eof error openvpn android
OpenVPN Support Forum
Community Support Forum
[Resolved] NETWORK_EOF_ERROR (transport error)
[Resolved] NETWORK_EOF_ERROR (transport error)
Post by hey_aj » Sat Aug 26, 2017 11:25 am
Have been using OpenVPN on 3 different iOS devices for weeks without issues. Yesterday, all 3 encountered the same issue- my iPad and iPhone here on business travel in Australia, my wife’s iPhone back home in the US. Doesn’t matter if on cell data or wifi. Key problem seems to be a transport error per the log below. Client status toggles between «waiting for server» and «transport pause» before timing out. Had wife reboot our asus router but did not resolve. Grateful for any assistance.
2017-08-26 20:59:26 EVENT: RESOLVE
2017-08-26 20:59:26 Contacting 24.9.69.17:443 via TCP
2017-08-26 20:59:26 EVENT: WAIT
2017-08-26 20:59:26 SetTunnelSocket returned 1
2017-08-26 20:59:27 Connecting to [xxxx.asuscomm.com]:443 (24.9.69.17) via TCPv4
2017-08-26 20:59:27 TCP recv EOF
2017-08-26 20:59:27 Transport Error: Transport error on ‘xxxx.asuscomm.com: NETWORK_EOF_ERROR
2017-08-26 20:59:27 EVENT: TRANSPORT_ERROR Transport error on ‘xxxx.asuscomm.com: NETWORK_EOF_ERROR [ERR]
2017-08-26 20:59:27 Client terminated, restarting in 5000 ms.
2017-08-26 20:59:27 NET Internet:ReachableViaWiFi/-R t——
2017-08-26 20:59:30 RECONNECT TEST: Internet:ReachableViaWiFi/-R t——
2017-08-26 20:59:30 Client terminated, reconnecting in 1.
2017-08-26 20:59:31 EVENT: RECONNECTING
2017-08-26 20:59:31 EVENT: RESOLVE
2017-08-26 20:59:31 Contacting 24.9.69.17:443 via TCP
2017-08-26 20:59:31 EVENT: WAIT
2017-08-26 20:59:31 SetTunnelSocket returned 1
2017-08-26 20:59:31 Connecting to [xxxx.asuscomm.com]:443 (24.9.69.17) via TCPv4
2017-08-26 20:59:32 TCP recv EOF
2017-08-26 20:59:32 Transport Error: Transport error on ‘xxxx.asuscomm.com: NETWORK_EOF_ERROR
2017-08-26 20:59:32 EVENT: TRANSPORT_ERROR Transport error on ‘xxxx.asuscomm.com: NETWORK_EOF_ERROR [ERR]
2017-08-26 20:59:32 Client terminated, restarting in 5000 ms.
2017-08-26 20:59:35 RECONNECT TEST: Internet:ReachableViaWiFi/-R t——
2017-08-26 20:59:35 Client terminated, reconnecting in 1.
2017-08-26 20:59:36 EVENT: RECONNECTING
2017-08-26 20:59:36 EVENT: RESOLVE
2017-08-26 20:59:36 Contacting 24.9.69.17:443 via TCP
2017-08-26 20:59:36 EVENT: WAIT
2017-08-26 20:59:36 SetTunnelSocket returned 1
2017-08-26 20:59:36 Connecting to [xxxx.asuscomm.com]:443 (24.9.69.17) via TCPv4
2017-08-26 20:59:36 TCP recv EOF
2017-08-26 20:59:36 Transport Error: Transport error on ‘xxxx.asuscomm.com: NETWORK_EOF_ERROR
2017-08-26 20:59:36 EVENT: TRANSPORT_ERROR Transport error on ‘xxxx.asuscomm.com: NETWORK_EOF_ERROR [ERR]
2017-08-26 20:59:36 Client terminated, restarting in 5000 ms.
2017-08-26 20:59:39 RECONNECT TEST: Internet:ReachableViaWiFi/-R t——
2017-08-26 20:59:39 Client terminated, reconnecting in 1.
2017-08-26 20:59:40 EVENT: RECONNECTING
2017-08-26 20:59:40 EVENT: RESOLVE
2017-08-26 20:59:40 Contacting 24.9.69.17:443 via TCP
2017-08-26 20:59:40 EVENT: WAIT
2017-08-26 20:59:40 SetTunnelSocket returned 1
2017-08-26 20:59:40 Connecting to [xxxx.asuscomm.com]:443 (24.9.69.17) via TCPv4
2017-08-26 20:59:41 TCP recv EOF
2017-08-26 20:59:41 Transport Error: Transport error on ‘xxxx.asuscomm.com: NETWORK_EOF_ERROR
2017-08-26 20:59:41 EVENT: TRANSPORT_ERROR Transport error on ‘xxxx.asuscomm.com: NETWORK_EOF_ERROR [ERR]
2017-08-26 20:59:41 Client terminated, restarting in 5000 ms.
2017-08-26 20:59:41 EVENT: DISCONNECTED
2017-08-26 20:59:41 Raw stats on disconnect:
BYTES_OUT : 64
PACKETS_OUT : 4
NETWORK_EOF_ERROR : 4
TRANSPORT_ERROR : 4
N_RECONNECT : 3
2017-08-26 20:59:41 Performance stats on disconnect:
CPU usage (microseconds): 21531
Network bytes per CPU second: 2972
Tunnel bytes per CPU second: 0
Re: NETWORK_EOF_ERROR (transport error)
Post by TinCanTech » Sat Aug 26, 2017 1:45 pm
Re: NETWORK_EOF_ERROR (transport error)
Post by hey_aj » Mon Aug 28, 2017 8:31 am
Sure, two follow-up questions:
1) I assume you are referring to the log on my router, in which case I will need to check when I return home as I am currently remote
2) Any suggestion as to what I am looking for or what the issue is? Or, just generic guidance to check the log?
Re: NETWORK_EOF_ERROR (transport error)
Post by TinCanTech » Mon Aug 28, 2017 12:17 pm
You need to verify that a connection attempt was made and what went wrong.
Re: NETWORK_EOF_ERROR (transport error)
Post by klanimantsi » Tue Sep 05, 2017 10:06 am
Источник
OpenVPN Support Forum
Community Support Forum
Connection Timeout: NETWORK_EOF_ERROR
Connection Timeout: NETWORK_EOF_ERROR
Post by christiansam » Sat Feb 02, 2013 10:17 am
I have problems connecting with openvpn connect (ios) to my openvpn server. Before any crypto-stuff can get handled out, it breaks up with the following message:
—
logfile:
EVENT: CONNECTIONG
Tunnel Options: .
Peer Info: .
.
TCP recv EOF
Transport Error: Transport error on ‘ ‘: NETWORK _EOF_ERROR
Client terminated, restarting in 2.
EVENT: RECONNECTING
—-
Authentifcation mode is set to TLS with KEY CERT and CA generated by the easy-rsa utility. Except for changing auth-mode to something else I I tried (nearly) every possible mix of client-configration setting, without any success. My client-conf is based on sample-file, provided in windows openvpn package and works well with linux, windows and android openvpn clients.
Can’t tell you exactly which version of the openvpn server I use, it is included in an alternative firmware for Linksys’ WRT54G/GL routers, please see: http://tomatovpn.keithmoyer.com/
Best regards,
christian
Re: Connection Timeout: NETWORK_EOF_ERROR
Post by mtrussa » Fri Mar 22, 2013 1:42 pm
Exactly thesame problem here!
Having a look on the server side it seems the connection never reach the server!
Dns resolution is fine (I see it in logs) but Connection Timeout: NETWORK_EOF_ERROR suddenly appears.
Are we missing something?
The same configuration works fine on Openvpn Connect on android.
Re: Connection Timeout: NETWORK_EOF_ERROR
Post by jbove » Thu May 02, 2013 12:23 pm
Re: Connection Timeout: NETWORK_EOF_ERROR
Post by jbove » Fri May 03, 2013 7:33 am
Re: Connection Timeout: NETWORK_EOF_ERROR
Post by guru431 » Wed Oct 23, 2013 8:39 am
Re: Connection Timeout: NETWORK_EOF_ERROR
Post by boostpt » Sun Dec 08, 2013 12:33 am
I made a reset to my primary router and
now the ddwrt have the same problem.
I don’t know why, I didn’t touch the ddwrt
configs at all. But I’m facing this problem.
When I use the internal connection (192.168.x.x)
I can connect to the server , but when I use
The Internet with my external ip, it doesn’t work.
I have all configured: noip; port forward on my
primary router. All worked fine before the router reset.
You fix the error just by adding the keysize
text on the server config, or you made
something else?
Did you creat other CRT or key file or something Else?
Re: Connection Timeout: NETWORK_EOF_ERROR
Post by boostpt » Mon Dec 09, 2013 9:24 pm
I’ve figured it out.
In my case it has nothing to do with keysize
My primary router was not properly configured.
It has several options for port forwarding.
And it wasn’t correctly configured.
Work like a charm now.
Re: Connection Timeout: NETWORK_EOF_ERROR
Post by plopes1960 » Thu Mar 13, 2014 11:45 am
I have exactly the same log problem when I try to conect from my iPad (openvpn client) to my router (openvpn server).
Источник
OpenVPN Support Forum
Community Support Forum
Android client does not connect OpenVPN!!
Android client does not connect OpenVPN!!
Post by guzzarish » Sun Jan 13, 2019 7:43 am
Good afternoon. I have a problem with my OpenVPN server that I am not able to solve. I no longer have ideas to fix it, so I ask you for help to see if you can come up with a solution.
For 1 year my OpenVPN worked perfectly, I changed the router of the telephone company and I stopped running OpenVPN. In the new router I have opened the TCP / UDP ports to natear the IP of the server.
The server is a raspberry pi 2.
The client is an Android 7 phone.
This is the OpenVPN client log:
CODE: SELECT ALL
15:42:14.295 — —— OpenVPN Start ——
15:42:14.296 — EVENT: CORE_THREAD_ACTIVE
15:42:14.302 — Frame=512/2048/512 mssfix-ctrl=1250
15:42:14.307 — UNUSED OPTIONS
4 [resolv-retry] [infinite]
5 [nobind]
6 [persist-key]
7 [persist-tun]
11 [verify-x509-name] [server_D2SVcFLhsDCR] [name]
15 [verb] [3]
15:42:14.309 — EVENT: RESOLVE
15:42:14.320 — Contacting 95.160.128.123:51025 via TCP
15:42:14.322 — EVENT: WAIT
15:42:14.358 — Connecting to [dominio.com]:51025 (95.160.128.123) via TCPv4
15:42:14.401 — EVENT: CONNECTING
15:42:14.405 — Tunnel Options:V4,dev-type tun,link-mtu 1572,tun-mtu 1500,proto TCPv4_CLIENT,comp-lzo,keydir 1,cipher AES-256-CBC,auth SHA256,keysize 256,tls-auth,key-method 2,tls-client
15:42:14.408 — Creds: UsernameEmpty/PasswordEmpty
15:42:14.410 — Peer Info:
IV_GUI_VER=OC30Android
IV_VER=3.2
IV_PLAT=android
IV_NCP=2
IV_TCPNL=1
IV_PROTO=2
IV_LZO=1
IV_AUTO_SESS=1
15:42:14.641 — VERIFY OK : depth=1
cert. version : 3
serial number : E2:18:54:E0:20:62:E0:E0
issuer name : CN=ChangeMe
subject name : CN=ChangeMe
issued on : 2018-04-27 20:11:59
expires on : 2028-04-24 20:11:59
signed using : RSA with SHA-256
RSA key size : 2048 bits
basic constraints : CA=true
key usage : Key Cert Sign, CRL Sign
15:42:14.643 — VERIFY OK : depth=0
cert. version : 3
serial number : 01
issuer name : CN=ChangeMe
subject name : CN=server_D2SVc2LhsDCR
issued on : 2018-04-27 20:12:07
expires on : 2028-04-24 20:12:07
signed using : RSA with SHA-256
RSA key size : 2048 bits
basic constraints : CA=false
key usage : Digital Signature, Key Encipherment
ext key usage : TLS Web Server Authentication
15:42:14.838 — TCP recv EOF
15:42:14.840 — Transport Error: Transport error on ‘dominio.com: NETWORK_EOF_ERROR
15:42:14.841 — EVENT: TRANSPORT_ERROR info=’Transport error on ‘dominio.com: NETWORK_EOF_ERROR’
15:42:14.845 — Client terminated, restarting in 5000 ms.
15:42:19.845 — EVENT: RECONNECTING
15:42:19.854 — EVENT: RESOLVE
On the Raspberry with the command: «netstat -atn» I see that the communication arrives at port 51025 as established
CODE: SELECT ALL
$ netstat -atn
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:51025 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 192.168.1.199:51025 31.42.159.116:2479 ESTABLISHED
tcp 0 172 192.168.1.199:22 192.168.1.50:38336 ESTABLISHED
tcp6 0 0 . 80 . * LISTEN
tcp6 0 0 . 22 . * LISTEN
What I can do?
Источник
Network eof error openvpn android
Установка на Debian Wheezy. На других дистрибутивах будут аналогичные настройки.
#установим openvpn
aptitude install openvpn
#редактируем переменные
cd /usr/share/doc/openvpn/examples/easy-rsa/2.0/
nano ./vars
#меняем строки
export KEY_SIZE=2048 #Длинна ключа
export KEY_EXPIRE=3650 #Срок действия ключа в днях
#инициализируем переменные и чистим папку keys и создаем сертификаты
. ./vars
. ./clean-all
./build-ca #корневой сертификат
./build-key-server server #сертификат сервера
./build-dh #ключ Диффи Хельман
#tls-auth (по желанию)
openvpn —genkey —secret ./keys/ta.key
#перенесем полученные сертификаты в рабочую папку
cp ./keys/ca.crt /etc/openvpn
cp ./keys/server.crt /etc/openvpn
cp ./keys/server.key /etc/openvpn
cp ./keys/dh2048.pem /etc/openvpn
#для tls-auth
cp ./keys/ta.key /etc/openvpn
#создадим сертификаты пользователей
./build-key-pkcs12 vpn.android
Серверный конфиг:
zcat /usr/share/doc/openvpn/examples/sample-config-files/server.conf.gz > /etc/openvpn/server.conf
nano /etc/openvpn/server.conf
#раскомментируем строчку
nano /etc/sysctl.conf
net.ipv4.ip_forward=1
#настройка IPTABLES
iptables -A FORWARD -s 10.8.0.0/24 -j ACCEPT
iptables -A FORWARD -m state —state RELATED,ESTABLISHED -j ACCEPT
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE
remote IP PORT
client
dev tun
ping 10
comp-lzo
proto udp
tls-client
remote-cert-tls server
verb 3
pull
tls-auth ta.key 1
#Сертификаты
ca ca.crt
cert vpn.android.crt
key vpn.android.key
Второй способ удобнее, я думаю.
Большая часть информации взята с Хабрахабр. Теплый и ламповый VPN
Сообщение отредактировал FacelessS — 24.04.15, 12:37
Источник
Network eof error openvpn android
09:22:44.403 — —— OpenVPN Start ——
09:22:44.404 — EVENT: CORE_THREAD_ACTIVE
09:22:44.418 — Frame=512/2048/512 mssfix-ctrl=1250
09:22:44.435 — UNUSED OPTIONS
5 [resolv-retry] [infinite]
6 [nobind]
7 [persist-key]
8 [persist-tun]
10 [verb] [3]
09:22:44.436 — EVENT: RESOLVE
09:22:44.443 — Contacting ххх.ххх.ххх.ххх:1194 via TCP
09:22:44.444 — EVENT: WAIT
09:22:44.560 — Connecting to [ххх.ххх.ххх.ххх]:1194 (ххх.ххх.ххх.ххх) via TCPv4
09:22:44.719 — EVENT: CONNECTING
09:22:44.832 — Tunnel Options:V4,dev-type tun,link-mtu 1559,tun-mtu 1500,proto TCPv4_CLIENT,cipher AES-128-CBC,auth SHA1,keysize 128,key-method 2,tls-client
09:22:44.837 — Creds: Username/Password
09:22:44.842 — Peer Info:
IV_GUI_VER=OC30Android
IV_VER=3.2
IV_PLAT=android
IV_NCP=2
IV_TCPNL=1
IV_PROTO=2
IV_AUTO_SESS=1
09:22:46.600 — VERIFY OK : depth=0
cert. version : 3
serial number : 01
issuer name : C=RU, ST=STA, L=Stavropol, O=Company, OU=server, CN=server, ??=server, emailAddress=mail@mail.ru
subject name : C=RU, ST=STA, L=Stavropol, O=Company, OU=server, CN=server, ??=server, emailAddress=mail@mail.ru
issued on : 2018-07-10 11:48:50
expires on : 2028-07-07 11:48:50
signed using : RSA with SHA-256
RSA key size : 4096 bits
basic constraints : CA=false
cert. type : SSL Server
key usage : Digital Signature, Key Encipherment
ext key usage : TLS Web Server Authentication
09:22:47.910 — TCP recv EOF
09:22:47.917 — Transport Error: Transport error on ‘ххх.ххх.ххх.ххх: NETWORK_EOF_ERROR
09:22:47.926 — EVENT: TRANSPORT_ERROR info=’Transport error on ‘ххх.ххх.ххх.ххх: NETWORK_EOF_ERROR’
09:22:47.935 — Client terminated, restarting in 5000 ms..
Источник
Здравствуйте.
Можно с разрешения ТС подобный вопрос задать, чтоб темы не плодить.
Подскажите пожалуйста. Поднял сервер openvpn на ubuntu server 18.04, на микрот установил сертификат и ключ. Пробую соединиться — не получается.
Лог сервера:
Код: Выделить всё
Thu Nov 14 01:32:07 2019 TCP connection established with [AF_INET]***.***.***.***:53340
Thu Nov 14 01:32:07 2019 185.184.233.160:53340 TLS: Initial packet from [AF_INET]***.***.***.***:53340, sid=53ffafd8 2edccd19
Thu Nov 14 01:32:07 2019 185.184.233.160:53340 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]***.***.***.***:53340
Thu Nov 14 01:32:07 2019 185.184.233.160:53340 Fatal TLS error (check_tls_errors_co), restarting
Thu Nov 14 01:32:07 2019 185.184.233.160:53340 SIGUSR1[soft,tls-error] received, client-instance restarting
конфигурация сервера:
Код: Выделить всё
port 1194
# Протокол может быть UDP или TCP, я выбрал 1-й вариант.
proto tcp
# Если вы выберите протокол TCP, здесь должно быть устройство tap. Однако, это вариант я не проверял, поэтому ищите информацию отдельно. FIXME
dev tun
# Указываем где искать ключи
ca /etc/openvpn/keys/ca.crt
cert /etc/openvpn/keys/server.crt
key /etc/openvpn/keys/server.key # This file should be kept secret
dh /etc/openvpn/keys/dh2048.pem
# Для 12.04 dh1024.pem
# Задаем IP и маску виртуальной сети. Произвольно, но если не уверены лучше делайте как показано здесь
server 10.8.0.0 255.255.255.0
# Указыем, где хранятся файлы с настройками IP-адресов клиентов (создадим ниже)
client-config-dir ccd
# Запоминать динамически выданные адреса для VPN-клиентов и при последующих подключениях назначать те же значения.
ifconfig-pool-persist ipp.txt
# Указываем сети, в которые нужно идти через туннель (сеть-клиента).
route 192.168.0.0 255.255.255.0
# Включаем TLS
tls-server
tls-auth /etc/openvpn/keys/ta.key 0
tls-timeout 120
auth SHA1
cipher AES-256-CBC
# Если нужно, чтобы клиенты видели друг друга раскомментируйте
;client-to-client
keepalive 10 120
# Сжатие трафика
;comp-lzo
# Максимум клиентов
max-clients 10
user nobody
group nogroup
# Не перечитывать ключи, не закрывать и переоткрывать TUNTAP устройство, после получения SIGUSR1 или ping-restart
persist-key
persist-tun
status openvpn-status.log
log /var/log/openvpn.log
# Детальность логирования
verb 3
# Защита от повторов (максимум 20 одинаковых сообщений подряд)
mute 20
# Файл отозванных сертификатов. Разремить, когда такие сертификаты появятся.
;crl-verify /etc/openvpn/crl.pem
лог с микрота:
Настраивал по мануалу с вики ubuntu.ru
Где может быть ошибка?
благодарю
Hello!
I’m trying to connect with my samsung galaxy tab note 12.2 Android Version 4.4.2 to my QNAP TS-563 Version 4.2.1 (19.04.2016), but I get always a Connection Timeout.
If I try to connect with my IPhone with the same configuration apart from the deleted last line, the connect works fine.
Here is my configuration:
Code: Select all
client
dev tun2001
script-security 3
proto udp
remote myHome 1194
resolv-retry infinite
nobind
<ca>
-----BEGIN CERTIFICATE-----
....
-----END CERTIFICATE-----
</ca>
auth-user-pass
reneg-sec 0
cipher AES-128-CBC
tls-cipher TLS-SRP-SHA-RSA-WITH-3DES-EDE-CBC-SHA:TLS-DHE-RSA-WITH-AES-128-CBC-SHA:TLS-DHE-RSA-WITH-AES-256-CBC-SHA
comp-lzo
setenv CLIENT_CERT 0
And here is my openVPN-Log:
Code: Select all
I/OpenVPNService(13685): ConnectivityReceiver: SCREEN_ON pvbs=false
D/OpenVPNService(13685): SERV: client attach n_clients=1
D/OpenVPNService(13685): SERV: onStartCommand action=net.openvpn.openvpn.CONNECT
D/OpenVPNService(13685): SERV: profile file len=1680
I/OpenVPNService(13685): SERV: CONNECT prof=myHome [openvpn] user=marc proxy=undef serv=null proto=adaptive to=60 resp=null epki_alias=null comp=yes
I/OpenVPNService(13685): EVENT: CORE_THREAD_ACTIVE
I/OpenVPNService(13685): LOG: Frame=512/2048/512 mssfix-ctrl=1250
I/OpenVPNService(13685): LOG: UNUSED OPTIONS
I/OpenVPNService(13685): 2 [script-security] [3]
I/OpenVPNService(13685): 5 [resolv-retry] [infinite]
I/OpenVPNService(13685): 6 [nobind]
I/OpenVPNService(13685): 11 [tls-cipher] [TLS-SRP-SHA-RSA-WITH-3DES-EDE-CBC-SHA:TLS-DHE-RSA-WITH-AES-128-C...]
I/OpenVPNService(13685): 13 [setenv] [CLIENT_CERT] [0]
I/OpenVPNService(13685): EVENT: RESOLVE
I/OpenVPNService(13685): LOG: Contacting 1.2.3.4:1194 via UDP
I/OpenVPNService(13685): EVENT: WAIT
D/OpenVPNService(13685): SOCKET PROTECT: fd=57 protected status=true
I/OpenVPNService(13685): LOG: Connecting to [myHome]:1194 (1.2.3.4) via UDPv4
I/OpenVPNService(13685): EVENT: CONNECTING
I/OpenVPNService(13685): LOG: Tunnel Options:V4,dev-type tun,link-mtu 1558,tun-mtu 1500,proto UDPv4,comp-lzo,cipher AES-128-CBC,auth SHA1,keysize 128,key-method 2,tls-client
I/OpenVPNService(13685): LOG: Creds: Username/Password
I/OpenVPNService(13685): LOG: Peer Info:
I/OpenVPNService(13685): IV_GUI_VER=net.openvpn.connect.android 1.1.17-76
I/OpenVPNService(13685): IV_VER=3.0.12
I/OpenVPNService(13685): IV_PLAT=android
I/OpenVPNService(13685): IV_NCP=2
I/OpenVPNService(13685): IV_TCPNL=1
I/OpenVPNService(13685): IV_PROTO=2
I/OpenVPNService(13685): IV_LZO=1
I/OpenVPNService(13685): LOG: Session invalidated: KEEPALIVE_TIMEOUT
I/OpenVPNService(13685): LOG: Client terminated, restarting in 2...
I/OpenVPNService(13685): EVENT: RECONNECTING
D/OpenVPNService(13685): SOCKET PROTECT: fd=57 protected status=true
I/OpenVPNService(13685): EVENT: RESOLVE
I/OpenVPNService(13685): LOG: Contacting 1.2.3.4:1194 via UDP
I/OpenVPNService(13685): EVENT: WAIT
I/OpenVPNService(13685): LOG: Connecting to [myHome]:1194 (1.2.3.4) via UDPv4
I/OpenVPNService(13685): EVENT: CONNECTING
I/OpenVPNService(13685): LOG: Tunnel Options:V4,dev-type tun,link-mtu 1558,tun-mtu 1500,proto UDPv4,comp-lzo,cipher AES-128-CBC,auth SHA1,keysize 128,key-method 2,tls-client
I/OpenVPNService(13685): LOG: Creds: Username/Password
I/OpenVPNService(13685): LOG: Peer Info:
I/OpenVPNService(13685): IV_GUI_VER=net.openvpn.connect.android 1.1.17-76
I/OpenVPNService(13685): IV_VER=3.0.12
I/OpenVPNService(13685): IV_PLAT=android
I/OpenVPNService(13685): IV_NCP=2
I/OpenVPNService(13685): IV_TCPNL=1
I/OpenVPNService(13685): IV_PROTO=2
I/OpenVPNService(13685): IV_LZO=1
D/OpenVPNService(13685): pause_on_connection_timeout false
I/OpenVPNService(13685): EVENT: CONNECTION_TIMEOUT
D/OpenVPNService(13685): EXIT: connect() exited, err=false, msg=''
I/OpenVPNService(13685): STAT BYTES_IN=96
I/OpenVPNService(13685): STAT BYTES_OUT=5242
I/OpenVPNService(13685): STAT PACKETS_IN=4
I/OpenVPNService(13685): STAT PACKETS_OUT=33
I/OpenVPNService(13685): STAT KEEPALIVE_TIMEOUT=1
I/OpenVPNService(13685): STAT CONNECTION_TIMEOUT=1
I/OpenVPNService(13685): STAT N_RECONNECT=1
I/OpenVPNService(13685): EVENT: DISCONNECTED
I/OpenVPNService(13685): EVENT: CORE_THREAD_INACTIVE
I/OpenVPNService(13685): ConnectivityReceiver: SCREEN_OFF pvbs=false
What I’m doing wrong?
Best regards,
Marc
Guide
2018-11-19
02:57 PM
OpenVPN Not connecting in Orbi system
Hi, i have a brandnew ORBI RBK23 system (1 router, 2 satellites), router connected to cable modem. The ORBI router as replacement for a Nighthawk R7000, on which a VPN service worked flawlessly. Connection with Samsung Android smart phone as well as iPad without problems, but Windows Notebook problems with certificates.
But not on the new ORBI: nothing at all works as far as VPN is concerned.
I did all the settings as prescribed, downloaded the right client .ovpn file, but to no avail.
Any suggestions?
HELP PLEASE!
(Firmware: v2.2.1.210; service type TUN mode: TCP; service type TAP mode: UDP; clients access VPN: all internet sites as well as home network)
Model: RBK22| Orbi AC2200 Tri-band WiFi System
Message 1 of 19
Guide
2018-11-20
01:22 AM
Re: OpenVPN Not connecting in Orbi system
FOUND IT! Thanks to you. I changed the settings of TUN back to UDP and now it is working all right! I forgot that I initially tested it over the home network and as you said, that does not work (but it did on my previous router, so that caused my confusion). When I set the wifi on my iPad to my smart phone 4G hotspot, it works fine now!!
The only thing that is still bothering me is the lg in the windows client (notebook with windows 10). Connection is achieved all right, but in the log I see this:
Tue Nov 20 10:03:33 2018 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Tue Nov 20 10:03:44 2018 WARNING: this configuration may cache passwords in memory — use the auth-nocache option to prevent this
Should I start a new topic on this, or may I ask your opinion about this too? (I tried to understand what is explained in the provided openvpn.net link, but can’t get a grip on the contents; seems that I have to do a lot of programming, which seems very difficult).
But anyhow, by this conversation with you, my problems with the connection, anyway on my iPad as well as my android smart phone, are completely solved! Thank you very much!
Message 8 of 19
Master
2018-11-19
03:45 PM
Re: OpenVPN Not connecting in Orbi system
I have VPN working well on iPhone and iPad.
— What happens when it does not work for you?
— Do you see any event in Logs when VPN is tried? This can show if the VPN connection request arrives to Orbi.
— Is DDNS configured correctly and working? Do you get the correct status when clicking “Status” in the DDNS tab?
— Please note that you can’t try VPN connection while connected to your own wifi or another network using the same IP range as your own LAN.
My Setup | Internet Fiber ONT 250↓/250↑ | ISP Telenor | Wifi Router Orbi RBR850 + RBS850 + 2x RBS750 + 3xRBS350, Wired/Wireless BH / Orbi RBR50 + 6x RBS50 + RBS40V + RBS50Y, Wired/Wireless BH | Switches NG GS208 | Time Zone CET (Sweden)
Message 2 of 19
Guide
2018-11-19
04:19 PM
Re: OpenVPN Not connecting in Orbi system
Thanks for responding!
what happens is that i get time outs. In the log files i see each time the same error: «TCP rcv EOF» followed by «TRANSPORT_ERROR Transport error on ‘(my name).mynetgear.com: NETWORK_EOF_ERROR [ERR]»
in the DDNS, with clicking on «show status» i get the message, after a few seconde of waiting, that an update was performed a few days ago (correct, that was when i tried to setup my VPN first time) on (my name).mynetgear.com.
does this give you any clues?
Model: RBK22| Orbi AC2200 Tri-band WiFi System
Message 3 of 19
Master
2018-11-19
04:33 PM
Re: OpenVPN Not connecting in Orbi system
Before starting “deeper” troubleshooting, can you please first untick “Enable VPN Service” option under VPN and click Apply, then tick it again and click Apply. Anything changes?
My Setup | Internet Fiber ONT 250↓/250↑ | ISP Telenor | Wifi Router Orbi RBR850 + RBS850 + 2x RBS750 + 3xRBS350, Wired/Wireless BH / Orbi RBR50 + 6x RBS50 + RBS40V + RBS50Y, Wired/Wireless BH | Switches NG GS208 | Time Zone CET (Sweden)
Message 4 of 19
Guide
2018-11-19
11:29 PM
Re: OpenVPN Not connecting in Orbi system
Did what you suggested, nothing changed, i keep the logged error (EOF error).
Also rebooted several times, but again, same problem.
Should i perform a total reset and renew installation? (Don’t like the idea, but on the other hand, it can be done if you think that’s wise).
Or should i delete my mynetgear address and start from scratch there, with a new address on mynetgear.com?
Model: RBK22| Orbi AC2200 Tri-band WiFi System
Message 5 of 19
Master
2018-11-19
11:38 PM
Re: OpenVPN Not connecting in Orbi system
— You mentioned that your TUN Mode is set to TCP. Any reason for that? The default (which I have working) is UDP.
My Setup | Internet Fiber ONT 250↓/250↑ | ISP Telenor | Wifi Router Orbi RBR850 + RBS850 + 2x RBS750 + 3xRBS350, Wired/Wireless BH / Orbi RBR50 + 6x RBS50 + RBS40V + RBS50Y, Wired/Wireless BH | Switches NG GS208 | Time Zone CET (Sweden)
Message 6 of 19
Guide
2018-11-19
11:46 PM
Re: OpenVPN Not connecting in Orbi system
Did that after the initial udp option did not work (same problem), and on the former router Nighthawk R7000, this was the working setting…
Model: RBK22| Orbi AC2200 Tri-band WiFi System
Message 7 of 19
Guide
2018-11-20
01:22 AM
Re: OpenVPN Not connecting in Orbi system
FOUND IT! Thanks to you. I changed the settings of TUN back to UDP and now it is working all right! I forgot that I initially tested it over the home network and as you said, that does not work (but it did on my previous router, so that caused my confusion). When I set the wifi on my iPad to my smart phone 4G hotspot, it works fine now!!
The only thing that is still bothering me is the lg in the windows client (notebook with windows 10). Connection is achieved all right, but in the log I see this:
Tue Nov 20 10:03:33 2018 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Tue Nov 20 10:03:44 2018 WARNING: this configuration may cache passwords in memory — use the auth-nocache option to prevent this
Should I start a new topic on this, or may I ask your opinion about this too? (I tried to understand what is explained in the provided openvpn.net link, but can’t get a grip on the contents; seems that I have to do a lot of programming, which seems very difficult).
But anyhow, by this conversation with you, my problems with the connection, anyway on my iPad as well as my android smart phone, are completely solved! Thank you very much!
Message 8 of 19
Master
2018-11-20
01:30 AM
Re: OpenVPN Not connecting in Orbi system
Glad that this helped. Good luck
My Setup | Internet Fiber ONT 250↓/250↑ | ISP Telenor | Wifi Router Orbi RBR850 + RBS850 + 2x RBS750 + 3xRBS350, Wired/Wireless BH / Orbi RBR50 + 6x RBS50 + RBS40V + RBS50Y, Wired/Wireless BH | Switches NG GS208 | Time Zone CET (Sweden)
Message 9 of 19
Guide
2018-11-20
01:54 AM
Re: OpenVPN Not connecting in Orbi system
and to be complete for all readers of this topic, about the added questions concerning the log file of the windows client connection:
the line about the warning of certificates vanishes if one adds the line «remote-cert-tls server» to the .OVPN config file
the second warning, about the passwords cache, is of no real siginificance and can be ignored.
again many thanks to ekhalil!
Model: RBK22| Orbi AC2200 Tri-band WiFi System
Message 10 of 19
Aspirant
2018-11-20
11:59 AM
Re: OpenVPN Not connecting in Orbi system
I’m having the same issue…I cant seem to connect to my VPN on windows 10. I am able to connect to it no problem on my iphone and ipad. But on windows 10, I’m getting this in the log file:
Enter Management Password:
Tue Nov 20 14:47:48 2018 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Tue Nov 20 14:48:53 2018 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Tue Nov 20 14:49:58 2018 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Tue Nov 20 14:51:05 2018 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Tue Nov 20 14:52:11 2018 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Any help would be appreciated. Thanks in advance
_______________________________________________________________________________________________________________
UPDATE: I was trying to connect while on my home network (not sure if that matters). I tried while on my iphone hotspot and his is what i get:
Enter Management Password:
Tue Nov 20 15:02:04 2018 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Tue Nov 20 15:02:06 2018 TAP-Windows adapter ‘NETGEAR-VPN’ not found
Model: RBK50| Orbi AC3000 High-Performance Tri-Band WiFi System
Message 11 of 19
Aspirant
2018-11-20
12:21 PM
Re: OpenVPN Not connecting in Orbi system
Ok, UPDATE #2: After researching the last log file entry, I renamed the TAP Windows Adapter to «NETGEAR-VPN». Now I’m getting:
Enter Management Password:
Tue Nov 20 15:12:08 2018 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Tue Nov 20 15:12:08 2018 Could not determine IPv4/IPv6 protocol
Tue Nov 20 15:12:13 2018 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
I just cant win!! I already researched that as well and cant seem to find info on it. Now any help would be appreciated. Sorry, and thanks in advance
Model: RBK50| Orbi AC3000 High-Performance Tri-Band WiFi System
Message 12 of 19
Guide
2018-11-20
01:18 PM
Re: OpenVPN Not connecting in Orbi system
Well, since I got it running, you should be able to run it too, especially with your equipment!
I suppose you have the newest ORBI firmware, and you have a valid mynetgear.com account. And you downloaded the right files (those for Windows) from the router.
In VPN settings, leave the TUN service mode and TAP service mode as it is (so leave TUN to UPD and do not change it, like I tried to no avail, to TCP)
You already renamed the TAP adapter to NETGEAR-VPN, that is necessary too.
Did you also add the line «remote-cert-tls server» to your client.ovpn file? Because when you did, the warning about the certificates should not appear. Are you sure that the (in this way edited) client.ovpn is in the C:program filesopenvpnconfig subdirectory?
And indeed, it matters that you test your VPN from a different network than your ORBI network.
Please check the above issues and let us know if this helps?
Model: RBK22| Orbi AC2200 Tri-band WiFi System
Message 13 of 19
Aspirant
2018-11-20
01:53 PM
Re: OpenVPN Not connecting in Orbi system
Thanks for the fast reply…
- Yes the router and satellites are on the current firmwares
- Yes my mynetgear account is valid
- Yes I downloaded the correct config files for windows
- Both TUN and TAP are default and havnet been changed
- Yes I renamed the adapter to NETGEAR-VPN as you stated
- No, I did not add that line to my config file. Is that simply added that to the send line? My config file is 1 line long…very long and nothing else. Do I add it with quotes or without?
Here is my current config file:
Only 1 line
client
dev tap
proto udp
dev-node NETGEAR-VPN
remote (removed for privacy) 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 0
sndbuf 393216
rcvbuf 393216
Not sure why it pasted as being multiple lines, that’s why i included the image.
- Lastly, yes, the config file is in the correct directory
I actually gave up until i saw your reply. I will keep at it, but its very frustrating and shouldn’t be this hard.
Message 14 of 19
Aspirant
2018-11-20
02:01 PM
Re: OpenVPN Not connecting in Orbi system
Also, opening the config file in notepad:
I added remote-cert-tls server without the quotes at the very end and when i go to save it, it says i dont have permission and need to seek file owner or administrator. I am the administrator on the machine, only 1 user.
Message 15 of 19
Guide
2018-11-20
02:25 PM
Re: OpenVPN Not connecting in Orbi system
Yes, that is what i saw too. So what i did was editing the ovpn file in the download directory and then copied the new / edited file to the config subdir. Here too the system complained about my rights, but there was the option to continue as administrator. And that worked.
The line is indeed to be placed at the end of the file, i put it right at the end, two spaces after the last character.
And indeed without he quotation marks!
Please inform about the result!
Model: RBK22| Orbi AC2200 Tri-band WiFi System
Message 16 of 19
Aspirant
2018-11-20
03:01 PM
Re: OpenVPN Not connecting in Orbi system
Thanks again for your help…i really appreciate it.
New Errors — New Logs…so maybe a step in the right direction. BUT, you’re right, i’m not geting the «certificate» warning anymore
Message 17 of 19
Guide
2018-11-21
03:08 AM
Re: OpenVPN Not connecting in Orbi system
I am very sorry your problem still exists…
Btw, your client.ovpn contains exactly the same lines as mine, only mine is one long line without hard returns (in notepad), and no spaces between the lines as compared to yours (where there are hard returns). I wonder why you apparently downloaded another format…
What exactly are the «new ERRORs» you write about in your last post?
Model: RBK22| Orbi AC2200 Tri-band WiFi System
Message 18 of 19
Guide
2018-11-22
08:18 AM
Re: OpenVPN Not connecting in Orbi system
Ah, now i can see the errors, but i do not understand them…
You have the exact lines in your (as compared to my) client.ovpn, and i also tried what would happen if i make it a file with neat 18 lines (the 18th being the added line remote-cert-tls server). No difference, works equal flawlessly.
The only possible difference (but i do not know its significance) is that you keep also a client file in the C:users(user)openvpnconfig? Because i have not (the only place is the C:program filesopenvpnconfig, along with the 3 other files of course (ca.crt, client.crt and client.key).
If the problem still exists, you might try the good old reboot of your system and / or try the whole operation without the protection of firewalls etc.
I am afraid i can’t be of further assistance (being kind of a novice myself!)
Good luck, and please post again if you have (hopefully good) news flashes!
Model: RBK22| Orbi AC2200 Tri-band WiFi System
Message 19 of 19