Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

ipv6 support #13

Open
engel75 opened this issue Nov 1, 2019 · 6 comments
Open

ipv6 support #13

engel75 opened this issue Nov 1, 2019 · 6 comments
Labels
enhancement New feature or request

Comments

@engel75
Copy link

engel75 commented Nov 1, 2019

Is your feature request related to a problem? Please describe.
Could you please add IPv6 support?

@engel75 engel75 added the enhancement New feature or request label Nov 1, 2019
@suom1
Copy link
Member

suom1 commented May 4, 2020

This is something that we have on our to-do as we (Embark) have dual stack implemented in our infrastructure, however with this there comes some questions to take care of.

For instance NAT vs no NAT for IPv6.

@rsheasby
Copy link

Are you open for PRs on this? This seems to be the nicest WG UI for my use case, with the two exceptions being the lack of IPv6 support, and the inability to specify custom MTUs. I'd be happy to try work on implementing those.

@suom1
Copy link
Member

suom1 commented Nov 26, 2021

Absolutely!

For IPv6 we would probably want to have an implementation with support for both routed IPv6 and NAT:ed IPv6. Whats your opinion on this?

@rsheasby
Copy link

Yeah I'll probably start on NAT-ed, since my cloud provider (Digital Ocean) only delegates a /124 unfortunately. Direct routed is certainly ideal though, and absolutely the correct way to implement this.

I'll probably start on MTU config though, since that's a lot simpler and a good way to familiarise myself with the project.

@suom1
Copy link
Member

suom1 commented Nov 26, 2021

Sounds like a good plan. The routed IPv6 should not require any more code on top of NAT:ed IPv6. Should be good enough with having net.ipv6.conf.all.forwarding = 1 in Linux.

@FarisZR
Copy link

FarisZR commented Apr 12, 2022

Any updates on this ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants