What's new

connect VPN and LAN Clients

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

mawu

New Around Here
Hi friends :),

small problem with my vpn connection.

If I connect my phone with VPN and scan network - I only see all VPN clients.
If I connect my phone only with WLAN and scan network - I only see all LAN clients / but no VPN client.

If I want to connect Synology A with Synolgy B over the VPN tunnel - both Synologys has to be connected to the VPN Server. In Explorer or windows I can`t connect to the synology 10.8.0.2 ...

I think in my ovpn-server is an option missing - ;-)

Can you please help me :)

THANK U

network.jpg

VPN Server:

Code:
daemon ovpn-server1
topology subnet
server 10.8.0.0 255.255.255.0
proto tcp-server
port 1194
dev tun21
txqueuelen 1000
ncp-disable
cipher AES-256-CBC
auth SHA512
comp-lzo adaptive
keepalive 15 60
verb 3
push "route 192.168.1.0 255.255.255.0 vpn_gateway 500"
client-config-dir ccd
client-to-client
duplicate-cn
push "dhcp-option DNS 192.168.1.1"
push "redirect-gateway def1"
tls-auth static.key 1
plugin /usr/lib/openvpn-plugin-auth-pam.so openvpn
ca ca.crt
dh dh.pem
cert server.crt
key server.key
script-security 2
up updown.sh
down updown.sh
status-version 2
status status 5

upload_2019-9-8_20-49-44.png
 

Similar threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top