Enabling RFC4941 via /etc/interfacesFrom man interfaces
:
1234567891011 INET6 ADDRESS FAMILY This section documents the methods available in the inet6 address family. The auto Method [...] Options privext int Privacy extensions (RFC4941) (0=off, 1=assign, 2=prefer)
So I put the following to /etc/interfaces.d/eth0
:
12 iface eth0 inet6 auto privext 2
From man interfaces
:
1 2 3 4 5 6 7 8 9 10 11 | INET6 ADDRESS FAMILY This section documents the methods available in the inet6 address family. The auto Method [...] Options privext int Privacy extensions (RFC4941) (0=off, 1=assign, 2=prefer) |
So I put the following to /etc/interfaces.d/eth0
:
1 2 | iface eth0 inet6 auto privext 2 |