From f5537666bcdffd9d4f4d6e04a6af67f6b5c052a6 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sun, 23 Jan 2022 17:38:49 +0300 Subject: [PATCH] tpws: fc00::/7 private range. PF convert ipv4 to ipv6 mapped address --- docs/bsd.eng.md | 2 +- docs/readme.eng.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/bsd.eng.md b/docs/bsd.eng.md index 64cbc19..789e1f8 100644 --- a/docs/bsd.eng.md +++ b/docs/bsd.eng.md @@ -351,7 +351,7 @@ Put the string `net.inet6.send.opmode=0` to `/etc/sysctl.conf`. If not present Then reboot the system. -If you dont like this solution you can assign an additional static ipv6 address from `fd00::/8` range with `/128` prefix +If you dont like this solution you can assign an additional static ipv6 address from `fc00::/7` range with `/128` prefix to your LAN interface and use it as the gateway address. tpws transparent mode only for outgoing connections. diff --git a/docs/readme.eng.md b/docs/readme.eng.md index 8d1002c..5ca62c5 100644 --- a/docs/readme.eng.md +++ b/docs/readme.eng.md @@ -477,9 +477,9 @@ Other parameters `--bind-*` are related to the last bind. link local ipv6 (`fe80::/8`) mode selection : ``` ---bind-iface6 --bind-linklocal=no : first selects private address fd00::/8, then global address ---bind-iface6 --bind-linklocal=unwanted : first selects private address fd00::/8, then global address, then LL ---bind-iface6 --bind-linklocal=prefer : first selects LL, then private address fd00::/8, then global address +--bind-iface6 --bind-linklocal=no : first selects private address fc00::/7, then global address +--bind-iface6 --bind-linklocal=unwanted : first selects private address fc00::/7, then global address, then LL +--bind-iface6 --bind-linklocal=prefer : first selects LL, then private address fc00::/7, then global address --bind-iface6 --bind-linklocal=force : select only LL ```