I have added 192.168.0.0/24 to VPN. Now my IP is 'hidden' but now i must add the IP adresses from the devices that needs access from outside into the table. It's not real problem. There are 4 devices that needs access.
I have added 192.168.0.0/24 to VPN. Now my IP is 'hidden' but now i must add the IP adresses from the devices that needs access from outside into the table. It's not real problem. There are 4 devices that needs access.
Can you send a screenshot of your policy rules table?
On the 'modem' entry, you have the ip address in the wrong field. It needs to be in the destination ip (see my original screenshot and advice). So, to be clear, you need 0.0.0.0 in source IP and 192.168.8.1 in destination ip for the modem only
resolv-retry infinite
remote-random
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
ping 15
ping-restart 0
ping-timer-rem
remote-cert-tls server
pull
fast-io
No worries, glad we got there in the end!
I'm really not that knowledgeable at all. The things that I know and am able to answer, I have learned either through experimentation or from using these wonderful forums.
The real experts may be able to advise further, but your settings look fine to me. You could increase the speeds by decreasing the encryption overhead, but it will depend on whether your VPN provider's server supports it. As for the custom config, again I would use the recommended settings from your provider. For the record, here is my config. I get about 95% of my true connection speed:
Code:resolv-retry infinite remote-random tun-mtu 1500 tun-mtu-extra 32 mssfix 1450 ping 15 ping-restart 0 ping-timer-rem remote-cert-tls server pull fast-io
Since you're using UDP, you could try adding the "fast-io" line. Also, you may have some success with tweaking the MTU values and the send/receive buffers. I believe the there are several write-ups on here of people sharing their configurations, that aim to maximize VPN throughput. Have a look around and see what you can find. Here is one to start:
https://www.snbforums.com/threads/vpn-speeds-with-rt-ac87u.46328/
Lastly, depending on which router you have, you may be limited by the capabilities of the CPU to decrypt the packets. To check that this is what is happening, if you can, install the VPN software from your provider on your laptop and see what speeds you get. If the speeds are significantly faster, then I'm afraid that your bottleneck is probably the router CPU.
Best of luck!
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!