OpenVPN funzionate, ma impossibile accedere alle cartelli locali
Inviato: martedì 15 agosto 2023, 14:06
Buongiorno,
uso diverse connessioni openVPN su diversi miei NAS. Da sempre le ho usate per utilizzare RDC di Windows e per connettermi alle pagine web dei dispositivi collegati alle LAN locali.
Infatti tutto questo ha sempre funzionato. Ora però avrei necessita di accedere anche alle cartelle locali condivise da synology tramite windows10 / windows 11 direttamente dal PC dove attivo OpenVPN Client, senza passare per un desktop remoto.
Provo ad utilizzare sia "\\nomeserver SMB" che "\\Indirizzo IP NAS", ma windows mi restituisce sempre un errore.
questa è la configurazione che esporto dal NAS a cui cambio solo l'indirizzo IP Server (con il DDNS che lo stesso NAS mi da) ...
dev tun
tls-client
remote indirizzo IP Server 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 def1
# 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
# If you want to connect by Server's IPv6 address, you should use
# "proto udp6" in UDP mode or "proto tcp6-client" in TCP mode
proto udp
script-security 2
comp-lzo
reneg-sec 0
cipher AES-256-CBC
auth SHA512
auth-user-pass
tutto funziona corettamente, desktop remoto, accesso alla lan locale ... ma non riesco ad accedere alle cartelle locali.
cosa sbaglio?
grz!
uso diverse connessioni openVPN su diversi miei NAS. Da sempre le ho usate per utilizzare RDC di Windows e per connettermi alle pagine web dei dispositivi collegati alle LAN locali.
Infatti tutto questo ha sempre funzionato. Ora però avrei necessita di accedere anche alle cartelle locali condivise da synology tramite windows10 / windows 11 direttamente dal PC dove attivo OpenVPN Client, senza passare per un desktop remoto.
Provo ad utilizzare sia "\\nomeserver SMB" che "\\Indirizzo IP NAS", ma windows mi restituisce sempre un errore.
questa è la configurazione che esporto dal NAS a cui cambio solo l'indirizzo IP Server (con il DDNS che lo stesso NAS mi da) ...
dev tun
tls-client
remote indirizzo IP Server 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 def1
# 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
# If you want to connect by Server's IPv6 address, you should use
# "proto udp6" in UDP mode or "proto tcp6-client" in TCP mode
proto udp
script-security 2
comp-lzo
reneg-sec 0
cipher AES-256-CBC
auth SHA512
auth-user-pass
tutto funziona corettamente, desktop remoto, accesso alla lan locale ... ma non riesco ad accedere alle cartelle locali.
cosa sbaglio?
grz!