Community discussions

MikroTik App
 
Sammie
just joined
Topic Author
Posts: 14
Joined: Tue Jun 14, 2022 9:48 pm

OVPN disconnects during file transfer [Router OS 7.3.1]

Tue Jun 14, 2022 10:37 pm

Hi, I need help.
Updated my RB2011UiAS to ROS 7.1.5 to set up OVPN UDP server.
My ROS settings attached to the post.
My Mac OVPN client settings:
client
dev tun
proto udp
remote x.x.x.x 1194
;remote my-server-2 1194
;remote-random
resolv-retry infinite
nobind
persist-key
persist-tun
;http-proxy-retry # retry on connection failures
;http-proxy [proxy server] [proxy port #]
;mute-replay-warnings
<ca>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN ENCRYPTED PRIVATE KEY-----
-----END ENCRYPTED PRIVATE KEY-----
</key>
auth-user-pass
remote-cert-tls server
;tls-auth ta.key 1
;cipher x
;comp-lzo
verb 3
;mute 20
route 192.168.88.0 255.255.255.0
ping 15
ping-restart 45
ping-timer-rem
;route-delay 5
;route-gateway 192.168.88.1
;redirect-gateway def1 
After setup I've got OVPN connects from Mac and Android. But problem is that it crashes after file transfer (After 60-70MB of traffic) and reconnects.
In microtik log I found such error
recvd P_DATA packet, dropping
I Updated to 7.3.1, and problem still exists, but with Mac I don't see this error In log, only with Android, with Mac client I see this message
After OVPN crashes:
 disconnected <TLS failed> 
Full Mac OVPN client log Here
 
[Jun 14, 2022, 18:02:23] Frame=512/2048/512 mssfix-ctrl=1250
⏎[Jun 14, 2022, 18:02:23] UNUSED OPTIONS
4 [resolv-retry] [infinite]
5 [nobind]
6 [persist-key]
7 [persist-tun]
13 [verb] [3]
17 [ping-timer-rem]
⏎[Jun 14, 2022, 18:02:23] EVENT: RESOLVE ⏎[Jun 14, 2022, 18:02:23] Contacting Х.Х.Х.Х:1194 via UDP
⏎[Jun 14, 2022, 18:02:23] EVENT: WAIT ⏎[Jun 14, 2022, 18:02:23] UnixCommandAgent: transmitting bypass route to /var/run/agent_ovpnconnect.sock
{
	        "host" : "Х.Х.Х.Х",
	        "ipv6" : false,
	        "pid" : 3267
}

⏎[Jun 14, 2022, 18:02:23] Connecting to [Х.Х.Х.Х]:1194 (Х.Х.Х.Х) via UDPv4
⏎[Jun 14, 2022, 18:02:23] EVENT: CONNECTING ⏎[Jun 14, 2022, 18:02:23] Tunnel Options:V4,dev-type tun,link-mtu 1541,tun-mtu 1500,proto UDPv4,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-client
⏎[Jun 14, 2022, 18:02:23] Creds: Username/Password
⏎[Jun 14, 2022, 18:02:23] Peer Info:
IV_VER=3.git::d3f8b18b
IV_PLAT=mac
IV_NCP=2
IV_TCPNL=1
IV_PROTO=30
IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC
IV_GUI_VER=OCmacOS_3.3.6-4368
IV_SSO=webauth,openurl,crtext
IV_BS64DL=1

⏎[Jun 14, 2022, 18:02:28] SSL Handshake: peer certificate: CN=test-srv-OVPN, 4096 bit RSA, cipher: ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH     Au=RSA  Enc=AESGCM(256) Mac=AEAD

⏎[Jun 14, 2022, 18:02:28] Session is ACTIVE
⏎[Jun 14, 2022, 18:02:28] EVENT: GET_CONFIG ⏎[Jun 14, 2022, 18:02:28] Sending PUSH_REQUEST to server...
⏎[Jun 14, 2022, 18:02:29] Sending PUSH_REQUEST to server...
⏎[Jun 14, 2022, 18:02:31] Sending PUSH_REQUEST to server...
⏎[Jun 14, 2022, 18:02:31] OPTIONS:
0 [route] [192.168.88.0] [255.255.255.0]
1 [ping] [20]
2 [ping-restart] [60]
3 [topology] [subnet]
4 [route-gateway] [10.8.7.1]
5 [ifconfig] [10.8.7.7] [255.255.255.0]

⏎[Jun 14, 2022, 18:02:31] PROTOCOL OPTIONS:
  cipher: BF-CBC
  digest: SHA1
  key-derivation: OpenVPN PRF
  compress: NONE
  peer ID: -1
⏎[Jun 14, 2022, 18:02:31] TunPersist: short-term connection scope
⏎[Jun 14, 2022, 18:02:31] TunPersist: new tun context
⏎[Jun 14, 2022, 18:02:31] EVENT: ASSIGN_IP ⏎[Jun 14, 2022, 18:02:31] CAPTURED OPTIONS:
Session Name: Х.Х.Х.Х
Layer: OSI_LAYER_3
MTU: 1500
Remote Address: Х.Х.Х.Х
Tunnel Addresses:
  10.8.7.7/24 -> 10.8.7.1
Reroute Gateway: IPv4=0 IPv6=0 flags=[ IPv4 ]
Block IPv6: no
Add Routes:
  192.168.88.0/24
Exclude Routes:
DNS Servers:
Search Domains:

⏎[Jun 14, 2022, 18:02:31] SetupClient: transmitting tun setup list to /var/run/agent_ovpnconnect.sock
{
	        "config" : 
	        {
	        	         "iface_name" : "",
	        	         "layer" : "OSI_LAYER_3",
	        	         "tun_prefix" : false
	        },
	        "pid" : 3267,
	        "tun" : 
	        {
	        	         "adapter_domain_suffix" : "",
	        	         "add_routes" : 
	        	         [
	        	         	         {
	        	         	         	         "address" : "192.168.88.0",
	        	         	         	         "gateway" : "",
	        	         	         	         "ipv6" : false,
	        	         	         	         "metric" : -1,
	        	         	         	         "net30" : false,
	        	         	         	         "prefix_length" : 24
	        	         	         }
	        	         ],
	        	         "block_ipv6" : false,
	        	         "layer" : 3,
	        	         "mtu" : 1500,
	        	         "remote_address" : 
	        	         {
	        	         	         "address" : "Х.Х.Х.Х",
	        	         	         "ipv6" : false
	        	         },
	        	         "reroute_gw" : 
	        	         {
	        	         	         "flags" : 256,
	        	         	         "ipv4" : false,
	        	         	         "ipv6" : false
	        	         },
	        	         "route_metric_default" : -1,
	        	         "session_name" : "Х.Х.Х.Х",
	        	         "tunnel_address_index_ipv4" : 0,
	        	         "tunnel_address_index_ipv6" : -1,
	        	         "tunnel_addresses" : 
	        	         [
	        	         	         {
	        	         	         	         "address" : "10.8.7.7",
	        	         	         	         "gateway" : "10.8.7.1",
	        	         	         	         "ipv6" : false,
	        	         	         	         "metric" : -1,
	        	         	         	         "net30" : false,
	        	         	         	         "prefix_length" : 24
	        	         	         }
	        	         ]
	        }
}
POST unix://[/var/run/agent_ovpnconnect.sock]/tun-setup : 200 OK
{
	        "iface_name" : "utun3",
	        "layer" : "OSI_LAYER_3",
	        "tun_prefix" : true
}
/sbin/ifconfig utun3 down
/sbin/ifconfig utun3 10.8.7.7 10.8.7.1 netmask 255.255.255.0 mtu 1500 up
/sbin/route add -net 10.8.7.0 -netmask 255.255.255.0 10.8.7.7
add net 10.8.7.0: gateway 10.8.7.7
/sbin/route add -net 192.168.88.0 -netmask 255.255.255.0 10.8.7.1
add net 192.168.88.0: gateway 10.8.7.1
MacDNSAction: FLAGS=F RD=0 SO=5000 DNS= DOM= ADS=
open utun3 SUCCEEDED
⏎[Jun 14, 2022, 18:02:31] Connected via utun3
⏎[Jun 14, 2022, 18:02:31] Per-Key Data Limit: 48000000/48000000
⏎[Jun 14, 2022, 18:02:31] EVENT: CONNECTED admin@Х.Х.Х.Х:1194 (Х.Х.Х.Х) via /UDPv4 on utun3/10.8.7.7/ gw=[10.8.7.1/]⏎[Jun 14, 2022, 18:02:31] EVENT: WARN Proto: Using a 64-bit block cipher that is vulnerable to the SWEET32 attack. Please inform your admin to upgrade to a stronger algorithm. Support for 64-bit block cipher will be dropped in the future.⏎[Jun 14, 2022, 18:06:32] Tunnel Options:V4,dev-type tun,link-mtu 1541,tun-mtu 1500,proto UDPv4,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-client
⏎[Jun 14, 2022, 18:06:32] Creds: Username/Password
⏎[Jun 14, 2022, 18:06:32] Peer Info:
IV_VER=3.git::d3f8b18b
IV_PLAT=mac
IV_NCP=2
IV_TCPNL=1
IV_PROTO=30
IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC
IV_GUI_VER=OCmacOS_3.3.6-4368
IV_SSO=webauth,openurl,crtext
IV_BS64DL=1

⏎[Jun 14, 2022, 18:06:40] SSL Handshake: peer certificate: CN=test-srv-OVPN, 4096 bit RSA, cipher: ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH     Au=RSA  Enc=AESGCM(256) Mac=AEAD

⏎[Jun 14, 2022, 18:06:40] Per-Key Data Limit: 48000000/48000000
⏎[Jun 14, 2022, 18:06:45] TUN write error: cannot identify IP version for prefix
⏎[Jun 14, 2022, 18:06:45] TUN Error: TUN I/O error
⏎[Jun 14, 2022, 18:06:45] EVENT: TUN_ERROR TUN I/O error⏎[Jun 14, 2022, 18:06:45] Client terminated, restarting in 5000 ms...
⏎[Jun 14, 2022, 18:06:45] SetupClient: transmitting tun destroy request to /var/run/agent_ovpnconnect.sock
GET unix://[/var/run/agent_ovpnconnect.sock]/tun-destroy : 200 OK
/sbin/route delete -net 10.8.7.0 -netmask 255.255.255.0 10.8.7.7
delete net 10.8.7.0: gateway 10.8.7.7
/sbin/route delete -net 192.168.88.0 -netmask 255.255.255.0 10.8.7.1
delete net 192.168.88.0: gateway 10.8.7.1
/sbin/ifconfig utun3 down
MacDNSAction: FLAGS=F
⏎[Jun 14, 2022, 18:06:50] EVENT: RECONNECTING ⏎[Jun 14, 2022, 18:06:50] EVENT: RESOLVE ⏎[Jun 14, 2022, 18:06:50] Contacting Х.Х.Х.Х:1194 via UDP
⏎[Jun 14, 2022, 18:06:50] EVENT: WAIT ⏎[Jun 14, 2022, 18:06:50] UnixCommandAgent: transmitting bypass route to /var/run/agent_ovpnconnect.sock
{
	        "host" : "Х.Х.Х.Х",
	        "ipv6" : false,
	        "pid" : 3267
}

⏎[Jun 14, 2022, 18:06:50] Connecting to [Х.Х.Х.Х]:1194 (Х.Х.Х.Х) via UDPv4
⏎[Jun 14, 2022, 18:06:50] EVENT: CONNECTING ⏎[Jun 14, 2022, 18:06:50] Tunnel Options:V4,dev-type tun,link-mtu 1541,tun-mtu 1500,proto UDPv4,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-client
⏎[Jun 14, 2022, 18:06:50] Creds: Username/Password
⏎[Jun 14, 2022, 18:06:50] Peer Info:
IV_VER=3.git::d3f8b18b
IV_PLAT=mac
IV_NCP=2
IV_TCPNL=1
IV_PROTO=30
IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC
IV_GUI_VER=OCmacOS_3.3.6-4368
IV_SSO=webauth,openurl,crtext
IV_BS64DL=1

⏎[Jun 14, 2022, 18:06:53] Raw stats on disconnect:
 BYTES_IN : 73074598
 BYTES_OUT : 5413149
 PACKETS_IN : 49331
 PACKETS_OUT : 49658
 TUN_BYTES_IN : 3586638
 TUN_BYTES_OUT : 71250062
 TUN_PACKETS_IN : 49632
 TUN_PACKETS_OUT : 49300
 TUN_FRAMING_ERROR : 1
 TUN_ERROR : 1
 N_RECONNECT : 1
 N_KEY_LIMIT_RENEG : 1

⏎[Jun 14, 2022, 18:06:53] Performance stats on disconnect:
  CPU usage (microseconds): 5633945
  Tunnel compression ratio (uplink): 1.50925
  Tunnel compression ratio (downlink): 1.02561
  Network bytes per CPU second: 13931223
  Tunnel bytes per CPU second: 13283179
⏎[Jun 14, 2022, 18:06:53] EVENT: DISCONNECTED ⏎

Please help howto fix this issue
 
Sammie
just joined
Topic Author
Posts: 14
Joined: Tue Jun 14, 2022 9:48 pm

Re: OVPN disconnects during file transfer [Router OS 7.3.1]

Tue Jun 14, 2022 10:44 pm

My ROS settings attached to the post.
You do not have the required permissions to view the files attached to this post.
 
User avatar
own3r1138
Long time Member
Long time Member
Posts: 688
Joined: Sun Feb 14, 2021 12:33 am
Location: Pleiades
Contact:

Re: OVPN disconnects during file transfer [Router OS 7.3.1]

Tue Jun 14, 2022 11:37 pm

@Sammie
Firstly, MT does not support TLS Auth.
tls-auth ta.key 1
Secondly, I had the same problem with OVPN and with Version 7.3 It has been fixed, you can check this post, both sides of my tunnel are MT.
2022-06-10_15-36-46.png
OVPN Server
/certificate settings
set crl-download=yes crl-store=system crl-use=yes
/system clock
set time-zone-name=" "
/system ntp client
set enabled=yes
/system ntp client servers
add address=time.cloudflare.com
/ip address
add address=10.10.13.1/24 interface=bridge network=10.10.13.0
/ip pool
add name=OVPN ranges=10.10.13.5-10.10.13.240
/ppp profile
add change-tcp-mss=yes dns-server=10.10.13.1 local-address=10.10.13.1 name=opvn remote-address=OVPN use-compression=no use-ipv6=no use-mpls=no use-upnp=no
/interface ovpn-server server
set auth=sha1,sha256,sha512 certificate=OVPN-SERVER cipher=aes256 default-profile=opvn enabled=yes keepalive-timeout=30 max-mtu=1450 port=443 protocol=udp require-client-certificate=yes tls-version=only-1.2
Certificates
/certificate
add name=OVPN-CA-template common-name=vpn.domain.com key-usage=key-cert-sign,crl-sign
add name=OVPN-SERVER-template common-name=ovpn.domain.com subject-alt-name=DNS:ovpn.domain.com,IP:aa.bb.cc.dd
add name=OVPN-CLIENT-template common-name=ovpn.domain.com subject-alt-name=email:hostmaster@domain.com
sign OVPN-CA-template ca-crl-host=aa.bb.cc.dd name=OVPN-CA
sign OVPN-SERVER-template ca=OVPN-CA name=OVPN-SERVER
sign OVPN-CLIENT-template ca=OVPN-CA name=OVPN-CLIENT
You do not have the required permissions to view the files attached to this post.
 
Sammie
just joined
Topic Author
Posts: 14
Joined: Tue Jun 14, 2022 9:48 pm

Re: OVPN disconnects during file transfer [Router OS 7.3.1]

Wed Jun 15, 2022 8:37 am

@Sammie
Firstly, MT does not support TLS Auth.
tls-auth ta.key 1
Thank yoy for reply, this option is already commented with symbol ';' in Mac config... :roll: I
Fully deleted this string but no progress: (
 
User avatar
Znevna
Forum Guru
Forum Guru
Posts: 1347
Joined: Mon Sep 23, 2019 1:04 pm

Re: OVPN disconnects during file transfer [Router OS 7.3.1]

Wed Jun 15, 2022 9:28 am

I'd suggest to switch to something that has less chances to break, like Wireguard (it still has some problems in RouterOS but overall is way more stable than the OpenVPN that MikroTik offers).
 
Sammie
just joined
Topic Author
Posts: 14
Joined: Tue Jun 14, 2022 9:48 pm

Re: OVPN disconnects during file transfer [Router OS 7.3.1]

Wed Jun 15, 2022 10:43 am

OVPN Server
Tried your config for OVPN Server, no success.
Tried linux client conf from here https://wiki.mikrotik.com/wiki/Manual:I ... ent_Config
Still no success.. %((
While L2TP/IPSEC works good..hmmm
 
Sammie
just joined
Topic Author
Posts: 14
Joined: Tue Jun 14, 2022 9:48 pm

Re: OVPN disconnects during file transfer [Router OS 7.3.1]

Wed Jun 15, 2022 10:46 am

I'd suggest to switch to something that has less chances to break, like Wireguard (it still has some problems in RouterOS but overall is way more stable than the OpenVPN that MikroTik offers).
Thank you for your advise... hope to fix this issue.. don't like to setup all VPN network from the start (1 server + 5 clients).... :(
 
User avatar
Znevna
Forum Guru
Forum Guru
Posts: 1347
Joined: Mon Sep 23, 2019 1:04 pm

Re: OVPN disconnects during file transfer [Router OS 7.3.1]

Wed Jun 15, 2022 10:51 am

6 peers aren't that hard to setup :)
 
Sammie
just joined
Topic Author
Posts: 14
Joined: Tue Jun 14, 2022 9:48 pm

Re: OVPN disconnects during file transfer [Router OS 7.3.1]

Wed Jun 15, 2022 12:25 pm

OVPN breaks also on android mobile...
here is log screenshot..
Снимок экрана 2022-06-15 в 12.24.40.png
You do not have the required permissions to view the files attached to this post.
 
User avatar
own3r1138
Long time Member
Long time Member
Posts: 688
Joined: Sun Feb 14, 2021 12:33 am
Location: Pleiades
Contact:

Re: OVPN disconnects during file transfer [Router OS 7.3.1]

Wed Jun 15, 2022 1:44 pm

Check your config and certificates, something is not right.
2022-06-15_15-07-06.jpg
2022-06-15_14-42-28.jpg
You do not have the required permissions to view the files attached to this post.
 
Sammie
just joined
Topic Author
Posts: 14
Joined: Tue Jun 14, 2022 9:48 pm

Re: OVPN disconnects during file transfer [Router OS 7.3.1]

Wed Jun 15, 2022 6:19 pm

Check your config and certificates, something is not right.
Reviewed everything, reissued all certificates according to manual https://wiki.mikrotik.com/wiki/Manual:C ... rtificates
Situation changed to better) still there is ovpn breakes, but it reconnects and transfer continues :D
Снимок экрана 2022-06-15 в 18.15.47.png
log in Mikrotik shows "peers disconnected"
Снимок экрана 2022-06-15 в 18.21.14.png
Any ideas?
You do not have the required permissions to view the files attached to this post.
Last edited by Sammie on Wed Jun 15, 2022 6:24 pm, edited 1 time in total.
 
User avatar
Znevna
Forum Guru
Forum Guru
Posts: 1347
Joined: Mon Sep 23, 2019 1:04 pm

Re: OVPN disconnects during file transfer [Router OS 7.3.1]

Wed Jun 15, 2022 6:23 pm

So much time wasted for nothing.
You could've setup wireguard in that time instead of trying to fix the unfixable.
 
Sammie
just joined
Topic Author
Posts: 14
Joined: Tue Jun 14, 2022 9:48 pm

Re: OVPN disconnects during file transfer [Router OS 7.3.1]

Wed Jun 15, 2022 6:26 pm

So much time wasted for nothing.
You could've setup wireguard in that time instead of trying to fix the unfixable.
I tried to setup wireguard) there is come troubles to routes and nat set up for me, It's not easy, but I'll try it tomorrow)
 
User avatar
Znevna
Forum Guru
Forum Guru
Posts: 1347
Joined: Mon Sep 23, 2019 1:04 pm

Re: OVPN disconnects during file transfer [Router OS 7.3.1]

Wed Jun 15, 2022 6:39 pm

There are two Wireguard@RouterOS guides around that I know of, pretty basic simple one:
viewtopic.php?t=174417
And an overly complicated and hard to read one:
viewtopic.php?t=182340
But still worth reading both of them to get a grasp of the config.
If you encounter any weird issues feel free to open a topic about it.
 
Sammie
just joined
Topic Author
Posts: 14
Joined: Tue Jun 14, 2022 9:48 pm

Re: OVPN disconnects during file transfer [Router OS 7.3.1]

Wed Jun 15, 2022 6:58 pm

There are two Wireguard@RouterOS guides around that I know of, pretty basic simple one:
viewtopic.php?t=174417
And an overly complicated and hard to read one:
viewtopic.php?t=182340
But still worth reading both of them to get a grasp of the config.
If you encounter any weird issues feel free to open a topic about it.
Thank you, it's really easy to setup. But I have eth1 interface with wan, lan is bridge1 (192.168.88.0/24), pptp interface (192.168.1.0/24) wireguard is one more stand alone interface (10.8.6.0/24). After success wireguard connect see no 192.168.88.0/24 resources. I think need routes to it. I'll read everythink carefully tommorrow and do it.
 
Sammie
just joined
Topic Author
Posts: 14
Joined: Tue Jun 14, 2022 9:48 pm

Re: OVPN disconnects during file transfer [Router OS 7.3.1]

Wed Jun 15, 2022 10:29 pm

Check your config and certificates, something is not right.
It's interesting. I wrote 'verb 5' in mac client config and found this error:
tun write error: cannot identify ip version of prefix
looks like something wrong in my client config.
Found such comments about this error
The "cannot identify IP version for prefix" error occurs when the client receives an IP packet from the server that it can't identity as being either IPv4 or IPv6.
 
User avatar
Znevna
Forum Guru
Forum Guru
Posts: 1347
Joined: Mon Sep 23, 2019 1:04 pm

Re: OVPN disconnects during file transfer [Router OS 7.3.1]

Wed Jun 15, 2022 10:33 pm

Or it could mean that the RouterOS OVPN Server sent a butchered packet.
 
Sammie
just joined
Topic Author
Posts: 14
Joined: Tue Jun 14, 2022 9:48 pm

Re: OVPN disconnects during file transfer [Router OS 7.3.1]

Wed Jun 15, 2022 10:39 pm

Or it could mean that the RouterOS OVPN Server sent a butchered packet.
What can cause it?
 
User avatar
Znevna
Forum Guru
Forum Guru
Posts: 1347
Joined: Mon Sep 23, 2019 1:04 pm

Re: OVPN disconnects during file transfer [Router OS 7.3.1]

Wed Jun 15, 2022 10:40 pm

Bad implementation of the OpenVPN protocol?
Do you have IPv6 on your router?
 
Sammie
just joined
Topic Author
Posts: 14
Joined: Tue Jun 14, 2022 9:48 pm

Re: OVPN disconnects during file transfer [Router OS 7.3.1]

Wed Jun 15, 2022 11:58 pm

Bad implementation of the OpenVPN protocol?
Do you have IPv6 on your router?
I have no ipv6 package installed..
Last edited by Sammie on Thu Jun 16, 2022 9:46 pm, edited 1 time in total.
 
Sammie
just joined
Topic Author
Posts: 14
Joined: Tue Jun 14, 2022 9:48 pm

Re: OVPN disconnects during file transfer [Router OS 7.3.1]  [SOLVED]

Thu Jun 16, 2022 4:18 pm

Bad implementation of the OpenVPN protocol?
Do you have IPv6 on your router?
Ha, good news, problem solved, changed encryption (disabled blowfish128, only aes-128/256-cbc avaliable),
Client mac conf:
cipher AES-128-CBC
You was right, It's bug on ROS7 OVPN...

But I cannot make wireguard works.....no traffic on wireguard interface... firewall ok, everything ok - connection ok, but no traffic... eh
 
Sammie
just joined
Topic Author
Posts: 14
Joined: Tue Jun 14, 2022 9:48 pm

Re: OVPN disconnects during file transfer [Router OS 7.3.1]

Fri Jun 17, 2022 3:00 pm

There are two Wireguard@RouterOS guides around that I know of, pretty basic simple one:
Thank you very much for your advises. Finished with wireguard settings, it's really faster 20-30% than OVPN and easy with setup. Looks like fast as pptp.
I will use it everythere. Only old devices which doesn't support Wireguard I configure OVPN. Super.
 
User avatar
Znevna
Forum Guru
Forum Guru
Posts: 1347
Joined: Mon Sep 23, 2019 1:04 pm

Re: OVPN disconnects during file transfer [Router OS 7.3.1]

Fri Jun 17, 2022 3:19 pm

Glad you got it working :)

Who is online

Users browsing this forum: Google [Bot], holvoetn, m4rk3J, massinia, rosen4o and 65 guests