Sono riuscito a connettermi ed arrivo sulla mia Lan...accedo pure al Router...

Quello che non mi funziona è una sorta di autenticazione.
Devo prima inserirla sulla NAS, tipo un User&Psw o che?
Guarda, il mio è questo:marco daytona ha scritto: Ed eccoci con i primi problemi:
Seguo il readme ma:
dev tun
tls-client
remote YOUR_SERVER_IP Qua metto l'IP dell'Host?
# 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 cancello giusto?
# 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 Qua l'IP del NAS sulla mia rete?
pull
proto udp
script-security 2
ca ca.crt
comp-lzo
reneg-sec 0
auth-user-pass
Non è molto user-friendly l'impostazione, però spero di farla funzionare....
Sbaglio qualcosa di sicuro....
Codice: Seleziona tutto
dev tun
tls-client
remote tuo.indirizzo.ddns 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
comp-lzo
reneg-sec 3600
auth-user-pass
setenv CLIENT_CERT 0
Si esatto...marco daytona ha scritto:Questi sono tentativi di accesso sono autorizzati? Tipo Hacker?
Scusa la domanda, ma come hai fatto a cambiare le porte della VPN?burghy86 ha scritto:Io ho cambiato anche le porte vpn e https in modo che anche gli scanport non trovino facilmente i miei servizi attivi