Skip to content
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

Example config for ipv4? #14

Open
privacyguy123 opened this issue Oct 4, 2023 · 4 comments
Open

Example config for ipv4? #14

privacyguy123 opened this issue Oct 4, 2023 · 4 comments

Comments

@privacyguy123
Copy link

privacyguy123 commented Oct 4, 2023

I've seen a writeup here https://vincent.bernat.ch/en/blog/2017-vxlan-linux that some say could help multicast devices work over a WireGuard Tunnel. If this is indeed possible can you help me set this up with ipv4 addresses rather than 6? That is the part that's confusing me. :/

I don't understand what goes here local 2001:db8:1::1

@m13253
Copy link
Owner

m13253 commented Oct 4, 2023

The configuration my program generates supports multicast on both IPv4 and IPv6.
However, using IPv4 multicast across multiple network interfaces is very troublesome, I would say it’s better if our application can avoid it as much as possible.

@bmullan
Copy link

bmullan commented Oct 4, 2023 via email

@privacyguy123
Copy link
Author

privacyguy123 commented Oct 4, 2023

Perhaps there is a way to already attach this VXLAN to the bridge already existing inside asuswrt-merlin? The WireGuard server is also embedded in the firmware ... I'm not sure how to take the information from these writeups and apply it to my setup.

I need L2 for multicast/upnp/remote stuff to work over L3 WireGuard tunnel, as far as I understand.

The configuration my program generates supports multicast on both IPv4 and IPv6. However, using IPv4 multicast across multiple network interfaces is very troublesome, I would say it’s better if our application can avoid it as much as possible.

I've tried using your generator but not sure how to apply it to my router as it won't accept the config file inside the firmwares built in Wireguard ... I'm not even sure that's what I need because I don't have 2 "nodes" and I've no idea what IP addresses I'm supposed to be feeding it. My LAN is 192.168.50.1 and my built in WG Server is on 10.6.0.1. My router firmware supplies my phone with a generated config file to tunnel into the router, but multicast/upnp/remote stuff doesn't work over L3 when connected in from outside.

@m13253
Copy link
Owner

m13253 commented Oct 26, 2023

I don't understand what goes here local 2001:db8:1::1

I guess what you are asking for, is the public addresses of the nodes.
It can be either IPv4 or IPv6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants