push broadcast through openvpn

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
rayholland
OpenVpn Newbie
Posts: 2
Joined: Tue Jan 13, 2015 3:27 pm

push broadcast through openvpn

Post by rayholland » Tue Jan 13, 2015 3:43 pm

Hello,

I have a problem using my 'plex android app' remotely with openvpn.
Here is the situation:

Local LAN: Everything works fine. The Plex android app finds the Plex server.
Remote with android openvpn client: The Plex android app does not find the Plex server (BUT I CAN PING THE PLEX SERVER!).

I believe the problem is that the android Plex app does a broadcast (255.255.255.255) to discover the Plex server and this broadcast is not routed through the VPN.
I read on a forum somewhere that the solution to push the broadcast traffic through the VPN, is running this command on a Linux client:
route add -host 255.255.255.255/32 <ip openvpn server> metrix=5

But how can i do this on android?

Or can i push this route from the openvpn server to the clients with push "route ...." (in my openvpn server.conf)

If so. does somebody know the exact command for my openvpn server conf (push "route .......")?

Maybe this question was asked a million times but i can not find an answer for it.

Best regards,
Raymond

User avatar
Traffic
OpenVPN Protagonist
Posts: 4066
Joined: Sat Aug 09, 2014 11:24 am

Re: push broadcast through openvpn

Post by Traffic » Tue Jan 13, 2015 8:55 pm

rayholland wrote:can i push this route from the openvpn server to the clients with push "route ...." (in my openvpn server.conf)
server config:

Code: Select all

push "route 255.255.255.255 255.255.255.255"
but this will require that plex is installed on your openvpn server and configured to listen on your server tunX interface .. and will probably not work ..
try it and let us know :mrgreen:

Post Reply