Skip to content

Commit

Permalink
Couple of typos in "IPv6 on Docker securely" (hetzneronline#498)
Browse files Browse the repository at this point in the history
Thanks for the article!
I saw few typos which corrected
  • Loading branch information
reflektoin authored Oct 17, 2022
1 parent 15c2fbc commit bc746bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorials/docker-ipv6-securely/01.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ For this article, we will use a /64 IPv6 network because that is what many hosti

2) Hypervisor

We will need a way to provision VMs, for this article we selected Proxmox. More information on Prxmox can be found on their website: https://www.proxmox.com/en/proxmox-ve/get-started
We will need a way to provision VMs, for this article we selected Proxmox. More information on Proxmox can be found on their website: https://www.proxmox.com/en/proxmox-ve/get-started

There is already a Tutorial on how to install Proxmox remotely on any server: https://community.hetzner.com/tutorials/install-and-configure-proxmox_ve

Expand Down Expand Up @@ -133,7 +133,7 @@ Default gateways for the VM hosts.

The default GW for IPv6 is fe80::1 through the WAN interface (not WAN6). This is because this interface is connected to the KVM bridge that has access to the connection to the internet.

Each Docker network in the VM host gets a static route so they can comunicate between each other.
Each Docker network in the VM host gets a static route so they can communicate between each other.
For this we need to define a Gateway as 2001:db8:1234:321d:20::2 through the WAN6 interface called "vm1" in the picture.

![pfSense bridge](images/pfsense_gateways.png)
Expand Down Expand Up @@ -203,7 +203,7 @@ PING www.google.com(ams16s29-in-x04.1e100.net (2a00:1450:400e:804::2004)) 56 dat

## Step 4 - Docker configuration

Baisc information on configuring a routed Docker environment with IPv6 can be found here: https://docs.docker.com/v17.09/engine/userguide/networking/default_network/ipv6/#routed-network-environment
Basic information on configuring a routed Docker environment with IPv6 can be found here: https://docs.docker.com/v17.09/engine/userguide/networking/default_network/ipv6/#routed-network-environment

We configure docker to use our /80 subnets under 21::/80.

Expand Down

0 comments on commit bc746bb

Please sign in to comment.