2021-02-24 17:39:21 +00:00
|
|
|
title: The v6 pattern for IPv6 only hosts
|
|
|
|
---
|
|
|
|
pub_date: 2021-02-24
|
|
|
|
---
|
|
|
|
author: ungleich
|
|
|
|
---
|
|
|
|
twitter_handle: ungleich
|
|
|
|
---
|
|
|
|
_hidden: no
|
|
|
|
---
|
2021-02-24 17:48:03 +00:00
|
|
|
_discoverable: yes
|
2021-02-24 17:39:21 +00:00
|
|
|
---
|
|
|
|
abstract:
|
2021-03-09 16:46:56 +00:00
|
|
|
ungleich tech talk number 1
|
2021-02-24 17:39:21 +00:00
|
|
|
---
|
|
|
|
body:
|
|
|
|
|
2021-03-09 16:46:56 +00:00
|
|
|
<iframe width="560" height="315"
|
|
|
|
src="https://www.youtube.com/embed/cANwo0IdZYU" frameborder="0"
|
|
|
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media;
|
|
|
|
gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
|
|
|
2021-02-24 17:47:34 +00:00
|
|
|
At ungleich we have a lot of IPv6-only web servers. Many of them are
|
|
|
|
are proxied from the IPv4 world, so the domain name points to two
|
|
|
|
different machines:
|
2021-02-24 17:39:21 +00:00
|
|
|
|
2021-02-24 17:47:34 +00:00
|
|
|
* the AAAA entry points to the server directly
|
|
|
|
* the A entry points to a proxy
|
2021-02-24 17:39:21 +00:00
|
|
|
|
2021-02-24 17:47:34 +00:00
|
|
|
This sometimes makes configuring the right system a bit harder,
|
|
|
|
because on dual stack clients, accessing www.example.com brings you to
|
|
|
|
either machine. In the [first ungleich tech
|
|
|
|
talk](https://www.youtube.com/watch?v=cANwo0IdZYU) we show how this
|
|
|
|
looks in detail and how we ensure that we configure the right machine.
|
2021-02-24 17:39:21 +00:00
|
|
|
|
2021-02-24 17:47:34 +00:00
|
|
|
This is our first tech talk and we love to [hear your feedback](/u/contact/).
|