dhcpcd-discuss

Re: [Feature Request] Extend SLAAC option: Support static interface id

M. Buecher

Thu Aug 31 21:12:17 2017

On 2017-08-29 22:34, M. Buecher wrote:
Allow to specify a static interface id for SLAAC (Same as IPv6Token of
systemd.network, see man systemd.network).
This provides a static interface id accross prefixes (e.g. dynamic
prefix from your ISP) to support "port forwarding" rules on routers.


Example:
## Default to stable private addresses
slaac stableprivate

interface eth0
  ## Static interface ID for GUA prefixes, due to changing prefixes
assigned by ISP, needed for "port forwarding"
  slaac static=::1:2:3:4 2000::/3 PLFT=0
  ## Stable private addresses for services for ULA prefixes
  slaac stableprivate fc00::/7


Related task: https://dev.marples.name/T136


Has anyone already created a dhcpcd script to achieve this for existing dhcpcd version?

Maddes

References:
[Feature Request] Extend SLAAC option: Support static interface idM. Buecher
Archive administrator: postmaster@marples.name