To add more context...
Server:
TOS 5.1.24-00324
VPN Server 2.0.48
Client:
Android 12 using OpenVPN apk.
open vpn local network access
Re: open vpn local network access
It has been confirmed that this problem does exist on the OpenVPN of the VPN service app, and we will fix it in a later version.
To contact our team, please send email to following addresses, remember to replace (at) with @:
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
- demefromhell
- Posts: 4
- Joined: 25 Jun 2023, 04:29
Re: open vpn local network access
same problem for me!
- demefromhell
- Posts: 4
- Joined: 25 Jun 2023, 04:29
Re: open vpn local network access
i'v found a resolution!
first you need to change a parameter in the .ovp client configuration file:
remove the comment symbol # before the redirect-gateway option def1 to enable the redirection.
after that you need to check the "server.conf" file for the Ovpn server on the tnas, findable in the path etc/openvpn:
you must verify that the push route set in the line 3 match with the static ip pool you've set on the vpn server app.
for example in my case i have set the ip pool 192.168.2.1 and i insert in the push command push 'route 192.168.2.0 255.255.255.0'
this is because the app does not write the ip pool that is chosen by the user and keeps the default one 172.10.11.0 255.255.255.0
first you need to change a parameter in the .ovp client configuration file:
remove the comment symbol # before the redirect-gateway option def1 to enable the redirection.
after that you need to check the "server.conf" file for the Ovpn server on the tnas, findable in the path etc/openvpn:
you must verify that the push route set in the line 3 match with the static ip pool you've set on the vpn server app.
for example in my case i have set the ip pool 192.168.2.1 and i insert in the push command push 'route 192.168.2.0 255.255.255.0'
this is because the app does not write the ip pool that is chosen by the user and keeps the default one 172.10.11.0 255.255.255.0
Re: open vpn local network access
SO, this is the solution to the issue?
Approved by Terra-Master Team also?
However, thanks a lot!
Approved by Terra-Master Team also?
However, thanks a lot!
Re: open vpn local network access
is this issue now resolved in latest 5.1.67 version of the software?
Re: open vpn local network access
{L_BUTTON_AT}artical
The TOS update does not involve this application. Please wait for the application version update.
To contact our team, please send email to following addresses, remember to replace (at) with @:
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Re: open vpn local network access
Hello,
I just found the solution for the VPN server. So, I looked into it on my end.
I did:
cd /etc/openvpn
cat server.conf
vi server.conf
I modified the
push 'route 192.168.1.0/24 255.255.255.0'
!
And it works.
I just found the solution for the VPN server. So, I looked into it on my end.
I did:
cd /etc/openvpn
cat server.conf
vi server.conf
I modified the
push 'route 192.168.1.0/24 255.255.255.0'
And it works.


