Dave Taht <dave.t...@gmail.com> wrote:
    > I have a machine whose ipv6 address I'd like to register in dns. I used
    > to use the ddns tool in openwrt to do this, but I don't think it quite
    > does what I want.

    > the ip tool now has json capability, yea, but basically I have rotating
    > addresses that expire.

You don't want to register temporary addresses, you want to turn them off.
Publishing your super-private address in DNS makes it not private, so don't
do that.   You want stable private addresses.

You either do this in NetworkManager, or net.ipv6.conf.all.use_tempaddr = 0

https://major.io/2016/04/17/enable-ipv6-privacy-networkmanager/

    > And other stuff that also expires but is mildly painful. I can do this
    > to show the current primaries

    > ip -c -6 addr show primary | grep -A 1 2603

    > and the same, so I can delete secondaries

    > So I can see having a nsupdate (or linode api) script that parses this
    > all properly and sends it "up there", or roll my own, but I was hoping
    > for a recommendation, that does it as addresses change...


--
]               Never tell me the odds!                 | ipv6 mesh networks [
]   Michael Richardson, Sandelman Software Works        | network architect  [
]     m...@sandelman.ca  http://www.sandelman.ca/        |   ruby on rails    [

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Cerowrt-devel mailing list
Cerowrt-devel@lists.bufferbloat.net
https://lists.bufferbloat.net/listinfo/cerowrt-devel

Reply via email to