Aaron Turner

Results 195 comments of Aaron Turner

the interface on the remote server: ``` Interface: wg0 - IP: 10.200.200.1/24 PointToPoint: 10.200.200.1 ```

So the log is saying: `level=warning msg="Unable to send 362 bytes from re0 out wg1: send: Address family not supported by protocol family"` But the pcap actually shows all the...

Traffic for 192.168.0.0/24 is egressing `eth0` on your Linux box. Either you need to update your Wireguard `AllowedIPs` list or manually add a route to use `wg0`?

oh, sorry... saw the private IP space and didn't bother to verify they match what is across the VPN. Doesn't seem like Roon is seeing the packets arriving on a...

Honestly, the more I think about this there is a problem I'm not sure how to resolve without you setting a 2nd LXC container and moving Roon to that (away...

FYI, I think I just figured how to inject UDP frames locally and forge the source IP... only it's not cross platform and has to be different on Linux vs....

I'd have to look at the pcaps. Also, it would be very helpful to get a pcap and output of `ifconfig` from the roon container. `tcpdump -i eth0 -s0 -w...

Well I figured out a way to get packets delivered locally if you install Roon on the same server as udp-proxy-2020: [udp-proxy-2020-0.1.0-linux-amd64.zip](https://github.com/synfinatic/udp-proxy-2020/files/11072806/udp-proxy-2020-0.1.0-linux-amd64.zip) you'll need to use the new `--deliver-local` flag....

So the `pcap-linux-server.zip` seems to contain the pcaps generated by `udp-proxy-2020` but not the pcap generated by `tcpdump` on the Roon server. But what I can see from the pcaps...

No worries... this is complicated. You've been doing better than most honestly :)