Merge branch 'master' of code.ungleich.ch:ungleich-public/ungleich-staticcms
This commit is contained in:
commit
7c29cb6ef6
5 changed files with 52 additions and 8 deletions
|
@ -11,10 +11,15 @@ _hidden: no
|
||||||
_discoverable: yes
|
_discoverable: yes
|
||||||
---
|
---
|
||||||
abstract:
|
abstract:
|
||||||
How to configure proxied IPv6 only hosts reliably.
|
ungleich tech talk number 1
|
||||||
---
|
---
|
||||||
body:
|
body:
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
||||||
At ungleich we have a lot of IPv6-only web servers. Many of them are
|
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
|
are proxied from the IPv4 world, so the domain name points to two
|
||||||
different machines:
|
different machines:
|
||||||
|
|
|
@ -11,7 +11,7 @@ _hidden: no
|
||||||
_discoverable: yes
|
_discoverable: yes
|
||||||
---
|
---
|
||||||
abstract:
|
abstract:
|
||||||
A little bit of NAT64 and a little bit of magic
|
ungleich tech talk number 2
|
||||||
---
|
---
|
||||||
body:
|
body:
|
||||||
|
|
||||||
|
@ -20,6 +20,12 @@ talk](https://www.youtube.com/watch?v=Gfe35IFdx-Q) you can find out
|
||||||
how to access IPv4 only devices from the IPv6 Internet using a simple
|
how to access IPv4 only devices from the IPv6 Internet using a simple
|
||||||
NAT64 translator.
|
NAT64 translator.
|
||||||
|
|
||||||
|
<iframe width="560" height="315"
|
||||||
|
src="https://www.youtube.com/embed/Gfe35IFdx-Q" frameborder="0"
|
||||||
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media;
|
||||||
|
gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
|
|
||||||
|
|
||||||
This is especially helpful if you are by default in IPv6 only
|
This is especially helpful if you are by default in IPv6 only
|
||||||
networks, but you still have legacy-only networks or legacy-only
|
networks, but you still have legacy-only networks or legacy-only
|
||||||
devices that you need to access.
|
devices that you need to access.
|
||||||
|
|
|
@ -0,0 +1,29 @@
|
||||||
|
title: An Introduction to NAT64
|
||||||
|
---
|
||||||
|
pub_date: 2021-03-09
|
||||||
|
---
|
||||||
|
author: ungleich
|
||||||
|
---
|
||||||
|
twitter_handle: ungleich
|
||||||
|
---
|
||||||
|
_hidden: no
|
||||||
|
---
|
||||||
|
_discoverable: yes
|
||||||
|
---
|
||||||
|
abstract:
|
||||||
|
ungleich tech talk number 3
|
||||||
|
---
|
||||||
|
body:
|
||||||
|
|
||||||
|
In the
|
||||||
|
[third ungleich tech
|
||||||
|
talk](https://www.youtube.com/watch?v=AeqS6Cjkd5E)
|
||||||
|
we give an introduction on NAT64 and how it works in general.
|
||||||
|
|
||||||
|
<iframe width="560" height="315"
|
||||||
|
src="https://www.youtube.com/embed/AeqS6Cjkd5E" frameborder="0"
|
||||||
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media;
|
||||||
|
gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
|
|
||||||
|
We hope that you enjoy this video and
|
||||||
|
if you have any questions, feel free to join the [IPv6 chat](/u/projects/ipv6-chat/).
|
Binary file not shown.
After Width: | Height: | Size: 105 KiB |
|
@ -279,7 +279,11 @@ content4_text:
|
||||||
|
|
||||||
## Matterbridge option
|
## Matterbridge option
|
||||||
|
|
||||||
You can use [matterbridge](https://github.com/42wim/matterbridge) for bridging to other networks. Matterbridge can be set up with a one-time fee of 25 CHF and 5 CHF/month maintenance fee. Matterbridge supports the following protocols:
|
You can use [matterbridge](https://github.com/42wim/matterbridge) for
|
||||||
|
bridging to other networks.
|
||||||
|
Matterbridge can be set up with a one-time fee of **25 CHF per connected
|
||||||
|
protocol** and **5 CHF/month and protocol** maintenance fee.
|
||||||
|
Matterbridge supports the following protocols:
|
||||||
|
|
||||||
* Discord
|
* Discord
|
||||||
* Gitter
|
* Gitter
|
||||||
|
|
Loading…
Reference in a new issue