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

Servers across the networks? #153

Open
mesb1 opened this issue Oct 20, 2024 · 1 comment
Open

Servers across the networks? #153

mesb1 opened this issue Oct 20, 2024 · 1 comment

Comments

@mesb1
Copy link

mesb1 commented Oct 20, 2024

Hi.

Is it possible to have such functionality:

Let's say we have a network1 with a dms1 and few dlna servers that works only for this network as upnp declares.
Can we have some additional dms2 installation on network2 that connected via vpn for network1 but just retransmitting all the data from network1 related to dms1 and all other dlna servers from that network?

@anacrolix
Copy link
Owner

Yes, I think it would require some fancy network interface configuration.

In particular for SSDP you would need to forward and possible translate fields in the messages similar to how a NAT works. You might also have to NAT the following queries from network2. So essentially an SSDP NAT I guess, the mappings it generates would allow it to act as a proxy into network1.

The easier answer is obviously to have everyone in network1 and 2 be in a VPN together.

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

2 participants