Fix broken links, use https:// where available.
[wiki] / examples / ipv6-network.mdwn
index 3d3bd90..6fa788d 100644 (file)
@@ -12,7 +12,7 @@ This document is to highlight an example setup for using tinc to create an IPv6
 ### Example Layout
 
 [[!img examples/fig-ipv6-network.png link=examples/fig-ipv6-network.dia]]
-*Click on the image for the original [DIA](http://en.wikipedia.org/wiki/Dia_(software)) file.*
+*Click on the image for the original [DIA](https://en.wikipedia.org/wiki/Dia_(software)) file.*
 
 ### Scenario Parameters
 
@@ -38,7 +38,9 @@ On non Debian/Ubuntu systems, a line can be put in a boot script, such as `ip -6
 
 3. This setup uses tinc's "switch" mode: subnets are not assigned in the host files; only Address (for ConnectTo targets only) and the key are required in host files.
 
-4. It is assumed that the config files go into something like `/etc/tinc/link` and `/etc/tinc/nets.boot` has an entry for "link". The following table can be used to guide configuration of routers. The "routera" configuration for tinc (the master router):
+4. It is assumed that the config files go into something like `/etc/tinc/link` and `/etc/tinc/nets.boot` has an entry for "link". The following table can be used to guide configuration of routers.
+
+The "routera" configuration for tinc (the master router):
 <pre>
 >cat tinc.conf
 Name = routera
@@ -88,7 +90,7 @@ ip -6 addr del 2001:db8:beef::2/64 dev $INTERFACE
 ip -6 link set $INTERFACE down
 </pre>
 
-5. You can use [radvd](http://www.litech.org/radvd/) or [Quagga](http://www.quagga.net/) to perform [stateless address autoconfiguration](http://www.ietf.org/rfc/rfc2462.txt) on your LAN. This is an example zebra.conf for LAN autoconfiguration (don't forget to enable the zebra daemon):
+5. You can use [radvd](http://www.litech.org/radvd/) or [Quagga](http://www.quagga.net/) to perform [stateless address autoconfiguration](https://www.ietf.org/rfc/rfc2462.txt) on your LAN. This is an example zebra.conf for LAN autoconfiguration (don't forget to enable the zebra daemon):
 <pre>
 ipv6 forwarding
 !