Skip to content

Commit 876a01c

Browse files
committed
Cilium nat46x64gw picture
1 parent 46c3bb3 commit 876a01c

6 files changed

+2
-0
lines changed

assets/img/cilium-nat64.png

88.2 KB
Loading

content/posts/cilium-nat64.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ IPv4 and IPv6 are two different protocols they are incompatible with one another
1212

1313
In this blog post I cover how I am running [Cilium](https://cilium.io) as a standalone NAT46x64 gateway which harnesses the power of [eBPF](https://docs.ebpf.io) in the linux kernel. Cilium is a CNCF graduate project which brings advanced networking capabilities to Kubernetes. While it is most commonly used as a CNI (Container Network Interface), not much has been documented about it's capabilities outside of Kubernetes, specially as a standalone NAT46x64 gateway. For my fellow kernel nerds and C lovers, Cilium's NAT46x64 implementation can be found [here](https://github.com/cilium/cilium/blob/main/bpf/lib/nat_46x64.h)
1414

15+
![Alt Text](img/cilium-nat64.png)
16+
1517
## Configuration
1618

1719
Before we get to the real meat and potatoes we need to do some prep work.
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)