-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
SSDPD fail with openvpn #6
Comments
Hi, thanks for filing the report. I have no time to implement and test official support for this. Hopefully someone else has a similar setup and can help out. |
Thanks for having looking at it. |
To have a proper mask detection, I've change openvpn server configuration to have This is now the recommended behavior for openVPN but not the default one for compatibility purpose. |
Whatever works for you. If anyone runs into a similar issue, they might find this useful :) |
Decided to fix this one after all, neat to have a workaround for this case. Only difference from your approach is to override with a /24 instead of /16. |
Hi,
First, thanks a lot for your software!
I'm trying to use it on a network with openvpn.
It's a TUN Server, and, on the client, the network configuration look like:
As you can see, it's declare as a peer interface so ssdpd detect the netmask as 255.255.255.255.
Even if the route is correct
So when an SSDP request is received, I can see
To work around this, I use this "as ugly as possible" patch:
Something better could be done, like checking the ifa_flags for IFF_POINTTOPOINT, but you may have some better idea!
Thanks again
The text was updated successfully, but these errors were encountered: