I noticed some seemingly strange network behavior from my Roon core, and was hoping somebody could clear up what is happening here and why
Roon core is constantly sending packets to the link local IPv4 address space 169.254.0.0/16. This box has a static IPv4 address
Here is an example of netstat output. In this example, 10.1.10.13 is the local static IP address of the roon core. This behavior seems strange to me, because 169.254.0.0/16 is a link local scope. It’s usually only used to assign an IP address to an interface if DHCP fails.
Ultimately, roon is sending packets all day long to these 169.254.x.x addresses. The result is they are routed out to my ISP and subsequently dropped. It’s not causing an issue with Roon per say, I’m just at a loss for what is happening and why it is happening. Thanks
joe@roon:~$ sudo netstat -anp | grep 169.254
tcp6 0 1 10.1.10.13:44544 169.254.9.54:63444 SYN_SENT 1067/RoonAppliance
tcp6 0 1 10.1.10.13:59176 169.254.10.146:63444 SYN_SENT 1067/RoonAppliance
tcp6 0 1 10.1.10.13:34800 169.254.10.61:63444 SYN_SENT 1067/RoonAppliance
tcp6 0 1 10.1.10.13:34892 169.254.10.61:63444 SYN_SENT 1067/RoonAppliance
tcp6 0 1 10.1.10.13:44392 169.254.9.54:63444 SYN_SENT 1067/RoonAppliance