X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=examples%2Fipv6-network.mdwn;h=c9dedea1fcfcdc376ffe7b969d4cc69d6b0a450f;hb=e50284820a4aae5b4503db026afc29330b2e0fb2;hp=fe29f43df624a8f7774677c2f43a18d10a73dca4;hpb=402472ebb37dfc92b923f98c2ea40ab291ec42d7;p=wiki diff --git a/examples/ipv6-network.mdwn b/examples/ipv6-network.mdwn index fe29f43..c9dedea 100644 --- a/examples/ipv6-network.mdwn +++ b/examples/ipv6-network.mdwn @@ -32,14 +32,15 @@ address 2001:db8:beef::1::1 netmask 64 mtu 1280
-  On non Debian/Ubuntu systems, a line can be put in a boot script, such as `ip -6 addr add 2001:db8:beef:1::1/64 dev eth1`.
+On non Debian/Ubuntu systems, a line can be put in a boot script, such as `ip -6 addr add 2001:db8:beef:1::1/64 dev eth1`.
 
 2. IPv6 forwarding needs to be enabled: put `echo "1" >/proc/sys/net/ipv6/conf/all/forwarding` in a boot script, or `net.ipv6.conf.all.forwarding = 1` in `/etc/sysctl.conf`.
 
 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:
-  * "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):
 
 >cat tinc.conf
 Name = routera
@@ -68,8 +69,7 @@ ip -6 route del 2001:db8:beef::/48 dev $INTERFACE
 ip -6 addr del 2001:db8:beef::1/64 dev $INTERFACE
 ip -6 link set $INTERFACE down
 
- - * "routerb" configuration for tinc (the other non-master routers will be like this one): +The "routerb" configuration for tinc (the other non-master routers will be like this one):
 >cat tinc.conf
 Name=routerb