e1e0.net

sources for e1e0 website
git clone https://git.e1e0.net/e1e0.net.git
Log | Files | Refs

commit aaffbe35978d989a57a14576c653dab0996fb10e
parent 545809e3e64b41b32294a35dd9d94b5cf6f3c1b7
Author: Paco Esteban <paco@onna.be>
Date:   Wed, 24 Apr 2019 19:35:35 +0200

fixing format on ipv6 article

Diffstat:
Mcontent/ipv6-config-he.md | 16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/content/ipv6-config-he.md b/content/ipv6-config-he.md @@ -108,7 +108,7 @@ it. At this point most of the devices in your network will be negotiating IPv6 auto configuration. I found out that Android and iOS phones do that -automatically, and prefer v6 if present. All linux boxes using dhcpcd(8) +automatically, and prefer v6 if present. All linux boxes using `dhcpcd(8)` will work automatically too. On Macs I found out that some were configured to take v6 config if possible and others have it disabled, so just "switch it on" and you're @@ -119,17 +119,17 @@ ip configuration manually there. Check your OS documentation on any case. My main workstation runs OpenBSD too, so that was simple to set up. -On my /etc/hostname.em0 +On my `/etc/hostname.em0` - dhcp - inet6 autoconf + dhcp + inet6 autoconf Also, tell the system resolver to prefer v6 over v4 if you want. On -/etc/resolv.conf.tail +`/etc/resolv.conf.tail` - nameserver 2001:470:bbb:cab::1 - lookup file bind - family inet6 inet4 + nameserver 2001:470:bbb:cab::1 + lookup file bind + family inet6 inet4 And that's it ! It was easier than expected !