X-Git-Url: https://tinc-vpn.org/git/browse?p=wiki;a=blobdiff_plain;f=examples%2Fipv6-network.mdwn;h=6fa788de2d74c74f13b284670fd89a635c036593;hp=c9dedea1fcfcdc376ffe7b969d4cc69d6b0a450f;hb=4a8ff30c03c43d74b2870a9a4b8c832768f994e1;hpb=986d15b906200cd6bf0dbcf7713e0ce0fa94b0d8 diff --git a/examples/ipv6-network.mdwn b/examples/ipv6-network.mdwn index c9dedea..6fa788d 100644 --- a/examples/ipv6-network.mdwn +++ b/examples/ipv6-network.mdwn @@ -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 @@ -90,7 +90,7 @@ ip -6 addr del 2001:db8:beef::2/64 dev $INTERFACE ip -6 link set $INTERFACE down -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):
 ipv6 forwarding
 !