The main source of information is the manual. This text describes how to set
up a VPN using tinc. It also contains a chapter with more technical details,
which you may want to read, as well as the ideas behind tinc. This manual is
-currently up to date with version 1.0.17.
+currently up to date with version 1.0.18.
- [manual (HTML)](/documentation/tinc_toc)
- [manual (PDF)](/documentation/tinc.pdf)
### Latest stable release
-[[!inline pages="news/release-1.0.17" template=newsitemnoheader feeds="no"]]
+[[!inline pages="news/release-1.0.18" template=newsitemnoheader feeds="no"]]
-<a name="1.0.17"></a><table>
-<tr><td>**Version**<td>1.0.17
+<a name="1.0.18"></a><table>
+<tr><td>**Version**<td>1.0.18
<tr><td>**Source**<td>
-[tinc-1.0.17.tar.gz](/packages/tinc-1.0.17.tar.gz)
-([sig](/packages/tinc-1.0.17.tar.gz.sig))
+[tinc-1.0.18.tar.gz](/packages/tinc-1.0.18.tar.gz)
+([sig](/packages/tinc-1.0.18.tar.gz.sig))
<tr><td>**Packages**<td>
-[Windows XP/Vista/7](/packages/windows/tinc-1.0.17-install.exe)
+[Windows XP/Vista/7](/packages/windows/tinc-1.0.18-install.exe)
<tr><td>**Remarks**<td>
IPv6 will fail to work when `Mode = switch`. The workaround is to set `DecrementTTL = no`.
</table>
### Older versions
+<a name="1.0.17"></a><table>
+<tr><td>**Version**<td>1.0.17
+<tr><td>**Source**<td>
+[tinc-1.0.17.tar.gz](/packages/tinc-1.0.17.tar.gz)
+([sig](/packages/tinc-1.0.17.tar.gz.sig))
+<tr><td>**Packages**<td>
+[Windows XP/Vista/7](/packages/windows/tinc-1.0.17-install.exe)
+<tr><td>**Remarks**<td>
+IPv6 will fail to work when `Mode = switch`. The workaround is to set `DecrementTTL = no`.
+</table>
+
<a name="1.0.16"></a><table>
<tr><td>**Version**<td>1.0.16
<tr><td>**Source**<td>
--- /dev/null
+[[!meta author="guus"]]
+[[!meta date="March 25th 2012"]]
+
+Version 1.0.18 released.
+
+* Fixed IPv6 in switch mode by turning off DecrementTTL by default.
+* Allow a port number to be specified in BindToAddress, which also allows tinc to listen on multiple ports.
+* Add support for multicast communication with UML/QEMU/KVM.