Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

ip6-privacy question / bug

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
paratrap
Posts: 47
Joined: 2010-09-05 13:08

ip6-privacy question / bug

#1 Post by paratrap »

'man ip-address' saying mngtmpaddr ipv6 address will be used (activated) with use_tempaddr >= 1, but it dosn't.

Is it a bug?

Basically I have two ipv6:

Code: Select all

axet@axet-laptop:~/bin$ ip a|grep 1111
    inet6 1111:1111:1111:1::1/128 scope global dynamic noprefixroute 
    inet6 1111:1111:1111:1111:1111:1111:1111:1111/64 scope global mngtmpaddr noprefixroute 
One address marked as mngtmpaddr (delivered by dhcp) this address is ipv6 temporary address. It should be used by default. But debian does not use it.

https://ip6.me/

Shows me my private ipv6 address. When I set:

Code: Select all

sysctl net.ipv6.conf.default.use_tempaddr=1
it sitill using my private ipv6

with:

Code: Select all

net.ipv6.conf.default.use_tempaddr=2
it using self generated "temporary dynamic" ipv6

paratrap
Posts: 47
Joined: 2010-09-05 13:08

Re: ip6-privacy question / bug

#2 Post by paratrap »

ping

Post Reply