| 8 Jul 2025 |
emily | it's the same stuff | 15:18:08 |
emily | the OpenWrt One/Two are just BPI boards | 15:18:14 |
emily | R4 also works fine on OpenWrt, the reason we're having adventures is running our own kernel stack that tries to be close to mainline etc. | 15:18:35 |
emily | people buying OpenWrt-branded stuff so they don't have to flash firmware aren't going to have issues :p | 15:19:08 |
hexa | beyond the two and the bpi board being MT7988 based, why would gl-inet use a bpi board? | 15:20:18 |
emily | wait I'm confused | 15:24:28 |
emily | oh | 15:24:51 |
emily | I think it's that the One was by bpi | 15:24:54 |
emily | and the Two is GL.iNet | 15:24:57 |
emily | yeah | 15:25:02 |
emily | the Two looks nicer than I remember although I wish it had more than one SFP+ | 15:25:42 |
aleksana 🏳️⚧️ (force me to bed after 18:00 UTC) | Looking for tests and reviews on
https://github.com/NixOS/nixpkgs/pull/398587
nixos/firewalld: init | 18:57:37 |
Charles | does anyone have mdns working with systemd-resolved+networkmanager | 20:31:43 |
Charles | https://discourse.nixos.org/t/systemd-resolved-cant-resolve-mdns-local-names-avahi-can/60540/2?u=cobaltcause i tried this advice here which really seems like it should work, on 2 machines to attempt to publish and resolve, but it doesn't work | 20:32:18 |
K900 | It Depends(tm) | 20:32:27 |
K900 | The fun thing is that some applications will only talk to avahi | 20:32:31 |
Charles | hmm, do android and ios do mdns | 20:33:02 |
K900 | I think so | 20:34:06 |
Charles | neat | 20:34:31 |
Zhaofeng Li | I think apple is the one who made mdns "mainstream" in the first place | 20:34:52 |
Marie | even windows does mdns nowadays | 20:35:26 |
Zhaofeng Li | on the flip side, apple is bad at providing options that are not dependent on mdns 🙃 | 20:35:52 |
Charles | so do i have to set up avahi | 20:36:10 |
hexa | "bonjour" 👋 | 20:37:59 |
hexa | aka "zeroconf" | 20:38:10 |
hexa | * aka "zeroconf" 0️⃣ | 20:38:17 |
Charles | reverting the changes to networkmanager and systemd-resolved and adding
services.avahi = {
enable = true;
publish.enable = true;
publish.domain = true;
nssmdns4 = true;
};
works :/
| 20:47:42 |
Zhaofeng Li | just for resolving I don't think avahi is required, publishing yes | 20:48:51 |
Charles | https://www.freedesktop.org/software/systemd/man/latest/resolved.conf.html#MulticastDNS= | 20:50:31 |
Charles | systemd is supposed to be able to do it, it seems | 20:50:38 |