diff --git a/content/homelab-ipv4-expose/index.md b/content/homelab-ipv4-expose/index.md index a402549..7b54b2d 100644 --- a/content/homelab-ipv4-expose/index.md +++ b/content/homelab-ipv4-expose/index.md @@ -36,7 +36,7 @@ On my external server setup Jool with SIIT-DC and iptable rules. 5. Configure [Jool](https://www.jool.mx/en/index.html) 1. `/sbin/modprobe jool_siit` 2. `jool_siit instance add "example" --netfilter --pool6 2001:0bc8:1640:6554:0:0:0:0/96` - 3. `jool_siit -i "example" eamt add 2001:4dd5:ae46:81:f652:14ff:fe94:dc00/128 51.158.177.228/32` + 3. `jool_siit -i "example" eamt add 2001:4dd5:b276:1:f652:14ff:fe94:dc00/128 51.158.177.228/32` 4. (Optional for debugging) `jool_siit -i "example" global update logging-debug true` 6. ndppd for neighbor discovery 1. In `/etc/ndppd.conf` diff --git a/content/udmpro/index.md b/content/udmpro/index.md new file mode 100644 index 0000000..370d3b6 --- /dev/null +++ b/content/udmpro/index.md @@ -0,0 +1,35 @@ ++++ +title = "Homelab - UDMPro" +date = 2026-02-16 +description = "How I expose my IPv6 only Homelab for IPv4 clients" +draft = true + +[taxonomies] +categories = ["Homelab"] +tags = ["Homelab", "IPv4", "IPv6"] ++++ + +## Existing stuff +Router IPv6: 2001:4dd5:ae46:0:76ac:b9ff:fe3e:f163 + +Default network: 2001:4dd5:ae46:80::/64 +Server-Cluster network: 2001:4dd5:ae46:81::/64 + +## New Setup +Reconfigure the FritzBox: +Following the [GitHub Gist](https://gist.github.com/florian-obradovic/a8f9c2415d3b1d02b337778a22295ed6) based on [this reddit comment](https://www.reddit.com/r/de_EDV/comments/1e1gjna/comment/o52kkoj/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button). + +Then in unifi for the WAN interface: +- IPv4 + - connection using `IPv4 over IPv6` + - Type as `DS-Lite` +- IPv6 + - connection using DHCPv6 + - Prefix Delegation with /48 prefix + +## References +- [NetAachen Schnitstelle](https://www.netaachen.de/privatkunden/schnittstellenbeschreibung/) +- [FritzBox tool](https://www.mengelke.de/Projekte/FritzBox-JSTool) + +## TODO +- Handle setup of local vlans