unfortunately i got now a DS Lite connection (IPv6) from my ISP. So my old OpenVPN server won't work anymore
That mean i have to upgrade it and make a new setup. The first problem was to connect via an IPv4 connection to my DS Lite. I found a service in the Internet which could ensure this (http://www.feste-ip.net). So now i'm able to connect from an IPv4 (Internet) to my home server, which works proper. I could use for instance port 22 SSH and other services.
unfortunately my vpn doesn't work.
I know, that openVPN supports IPv6 since version 2.3, so i compile an installation of the lastet version 2.3.6 but i have no glue how to configure it.
Has anybody of you made it? Could you give me an example of the configuration that is needed for the server?
Here's my old server.conf:
Code: Select all
# Main Configuration #
port 1194
proto udp
dev tun
server 10.8.0.0 255.255.255.0
# Certificates and Encryption #
ca ca.crt
cert servername.crt
key servername.key
crl-verify crl.pem
dh dh1024.pem
cipher AES-256-CBC
comp-lzo
# Additional Config #
persist-key
persist-tun
status openvpn-status.log
verb 3
tun-mtu 1500
tun-mtu-extra 0
mssfix 1450
route 192.168.0.0 255.255.255.0
push "route 192.168.0.0 255.255.255.0"
keepalive 5 30
user nobody
group nogroup
Thank you guys & sorry for my bad english, I'm from germany