[Feature Request] Extend SLAAC option: Support static interface id
M. Buecher
Tue Aug 29 20:33:58 2017Allow 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
| Re: [Feature Request] Extend SLAAC option: Support static interface id | M. Buecher |