I have a synology Ds1511+ with openvpn.
In this network is under 192.168.1.0
Router = 192.168.1.1
Synology = 192.168.1.111
OpenVpn Server = 10.8.0.1
Windows 8.1 = 192.168.1.12
Now i have my client on network 192.168.0.0
Router ASUS RT-AC66U (Merlin Build) = 192.168.0.1
Router OpenVpn client = 10.8.0.2
Client Macbook = 192.168.0.20
This is my openvpn.conf in my Synology/OpenVPN 192.168.1.111/10.8.0.1
Code: Select all
push "route 192.168.1.0 255.255.255.0"
push "route 10.8.0.0 255.255.255.0"
#MACONFIG
client-to-client
topology subnet
ccd-exclusive
client-config-dir ccd
route 192.168.0.0 255.255.255.0
#MACONFIG
dev tun
management 127.0.0.1 1195
server 10.8.0.0 255.255.255.0
dh /var/packages/VPNCenter/target/etc/openvpn/keys/dh1024.pem
ca /var/packages/VPNCenter/target/etc/openvpn/keys/ca.crt
cert /var/packages/VPNCenter/target/etc/openvpn/keys/server.crt
key /var/packages/VPNCenter/target/etc/openvpn/keys/server.key
max-clients 5
comp-lzo
persist-tun
persist-key
verb 3
#log-append /var/log/openvpn.log
keepalive 10 60
reneg-sec 0
plugin /var/packages/VPNCenter/target/lib/radiusplugin.so /var/packages/VPNCenter/target/etc/openvpn/radiusplugin.c
client-cert-not-required
username-as-common-name
duplicate-cn
status /tmp/ovpn_status_2_result 30
status-version 2
proto udp6
port 1194
Code: Select all
dev tun
tls-client
remote my-ip.dyndns.org 1194
pull
proto udp
script-security 2
ca [inline]
<ca>
-----BEGIN CERTIFICATE-----
MY CERTIFICATE CRYPTED
-----END CERTIFICATE-----
</ca>
comp-lzo
reneg-sec 0
auth-user-pass
admin
Code: Select all
ifconfig-push 10.8.0.2 255.255.255.0
push "route 192.168.1.0 255.255.255.0 10.8.0.1"
iroute 192.168.0.0 255.255.255.0
Now from network client (192.168.0.0) since my macbook 192.168.0.20,
I can ping my synology 192.168.1.111, the router 192.168.1.1, and others devices connected
From my synology in SSH logged, i can ping all network client, the router ASUS CLIENT 192.168.0.1, the MACBOOK 192.168.0.20, and all devices connected.
Now i can't ping from any devices connected in the network 192.168.1.0.
I try to ping since my router 192.168.1.1 to the openvpn server 10.8.0.1 = Fail
I try to ping since my Windows 8.1 192.168.1.12 to the openvpn server 10.8.0.1 = Fail
I try to ping since my router 192.168.1.1 to the Asus client 10.8.0.2 = Fail
I try to ping since my Windows 8.1 192.168.1.12 to the Asus client 10.8.0.2 = Fail
I try to ping since my router 192.168.1.1 to the MACBOOK client 192.168.0.20 = Fail
I try to ping since my Windows 8.1 192.168.1.12 to the MACBOOK client 192.168.0.20 = Fail
I try to ping since my Synology 192.168.1.111 to the MACBOOK client 192.168.0.20 = WIN
I try to ping since my Synology 192.168.1.111 to the ASUS CLIENT client 192.168.0.1 = WIN
I try to ping since my Synology 192.168.1.111 to the ASUS CLIENT client 10.8.0.2 = WIN
What is wrong to the side of the network 192.168.1.1 ?
Can you help me?
Sorry for my english, only speak french or spanish.







