| 9 May 2026 |
Andy Hamon | * haven't yet measured power yet.
price was ~$250USD for the PoE one. I see auctions for way less though.
i usually do brocade icx6610
tell me more... does this run nixos? what about upstream/stock linux kernel?
| 03:35:35 |
raitobezarius | In reply to @ahamon:matrix.org
haven't yet measured power yet.
price was ~$250USD for the PoE one. I see auctions for way less though.
i usually do brocade icx6610
tell me more... does this run nixos? what about upstream/stock linux kernel?
Brocade ICX6610 is a PowerPC application processor but extremely featureful with OpenFlow 1.2 so it's possible to do some nice SDN declarative stuff while touching seldomly the OS | 09:45:57 |
raitobezarius | It's also quite power efficient | 09:46:03 |
raitobezarius | 2*40G, 16*10G, 48*1G with PoE variants | 09:46:20 |
raitobezarius | Can be found for ~100-200USD | 09:46:31 |
raitobezarius | It cannot run an Linux OS at all except if you want a fun porting project | 09:46:53 |
raitobezarius | Newer Brocade have proper ARM but probably no upstream Linux support I'd argue, but it's not that hard to add it | 09:47:55 |
| 12 May 2026 |
| @mrfoxpro:matrix.org left the room. | 17:45:43 |
Eli Saado | should I trust the networking.nat.* options or should I use raw nftables instead? | 22:01:55 |
Marcel | I use it on my gateway without issues. | 22:14:34 |
Eli Saado | yay | 22:33:14 |
| 13 May 2026 |
| @hxr404:tchncs.de left the room. | 09:33:18 |
| 14 May 2026 |
| @pederbs:pvv.ntnu.no left the room. | 01:35:52 |
| 16 May 2026 |
catbrained (she/her) | I just noticed a new interface show up when I do ip link:
ip6tnl0@NONE: <NOARP> mtu 1452 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/tunnel6 :: brd :: permaddr caf7:96db:24d5::
I'm not sure what this is and I have no clue why it's there. Doesn't seem to serve any purpose since it's DOWN and my internet is still working just fine. 🤷♀️ Not sure how long it's been there either. I tried deleting it with ip link delete ip6tnl0 but it's still there. Can anyone point me towards how I can figure out where this thing is coming from (and perhaps how to get rid of it)?
| 20:58:00 |
rntpts | Update: https://github.com/NixOS/nixpkgs/pull/516539 | 21:01:16 |
rntpts | (to get rid of it) | 21:01:50 |
catbrained (she/her) | Thank you! 🙏 | 21:03:20 |
| 17 May 2026 |
emily | so what's the state of the art for exposing IPv4 ports when using NAT64? | 16:01:12 |
emily | does PCP have a notion for that? | 16:02:07 |
emily | (relatedly, what's the state of the art for NAT64 at this point? did that NetworkManager etc. stuff or the kernel-space stuff happen?) | 16:03:18 |
hexa | pcp is something your isp would need to support | 16:03:20 |
hexa | nm nat64 support did not land in the current release | 16:03:37 |
hexa | it will land in the next | 16:03:40 |
emily | in this situation I'm imagining the gateway/router doing the NAT64 | 16:04:36 |
emily | so it has a public v4 | 16:04:41 |
emily | question is, how can clients ask "give me an exposed v4 port that forwards to this port on my v6, thanks" | 16:05:01 |
hexa | I only tried jool so far, and I don't think it supports pcp | 16:05:02 |
emily | oh yeah it would be a separate daemon for sure | 16:05:13 |
raitobezarius | MAP-T | 16:05:13 |
emily | I mean it's really just a matter of port forwarding on the v4 end | 16:05:22 |