Skip to content

Commit

Permalink
Provide very basic instructions for enabling static IPv6 support. See #…
Browse files Browse the repository at this point in the history
…15 for current status.
  • Loading branch information
tomtom5152 committed Apr 1, 2024
1 parent 228ee7c commit 1e15bd8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/content/en/docs/Getting started/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,12 @@ Note: Experimental feature!
Automatic IP negotiation is available since version `0.8.1`.

DHCP can be enabled with `--dhcp` and `--address` can be omitted. If an IP is specfied with `--address` it will be the default IP.

## IPv6 (experimental)

Node: Very experimental feature! Highly unstable!

Very provisional support for IPv6 is available using static addresses only. Currently only one address is supported per interface, dual stack is not available.
For more information, checkout [issue #15](https://github.com/mudler/edgevpn/issues/15)

IPv6 can be enabled with `--address fd:ed4e::<IP>/64` and `--mtu >1280`.

0 comments on commit 1e15bd8

Please sign in to comment.