OpenVPN e Lan locale
Inviato: mercoledì 22 febbraio 2017, 23:20
Salve a tutti,
e grazie anticipatamente!
Preciso che ho guardato e cercato prima di postare, ma sono confuso.... spero in un chiarimento.
Ho Installato/configurato ieri la VPN sul mio 716 + con OpenVPN. Seguendo le varie guide trovate qui, sono riuscito a configurare senza troppi problemi tutto.
Ora dal mio PC Client, mi collego senza problemi, navigo tramite browser, però ovviamente non vedo la LAN, la rete è classica 192.168...
io ho impostato su ServerVPN la classica 10.0....
vorrei sapere se potrei vedere la rete in qualche modo, intendo accedere ad esempio ad alcune cartelle condivise su altri pc in rete.
spero di essere stato chiaro nella spiegazione...
grazie a tutti.
sotto metto la configurazione del file di openVPN generato ed impostato per aiutare e magari vedere se giusto:
dev tun
tls-client
remote xx.xx.xx.xx 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 2001:4860:4860::8888
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
grazie!
e grazie anticipatamente!
Preciso che ho guardato e cercato prima di postare, ma sono confuso.... spero in un chiarimento.
Ho Installato/configurato ieri la VPN sul mio 716 + con OpenVPN. Seguendo le varie guide trovate qui, sono riuscito a configurare senza troppi problemi tutto.
Ora dal mio PC Client, mi collego senza problemi, navigo tramite browser, però ovviamente non vedo la LAN, la rete è classica 192.168...
io ho impostato su ServerVPN la classica 10.0....
vorrei sapere se potrei vedere la rete in qualche modo, intendo accedere ad esempio ad alcune cartelle condivise su altri pc in rete.
spero di essere stato chiaro nella spiegazione...
grazie a tutti.
sotto metto la configurazione del file di openVPN generato ed impostato per aiutare e magari vedere se giusto:
dev tun
tls-client
remote xx.xx.xx.xx 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 2001:4860:4860::8888
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
grazie!