Hi,

On Tue, Mar 29, 2022 at 12:53:14PM +0530, Jevin Gala wrote:
> I am un-able to find how to disable mngtmpaddr IPv6 IP in Debian 11 in a
> KVM VPS.
> 
> /proc/sys/net/ipv6/conf/default/use_tempaddr file shows 0 but it's still
> assigning mngtmpaddr IP to the VPS.

You may need to set that for "all" and your specific interface as
well:

net.ipv6.conf.default.use_tempaddr=0
net.ipv6.conf.all.use_tempaddr=0
net.ipv6.conf.eth0.use_tempaddr=0

Setting net.ipv6.conf.*.autoconf=0 should stop it as well but I
assume you do want an address configured by SLAAC, just not the
temporary one.

Cheers,
Andy

-- 
https://bitfolk.com/ -- No-nonsense VPS hosting

Reply via email to