mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-11 17:29:16 +05:00
tpws: fc00::/7 private range. PF convert ipv4 to ipv6 mapped address
This commit is contained in:
parent
d619f1b99d
commit
f5537666bc
@ -351,7 +351,7 @@ Put the string `net.inet6.send.opmode=0` to `/etc/sysctl.conf`. If not present
|
|||||||
|
|
||||||
Then reboot the system.
|
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.
|
to your LAN interface and use it as the gateway address.
|
||||||
|
|
||||||
tpws transparent mode only for outgoing connections.
|
tpws transparent mode only for outgoing connections.
|
||||||
|
@ -477,9 +477,9 @@ Other parameters `--bind-*` are related to the last bind.
|
|||||||
link local ipv6 (`fe80::/8`) mode selection :
|
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=no : first selects private address fc00::/7, then global address
|
||||||
--bind-iface6 --bind-linklocal=unwanted : first selects private address fd00::/8, then global address, then LL
|
--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 fd00::/8, then global address
|
--bind-iface6 --bind-linklocal=prefer : first selects LL, then private address fc00::/7, then global address
|
||||||
--bind-iface6 --bind-linklocal=force : select only LL
|
--bind-iface6 --bind-linklocal=force : select only LL
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user