Giter Site home page Giter Site logo

what about ipv6? about wireguard_ansible HOT 6 OPEN

iamckn avatar iamckn commented on September 24, 2024 2
what about ipv6?

from wireguard_ansible.

Comments (6)

iamckn avatar iamckn commented on September 24, 2024 4

Alright, I'll add it to my to do list. I'll try to have it done in the next few weeks.

from wireguard_ansible.

listenlight avatar listenlight commented on September 24, 2024 1

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 👍

from wireguard_ansible.

listenlight avatar listenlight commented on September 24, 2024 1

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/)

from wireguard_ansible.

mrdotb avatar mrdotb commented on September 24, 2024 1

I manage to make ipv6 work.
Assuming you have already followed the tutorial.

Server side

ip6tables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
ip6tables -A FORWARD -i wg0 -j ACCEPT

Forward ipv6 activate net.ipv6.conf.all.forwarding=1 in /etc/sysctl.conf

On the conf file

[Interfaces]
...
[Peer]
PublicKey = ...
AllowedIPs = 10.200.200.2/32, fd86:ea04:1115::5/64

Client side

conf file

[Interfaces]
Address = 10.200.200.2/32, fd86:ea04:1115::5/64
...
[Peer]
...
AllowedIPs = 0.0.0.0/0, ::/0

from wireguard_ansible.

iamckn avatar iamckn commented on September 24, 2024

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/

from wireguard_ansible.

x0r2d2 avatar x0r2d2 commented on September 24, 2024

@iamckn
For me, your guide is better, clear and can be done by copy paste!

Could you add to your existing guide (typical wireguard setup) ipv6/64 global addresses to wireguard clients, please?

from wireguard_ansible.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.