synfinatic / udp-proxy-2020

A crappy UDP router for the year 2020 and beyond
MIT License
103 stars 7 forks source link

Running over Docker macvlan interfaces #111

Closed smangels closed 1 year ago

smangels commented 1 year ago

I wonder if it would be possible to run udp-proxy-20202 over Docker macvlan interfaces as well? I've managed to bring the Docker container up with 2 interfaces (fixed IP) using macvlan driver. My question is where to put the udp-proxy-2020 instance.

Question

Network Setup

Roon server -> macvlan -> [ router, GW -> wg1 -> wan ] -> internet -> [ raspberry, wifi -> wg0 ]

Server:

Router (Mikrotik)

Raspberry Pi4 (remote instance in job location)

synfinatic commented 1 year ago
  1. Roon has to run where the wireguard tunnel is.
  2. I don't have a recipe for site to site right now.... mostly because I don't have a network which makes it easy to support really.
  3. macvlan support is ¯\(ツ)/¯ as I have no idea and don't have time to test every possible configuration. Try it and let me know. :)
synfinatic commented 1 year ago

Btw, are you using RoPieee on the Pi? Because that doesn't use Roon's RAAT or discovery service. It's AirPlay which is a different thing altogether and not something I've played with. It's definitely not udp/9003 for example.

Anyways, will close this ticket soon if I don't here more from you.

synfinatic commented 1 year ago

closing as no further contact.