سلام هر کس!
من داشتن مشکل راه اندازی IPv6 دسترسی بیش از openvpn نیاز. من کار سرور OpenVPN راه اندازی بر روی سرور مجازی NAT و به مسیر IPv6 اتصالات بیش از آن نیز می خواهم. من تلاش برای جستجو در اینترنت برای آن اما من قادر به فهمیدن مراحل مورد نیاز به قابلیت اتصال IPv6 و در حال اجرا.
راهنمایی و یا پیشنهادات، با تشکر از شما برای کمک شما سپاسگزاریم!
I’m using IPv6 over OpenVPN with xxxx:xxxx:xxxx:xxxx:1::/72 for the clients. This is my configuration with some settings masked.
`# /etc/openvpn/server.conf`
`mode server`
`proto udp6`
`local ::`
`port 1194`
`topology subnet`
`comp-lzo yes`
`push “comp-lzo yes”`
`dev tun0`
`tun-ipv6`
`tun-mtu 1280`
`mssfix 1280`
`tls-server`
`ca xxxx`
`cert xxxx`
`key xxxx`
`dh dh1024.pem`
`cipher AES-256-CBC`
`server` [`10.1.0.0`](https://10.1.0.0) [`255.255.255.0`](https://255.255.255.0)
`ifconfig-ipv6 fe80::1 ::`
`route-ipv6 xxxx:xxxx:xxxx:xxxx:1::/72`
`push “dhcp-option DNS 2001:4860:4860::8888`[`8.8.8.8`](https://8.8.8.8)`”`
`client-config-dir client.d`
`script-security 2`
`# /etc/openvpn/client.d/<CN from certificate>`
`ifconfig-ipv6-push xxxx:xxxx:xxxx:xxxx:1::1 fe80::1`
I’d like to know this as well! I’m connecting to the VPN via ipv4 internet and that works great (I get a private ipv4 via dhcp). I’ve spent a week to try to setup a 6to4 or 6in4 thing via openvpn and softether….no luck :/
PS. I’m using dnsmasq for dhcp (and dhcpv6)