openvpn + Synology NAS = cant see LAN devices on remote comp

This forum is for general conversation and user-user networking.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
Tobbe
OpenVpn Newbie
Posts: 9
Joined: Sat Sep 29, 2012 2:44 pm

openvpn + Synology NAS = cant see LAN devices on remote comp

Post by Tobbe » Sat Sep 29, 2012 3:36 pm

Hi

I have setup my Synology NAS as a VPN server. After I successfully connect to the VPN on my client computer I cant see my remote LAN devices under "Network" or my mapped NAS drive under "Network places". I use Windows 7. What could the problem be? Config issue somewhere?

Here is my config. file:

"dev tun
tls-client

remote example.synology.me 1194

# The "float" tells OpenVPN to accept authenticated packets from any address,
# not only the address which was specified in the --remote option.
# This is useful when you are connecting to a peer which holds a dynamic address
# such as a dial-in user or DHCP client.
# (Please refer to the manual of OpenVPN for more information.)

#float

# If redirect-gateway is enabled, the client will redirect it's
# default network gateway through the VPN.
# It means the VPN connection will firstly connect to the VPN Server
# and then to the internet.
# (Please refer to the manual of OpenVPN for more information.)

redirect-gateway

# dhcp-option DNS: To set primary domain name server address.
# Repeat this option to set secondary DNS server addresses.

#dhcp-option DNS DNS_IP_ADDRESS

pull

proto udp
script-security 2

ca ca.crt

comp-lzo

reneg-sec 0

auth-user-pass"

Help appreciated!

Post Reply