- Mitglied seit
- 19. Mai 2019
- Beiträge
- 5
- Punkte für Reaktionen
- 0
- Punkte
- 1
Hallo liebes Forum,
nachdem ich erfolglos den ganzen Sonntag mit google-Suchen und dem Wälzen dieses Foums verbracht habe, eröffne ich doch noch einen Post und hoffe nichts bei meiner Suche übersehen zu haben:
Kurz zum Aufbau:
Netzwerk 1 (DS119j - Fritzbox 7490 (IPV6 + IPV4 nicht öffentlich)) - Deutsche Glasfaser - M-Net ADSL - Netzwerk 2 (Fritzbox 3272 (IPV6) - DS119j)
Die Idee ist, eine VPN-Verbindung zwischen den beiden Fritten herzustellen, um jeweils automatisierte Back-Ups in beide Richtungen zu machen.
Ich habe es erfolgreich geschafft, einen openVPN Server auf der ersten DS119j aufzusetzten, den ich per VPN Client mittels PC aus dem zweiten Netzwerk auch problemlos erreiche. Ich schaffe es jedoch nicht, die zweite DS119j als Client einzurichten, obwohl ich das selbe .ovpn Config File nutze wie bei der erfolgreichen Einwahl mittels PC.
Als DynDNS habe ich sowohl myfritz.net als auch synology.me getestet, mit gleichem Ergebnis.
Hier noch das file:
dev tun
tls-client
remote xxxxxxxxxxx.myfritz.net 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
reneg-sec 0
cipher AES-256-CBC
auth SHA512
auth-user-pass
comp-lzo
<ca>
-----BEGIN CERTIFICATE-----
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
-----END CERTIFICATE-----
</ca>
Gibt es etwas spezifische zu beachten bei der Einrichtung auf der DS119j im Vergelich zu einem PC?
Ich hoffe keine wichtige Info vergessen zu haben und freue mich auf Eure Antworten.
nachdem ich erfolglos den ganzen Sonntag mit google-Suchen und dem Wälzen dieses Foums verbracht habe, eröffne ich doch noch einen Post und hoffe nichts bei meiner Suche übersehen zu haben:
Kurz zum Aufbau:
Netzwerk 1 (DS119j - Fritzbox 7490 (IPV6 + IPV4 nicht öffentlich)) - Deutsche Glasfaser - M-Net ADSL - Netzwerk 2 (Fritzbox 3272 (IPV6) - DS119j)
Die Idee ist, eine VPN-Verbindung zwischen den beiden Fritten herzustellen, um jeweils automatisierte Back-Ups in beide Richtungen zu machen.
Ich habe es erfolgreich geschafft, einen openVPN Server auf der ersten DS119j aufzusetzten, den ich per VPN Client mittels PC aus dem zweiten Netzwerk auch problemlos erreiche. Ich schaffe es jedoch nicht, die zweite DS119j als Client einzurichten, obwohl ich das selbe .ovpn Config File nutze wie bei der erfolgreichen Einwahl mittels PC.
Als DynDNS habe ich sowohl myfritz.net als auch synology.me getestet, mit gleichem Ergebnis.
Hier noch das file:
dev tun
tls-client
remote xxxxxxxxxxx.myfritz.net 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
reneg-sec 0
cipher AES-256-CBC
auth SHA512
auth-user-pass
comp-lzo
<ca>
-----BEGIN CERTIFICATE-----
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
-----END CERTIFICATE-----
</ca>
Gibt es etwas spezifische zu beachten bei der Einrichtung auf der DS119j im Vergelich zu einem PC?
Ich hoffe keine wichtige Info vergessen zu haben und freue mich auf Eure Antworten.
Zuletzt bearbeitet: