-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what about ipv6? #2
Comments
I was going to do an ipv6 guide but someone else already did a brilliant write up. Follow his guide here - https://danrl.com/blog/2016/travel-wifi/ |
@iamckn Could you add to your existing guide (typical wireguard setup) ipv6/64 global addresses to wireguard clients, please? |
Alright, I'll add it to my to do list. I'll try to have it done in the next few weeks. |
after i finished the tutorial, blindly, tho it's the kind of tutorial that the midrange semi-pros like me have to rely on (thank you!) -- i found my vps had eth0, eth1, eth2, and wg0. I've started from scratch and left off ipv6 just to get through all the steps again, and feel the awesome -- thanks again 👍 |
I'm looking at the recommended IPv6 tutorial, and it has not so much of your grace and patience. I hope you continue on this project. It's sure to help a lot of humans. (ipv6 setup-- https://danrl.com/blog/2016/travel-wifi/) |
I manage to make ipv6 work. Server sideip6tables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
ip6tables -A FORWARD -i wg0 -j ACCEPT Forward ipv6 activate On the conf file
Client sideconf file
|
Hello,
What about ipv6 and how to provide clients with global ipv6 address if I have /64 ipv6 subnet on server?
Thanks.
The text was updated successfully, but these errors were encountered: