modemrouter
Occasional Visitor
Hello,
I have been banging my head and can't seem to understand what the issue might be. I am trying to setup a vpn client so that it connects to a vpn server. Even though the connection is successful, it is quite slow.
Here is some background to show that I have done this before and I am convinced I should have better speed:
I have 3 location with a router at each location, let's call them A, B, C. (routers are AC-3200, AC-87U and AC-66U respectively).
I have been able to connect successfully router B to VPN into router C by making edits I found online to the .ovpn config file I downloaded from router C VPN server which I then uploaded to router B's VPN client. See attached file, I x'd out the ddns info.
The internet speed at C is download/upload 10/1
The internet speed at B is 50/10
When I connect the vpn from B to C, I get 10/10
Now, I wanted to replicate the same thing so that router B can vpn into router A but the config file I used for the other setup isn't working well.
Internet speed at A is 50/5
but when I connect vpn B to A, I get no connection at all
If I upload the config file as was downloaded from A to B (without any edits), I get 3/3 thereabout.
Also note that I have tried to copy almost the settings of router A so that it's same as router C. The only difference between these 2 routers is that A has two 5Hz bands.
Wondering if you have ideas to increase the speed so that it's close enough to what is at A. Thanks!
I edited the top part of the config file which I uploaded into router B (from router C):
edits from router C uploaded to router B, works great:
=======================================
tun-mtu 1500
dhcp-option DNS 8.8.8.8
mssfix 1300
sndbuf 393216
rcvbuf 393216
client
dev tun
proto udp
remote xxxxxx.asuscomm.com 1198
float
comp-lzo adaptive
keepalive 15 60
auth-user-pass
ns-cert-type server
<ca>
----
when I use the above settings for A to B connection, it doesn't even connect. Note that I did change the ddns info
No edits from router A config file:
========================
client
dev tun
proto udp
remote xxxxx.asuscomm.com 1198
float
keepalive 15 60
auth-user-pass
ns-cert-type server
<ca>
when I use the above unedited info, I get download 3/3 which is very low compared to 50/5 that I was expecting.
I have been banging my head and can't seem to understand what the issue might be. I am trying to setup a vpn client so that it connects to a vpn server. Even though the connection is successful, it is quite slow.
Here is some background to show that I have done this before and I am convinced I should have better speed:
I have 3 location with a router at each location, let's call them A, B, C. (routers are AC-3200, AC-87U and AC-66U respectively).
I have been able to connect successfully router B to VPN into router C by making edits I found online to the .ovpn config file I downloaded from router C VPN server which I then uploaded to router B's VPN client. See attached file, I x'd out the ddns info.
The internet speed at C is download/upload 10/1
The internet speed at B is 50/10
When I connect the vpn from B to C, I get 10/10
Now, I wanted to replicate the same thing so that router B can vpn into router A but the config file I used for the other setup isn't working well.
Internet speed at A is 50/5
but when I connect vpn B to A, I get no connection at all
If I upload the config file as was downloaded from A to B (without any edits), I get 3/3 thereabout.
Also note that I have tried to copy almost the settings of router A so that it's same as router C. The only difference between these 2 routers is that A has two 5Hz bands.
Wondering if you have ideas to increase the speed so that it's close enough to what is at A. Thanks!
I edited the top part of the config file which I uploaded into router B (from router C):
edits from router C uploaded to router B, works great:
=======================================
tun-mtu 1500
dhcp-option DNS 8.8.8.8
mssfix 1300
sndbuf 393216
rcvbuf 393216
client
dev tun
proto udp
remote xxxxxx.asuscomm.com 1198
float
comp-lzo adaptive
keepalive 15 60
auth-user-pass
ns-cert-type server
<ca>
----
when I use the above settings for A to B connection, it doesn't even connect. Note that I did change the ddns info
No edits from router A config file:
========================
client
dev tun
proto udp
remote xxxxx.asuscomm.com 1198
float
keepalive 15 60
auth-user-pass
ns-cert-type server
<ca>
when I use the above unedited info, I get download 3/3 which is very low compared to 50/5 that I was expecting.