-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial #55
Comments
Hi there!
To enable your Pi to see VLANs, you'd need to do the following somewhere in the system's startup scripts. If you need to talk to vlan 10, for example, this is how you'd set that up. vconfig add eth0 10 Then pass in the required interface names to multicast-relay - this would bridge mDNS etc between eth0 and vlan 10.: ./multicast-relay.py --interfaces eth0 eth0.10 Does this help you out ? |
Hey thanks so much for your time explaining this! Quick questions:
Thank again for your help! |
Hi @VeniceNerd !
Kind regards, |
Interesting. So do you recon it would be easier to just install this on the UDMP since it sits right at the source instead of installing it on a raspberry pi? I have to install all of this remotely since im currently stuck in Europe and im a bit nervous about messing something up. ;) |
Ah no I was thinking that it would be easier to install it on the Pi directly, rather than put it in a docker container on the Pi. |
In case anyone stumbles on this: after quite a lot of trial and error, I managed to get this to work via docker compose in a docker container not on my unifi system (rather it is on my server where I also run a dockerized version of the unifi controller). the sticking point, ultimately, was that the interface names inside the container are eth0, eth1 etc. once I figured that out, it was pretty straight forward. I have macvlans for each vlan defined by my Unifi UXG.
|
@noumenon272 welcome to the world of linux interfaces :-) yes there rarely bridges on standard servers which is why you dont need to use BRx interfaces. You shouldn't need to use macvlan - host networking will work just as well (of course if you want a different mac for this traffic and used macvlan for that thats ok too :-) ) want to suggest an edit to the project readme about interfaces? feel free to clone the rep and propose some changes in a PR. |
@scyto B/c my host only has one IP and then it has a bunch of docker containers on different vlans. |
Hi!
this plugin looks exactly like what I need but I’m wondering if a tutorial is available on how to install and how to use it?
I would like to install this in a docker container (via Portainer) on my raspberry Pi to route mdns traffic between my main lan and my VPN VLAN. Currently ubiquity does not forward mdns traffic to the VPN.
Couple of questions:
And if anyone knows any YouTube tutorials or step by step guides that would be wonderful! Right now I’m having a bit of a hard time getting everything to work.
Thanks so much!
The text was updated successfully, but these errors were encountered: