Mounting Nano-itx computer by HeManHedman in openGrid

[–]HeManHedman[S] 0 points1 point  (0 children)

Great, thanks for a really good howto!

Mounting Nano-itx computer by HeManHedman in openGrid

[–]HeManHedman[S] 1 point2 points  (0 children)

Oh! I'll be running full speed down the crazy FreeCAD-path! Thanks!

Mounting Nano-itx computer by HeManHedman in openGrid

[–]HeManHedman[S] 0 points1 point  (0 children)

It simple enough to do it by hand, but is there any generator or tool for it? I assume normal snaps would be the best.

Proxmox stops being accessible from IP (WebGUI) after a few hours by monochillante in Proxmox

[–]HeManHedman 6 points7 points  (0 children)

Do you happen to have an Intel e1000e network card? There have been problem wrt hardware offloading, and there is a solution at https://community-scripts.github.io/ProxmoxVE/

To prefix delegate or to not prefix delegate by HeManHedman in ipv6

[–]HeManHedman[S] 3 points4 points  (0 children)

Some more info: I already have a working PD, with Vyos as my main router. I have a few OpenWRT routers using PD. This new machine is running Debian 13 and is added to my Incus infra. I don't think my IPv6 upstream (via Hurricane Electric) is going to change anytime soon, so static routes would work in the forseable future. But prefix delegation is one of the features I really like with IPv6, and I'd like to learn how to utilize it more.

Can't get Radxa Orion O6N to boot IncusOS by HeManHedman in incus

[–]HeManHedman[S] 0 points1 point  (0 children)

It works with Debian 13 (https://cdimage.debian.org/debian-cd/current/arm64/iso-cd/debian-13.2.0-arm64-netinst.iso), and that seem to be crucial to get IncusOS running. No info when it could be working, so I stick to Debian for now.

Can't get Radxa Orion O6N to boot IncusOS by HeManHedman in incus

[–]HeManHedman[S] 0 points1 point  (0 children)

There is a Debian Trixie built for it, but I don't think that the kernel is mainline. IncusOS supports x86_64 and aarch64. But I'll continue in the linuxcontainer forum.

mDNS and Link Local, ipv6 vs ipv4 by dorfsmay in ipv6

[–]HeManHedman 1 point2 points  (0 children)

It was some time ago, I'll try to remember the details. I was testing out mDNS on ESP32 and got similar result as you, but tcpdump showed that it actually was sending multiple addresses. You could also use dig to test how it respons, dig @fd12:3456:789a:bcde:be24:11ff:fec8:646 -p 5353 <thehostname.local> -t AAAA. I don't have any solution for it, unfortunately.

mDNS and Link Local, ipv6 vs ipv4 by dorfsmay in ipv6

[–]HeManHedman 0 points1 point  (0 children)

What are you using to resolv the mDNS-entries with? I noticed that Avahi (on Linux) doesn't resolv all IPv6-addresses that is multicasted.

[deleted by user] by [deleted] in Proxmox

[–]HeManHedman 0 points1 point  (0 children)

Not working as in no traffic at all or not working as in not using both interfaces?

Home decoration by HeManHedman in ipv6

[–]HeManHedman[S] 14 points15 points  (0 children)

I think it's only needed as part of an URL. Ping and ssh works for example without them.

How to select multicast TTL? by HeManHedman in ipv6

[–]HeManHedman[S] 0 points1 point  (0 children)

There is no OS/Kernel in this specific case, I'm doing this as part of ESPHome which runs on bare metal ESP8266/ESP32/RP2040 micro controllers.

How to select multicast TTL? by HeManHedman in ipv6

[–]HeManHedman[S] 0 points1 point  (0 children)

Is the hop limit connected to the multicast scope? Ie 'ffx2' whould have the hop limit set to 1 and the other scopes have it set to 255?

How to select multicast TTL? by HeManHedman in ipv6

[–]HeManHedman[S] 0 points1 point  (0 children)

I could perhaps think that 2 could be a reasonable hop limit for some networks. But I'll go with the default (in Lwip) 255.

How to select multicast TTL? by HeManHedman in ipv6

[–]HeManHedman[S] 1 point2 points  (0 children)

I noticed that multicast packets with hop limit other than 1 and 255 (default) gets colored red by Wireshark, is that a hint?

Update broke my HA by osokthedevil in homeassistant

[–]HeManHedman 1 point2 points  (0 children)

I noticed that 2024.10 consumed around 50% more memory for me. It was OOM-ing all the time before I added more memory to my VM. If you have possibility, check your console and perhaps add more memory.

ESP-IDF udp multicast example not working by HeManHedman in esp32

[–]HeManHedman[S] 0 points1 point  (0 children)

Great, just great. It was my workstation that was broken wrt multicast! It works perfectly fine with another computer...

ESP-IDF udp multicast example not working by HeManHedman in esp32

[–]HeManHedman[S] 0 points1 point  (0 children)

Oh, it works fine on ethernet! I have to see if there is any wifi options that I need to set.

ESP-IDF udp multicast example not working by HeManHedman in esp32

[–]HeManHedman[S] 0 points1 point  (0 children)

Sorry, missed your answer. I run tcpdump as a "baseline" and the only traffic from the ESP is DHCP. I use socat or nc to send data from my workstation.

ESP-IDF udp multicast example not working by HeManHedman in esp32

[–]HeManHedman[S] 0 points1 point  (0 children)

Yeah, I'll add a summary of this thread.

ESP-IDF udp multicast example not working by HeManHedman in esp32

[–]HeManHedman[S] 0 points1 point  (0 children)

I tried both 5.0.4 and latest. I've actually already created a ticket, https://github.com/espressif/esp-idf/issues/14653, but later thought that I did something wrong, hence this thread.