rtr7 / router7

router7 is a small home internet router completely written in Go. It is implemented as a gokrazy appliance.
https://router7.org
Apache License 2.0
2.69k stars 110 forks source link

Nat66 or Natv6p #67

Closed muellerjoel closed 3 years ago

muellerjoel commented 3 years ago

Is there a possibility to do Nat66 or something equal to give fix IPv6 to a Client?

stapelberg commented 3 years ago

If you need a globally reachable static IPv6 address, configure your operating system to use the IPv6 token approach: https://serverfault.com/a/968644

If you need a locally reachable static IPv6 address, configure a unique local address: https://en.wikipedia.org/wiki/Unique_local_address

In neither case do you need any form of NAT :)