Port 1194 auf das Synology geroutet im IB Menü?
Ich habe beim OpenVPN zwei Config Files
1) ein Config für Split Modus
2) ein Config File, das ALLES über den OpenVPN routet
(2) brauchst Du ja z.B. vom Ausland aus zum TV gucken 😉
---——————————————
dev tun
tls-client
remote deinsynology.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 def1
# dhcp-option DNS: To set primary domain name server address.
# Repeat this option to set secondary DNS server addresses.
#dhcp-option DNS 192.168.1.150
#dhcp-option DNS 8.8.8.8
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
# bedeutet, dass kein Zertifikat mehr verlangt wird wenn openvpn fragt
setenv CLIENT_CERT 0
reneg-sec 0
auth SHA512
cipher AES-256-CBC
auth-user-pass
key-direction 1
comp-lzo
explicit-exit-notify
<ca>
---——————————————
Weitere Fragen? Just ask..
Viel Erfolg!