Update comments about IPv6 autoconfiguration.
This commit is contained in:
parent
940fcb6701
commit
faabd163ad
1 changed files with 3 additions and 2 deletions
5
README
5
README
|
@ -107,8 +107,9 @@ etcetera.
|
||||||
Support for routing IPv6 packets has been added. Just add Subnet lines with
|
Support for routing IPv6 packets has been added. Just add Subnet lines with
|
||||||
IPv6 addresses (without using :: abbreviations) and use ifconfig or ip (from
|
IPv6 addresses (without using :: abbreviations) and use ifconfig or ip (from
|
||||||
the iproute package) to give the virtual network interface corresponding IPv6
|
the iproute package) to give the virtual network interface corresponding IPv6
|
||||||
addresses. Autoconfiguration will not work in router mode. Tunneling IPv6
|
addresses. tinc does not provide autoconfiguration for IPv6 hosts, if you need
|
||||||
packets only works on Linux, FreeBSD and possibly OpenBSD.
|
it use radvd or zebra. Tunneling IPv6 packets only works on Linux, FreeBSD and
|
||||||
|
possibly OpenBSD.
|
||||||
|
|
||||||
It is also possible to make tunnels to other tinc daemons over IPv6 networks.
|
It is also possible to make tunnels to other tinc daemons over IPv6 networks.
|
||||||
In order to enable this feature the option "AddressFamily = any" or
|
In order to enable this feature the option "AddressFamily = any" or
|
||||||
|
|
Loading…
Reference in a new issue