| 6 Jul 2021 |
hexa | at the very least it should provide a test case imo | 13:02:46 |
hexa | * if anyone is familiar with or in to nat64 or tayga, maybe review this pr https://github.com/NixOS/nixpkgs/pull/129390/files | 13:05:18 |
| spacesbot - keeps a log of public NixOS channels changed their display name from spacesbot to spacesbot - keeps a log of public NixOS channels. | 22:11:44 |
| 7 Jul 2021 |
| cornu joined the room. | 08:09:52 |
| 8 Jul 2021 |
eyJhb | If I want to do microsegmentation of IPv6, can I do that from my router? Based on maybe MAC addresses? (using networkd, unsure if that supports it??) | 11:46:08 |
eyJhb | ie. phones should have their own range, RPis should, laptops, servers, etc. | 11:46:25 |
eyJhb | I might have asked it before... Also, it is IPv6 with prefix delegation, have a /48 subnet for myself :) | 11:48:20 |
Mic92 (Old) | eyjhb: with dhcpv6 that should work | 12:42:29 |
Mic92 (Old) | if they are in the same l2, this does not add a lot of security in theory so. But if you just want to block of some iot devices from phoning home this might be nought | 12:43:14 |
eyJhb | ^ that's somewhat what I want to do :) But I guess I should setup some VLANs as well.... | 12:43:49 |
casey © | depending on how all the iots connect, if it's over wireless, give them their own ssid and vlan/subnet | 17:12:22 |
hexa | eap, radius vlan | 17:32:36 |
hexa | or simpler: client isolation | 17:32:49 |
| 9 Jul 2021 |
| vika (she/her) 🏳️⚧️ set a profile picture. | 16:38:47 |
| 10 Jul 2021 |
| Mic92 (Old) changed their display name from Mic92 to Mic92 (Old). | 14:02:23 |
| Mic92 joined the room. | 14:36:56 |
| Mic92 (Old) left the room. | 15:01:02 |
| iclanzan joined the room. | 19:06:17 |
| 12 Jul 2021 |
| Andrea Pascal joined the room. | 01:31:52 |
| Alex Zero joined the room. | 15:00:09 |
| 13 Jul 2021 |
hexa | https://github.com/NixOS/nixpkgs/pull/129980 | 23:19:08 |
hexa | reviews welcome | 23:19:13 |
| 14 Jul 2021 |
Alex Zero | I am currently working on a routing framework called Eidolon RIS that lets you declaratively set up your own meshed BGP/OSPF infrastructure. Check it out! https://github.com/ArctarusLimited/KuiserOS/blob/master/modules/services/networking/eidolon/README.md | 00:42:23 |
| 15 Jul 2021 |
Mic92 | Alex Zero: Could this take path cost into account? | 15:30:08 |
Mic92 | If all my peers would use NixOS this would be the way to go... | 15:31:51 |
Leon | In reply to @citadelcore:nixos.dev I am currently working on a routing framework called Eidolon RIS that lets you declaratively set up your own meshed BGP/OSPF infrastructure. Check it out! https://github.com/ArctarusLimited/KuiserOS/blob/master/modules/services/networking/eidolon/README.md You have got to be kidding me. Why did I build essentially that exact same thing? :D looks pretty sweet | 15:33:26 |
Alex Zero | Hahahah | 15:36:50 |
Alex Zero | Don't get me wrong, my implementation still needs quite a bit of refinement. But it works :) | 15:37:08 |
Alex Zero | I'd like to replace the GRE/WireGuard tunnels with something like Tinc in the future, since WG appears to be causing an obscure kernel bug with Bird that's very annoying | 15:37:42 |
Alex Zero | In reply to @mic92:nixos.dev Alex Zero: Could this take path cost into account? Yes, can add that to the list of things to do! | 15:38:12 |