-
stefanobsdcafe
Hello everyone! I think some of you could be interested in this: Introducing the illumos Cafe: Another Cozy Corner for OS Diversity -
it-notes.dragas.net/2025/08/18/introducing-the-illumos-cafe
-
ik5pvx
I'm sure some sites count "our partners" on 128 bit unsigned integers :)
-
stefanobsdcafe
ik5pvx: unfortunately, they probably do
-
szilard
-
stefanobsdcafe
szilard: Thank you for sharing it!
-
szilard
stefanibsdcafe: it is nice to see you here!
-
stefanobsdcafe
szilard: Thank you! It's nice to be here!
-
jbk
oh nice
-
jbk
i asked my new ISP about IPv6 support, and they just called back and said they're planning to start deploying it in a couple of weeks and asked if I wanted to be a test customer (and get a free month of service)
-
danmcd
Nice!!!!
-
jbk
it's provided by the local co-op, so not sure if they're doing it in house or outsource it to a place
-
jbk
but they offer up to 5gb, and is actual fibre to the house (and not the node)
-
tsoome
I just did discover my isp does not have access to some parts of IPv6 space:P
-
tsoome
kind of weird...
-
jbk
i've never done much with smartos+ipv6, though I guess now I'll have a reason to :)
-
jbk
i'd imagine my mbp and iphone should pick it up fine
-
jbk
thought i've never had to do mess with it too much, so i'm not sure the best approach for my server where i'd like some sort of local static assignment...
-
sommerfeld
tsoome: yeah, there are some long-running peering disputes in v6-land. IIRC it's generally Cogent vs X for various values of X.
-
gitomat
[illumos-gate] 17509 add ioctl(2) definition to <sys/ioctl.h> -- Robert Mustacchi <rm⊙fo>
-
gitomat
[illumos-gate] 9883 undefined memset used in FD_ZERO() -- Robert Mustacchi <rm⊙fo>
-
gitomat
[illumos-gate] 17491 assert(3c) prototype visibility -- Robert Mustacchi <rm⊙fo>
-
m1ari
jbk: if you use SLAAC for addresses you'll usually get an address that's based on something like the ethernet address by default which should be fairly static, you can also assign many ipv6 static addresses.
-
m1ari
although it's been a while since I played with IPv6 and SmartOS, my current ISP doesn't support IPv6 and tunnels get interesting with streaming providers.
-
sommerfeld
jbk: note that one thing you can do with SLAAC with illumos is to force the interface-id (which defaults to being derived from the ethernet address). "ipadm create-addr -T addrconf -i ::1/64 fooif0/v6"
-
jbk
i'll have to mess with it once it's setup
-
jbk
though with smartos, since ipadm.conf isn't persistent, that might require a little more creativity
-
tsoome
its probably time to have little update for usbkey in smartos;)
-
jbk
i have a somewhat crazy idea, but might be a bridge too far for it (and dladm)
-
tsoome
I also think, we should get rid of /? from ipadm output.
-
tsoome
(thats not specific for smartos)
-
jbk
(it mostly came out of trying to fix dladm's broken -t's support and giving up because the tedium was more than i had time to tolerate at the time)