Hallo!
Ich habe via dem DS-MOD (hab mir noch kein Freetz gebaut) OpenVPN installiert und die Box wie folgt konfiguriert:
Die Konfiguration für meinen Ubuntu OpenVPN-Client sieht wie folgt aus:
Der OpenVPN Client sagt "Initialisation Sequence Completed" aber trotzdem kann ich nichts gegenseitig pingen!
Jemand eine Idee? tap0 habe ich zu den brinterfaces nach Wiki-Eintrag hinzugefügt.
Grüße
meilon
Ich habe via dem DS-MOD (hab mir noch kein Freetz gebaut) OpenVPN installiert und die Box wie folgt konfiguriert:
Code:
# OpenVPN 2.1 Config
proto tcp-server
port 1194
dev tap
ca /tmp/flash/ca.crt
cert /tmp/flash/box.crt
key /tmp/flash/box.key
mode server
tls-server
dh /tmp/flash/dh.pem
tls-auth /tmp/flash/static.key 0
ifconfig-pool 192.168.200.5 192.168.200.15
ifconfig 192.168.200.1 255.255.255.0
push "route-gateway 192.168.200.1"
push "route 192.168.178.0 255.255.255.0"
max-clients 5
tun-mtu 1500
mssfix
verb 3
cipher AES-128-CBC
route 192.168.200.0 255.255.255.0
comp-lzo
keepalive 10 120
Die Konfiguration für meinen Ubuntu OpenVPN-Client sieht wie folgt aus:
Code:
client
dev tap
proto tcp
remote <serverip> 1194
nobind
persist-key
persist-tun
ca ca.cert
cert client_meilon_nb.crt
key client_meilon_nb.key
tls-remote fritzbox
tls-auth static.key 1
auth SHA1
cipher AES-128-CBC
comp-lzo
verb 3
Der OpenVPN Client sagt "Initialisation Sequence Completed" aber trotzdem kann ich nichts gegenseitig pingen!
Jemand eine Idee? tap0 habe ich zu den brinterfaces nach Wiki-Eintrag hinzugefügt.
Grüße
meilon