From i.e. the man pages of FreeBSD it appears that IPv6 stateless autoconfiguration for assigning globally routable addresses won't work on hosts with multiple interfaces.
- Is that a general limitation of IPv6?
- Why is that?
- So I am stuck with (stateful) DHCP?
-aoption to autolocate the desired interface. My guess is that, if you have multiple interfaces, you're supposed to run multiple copies ofrtsoldeach independently managing one of the interfaces. In that case it makes sense that you'd want to avoid the-aoption and instead explicitly tell each instance what interface to manage. – Celada Sep 1 '12 at 3:02