Skip to content

Instantly share code, notes, and snippets.

@larsch
Last active September 15, 2025 08:32
Show Gist options
  • Select an option

  • Save larsch/43d5ffabc62e908508dca8c2851eda0b to your computer and use it in GitHub Desktop.

Select an option

Save larsch/43d5ffabc62e908508dca8c2851eda0b to your computer and use it in GitHub Desktop.
EWII/Kviknet SLAAC and Prefix Deligation setup
[Match]
Name=enp3s0
[Network]
DHCPServer=yes
IPv6SendRA=yes
IPv6Forwarding=yes
IPv4Forwarding=yes
DHCPPrefixDelegation=yes
[Address]
Address=192.168.0.1/24
[IPv6SendRA]
RouterLifetimeSec=3600
[IPv6PrefixDelegation]
RouterLifetimeSec=3600
[DHCPPrefixDelegation]
UplinkInterface=enp2s0
[Match]
Name=enp2s0
[Network]
DHCP=ipv4
IPv6Forwarding=yes
IPv6AcceptRA=yes
[DHCPv6]
IAID=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment