What's new

Plex Media bypass PIA OpenVPN

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

cmb991

New Around Here
I currently have plex media server installed on the same machine as OpenVPN through PIA. How can I have plex bypass openvpn so its not going through the VPN? I already gave it a static IP and did the port forwarding on the firewall to the server ip.

This is my OpenVPN Config

client
dev tun
proto udp
remote us-east.privateinternetaccess.com 1198
resolv-retry infinite
nobind
persist-key
persist-tun
cipher aes-128-cbc
auth sha1
tls-client
remote-cert-tls server
auth-user-pass
compress lzo
verb 1
reneg-sec 0
<crl-verify>
-----BEGIN X509 CRL-----
stuff here
-----END X509 CRL-----
</crl-verify>
<ca>
-----BEGIN CERTIFICATE-----
stuff here
-----END CERTIFICATE-----
</ca>
disable-occ
 
I currently have plex media server installed on the same machine as OpenVPN through PIA.

Are you saying the OpenVPN client is NOT running on your ASUS router? Or perhaps suggesting the Plex server is running on the router?
 
In custom options

Example:

route plex.tv 255.255.255.0 192.168.1.4;

Of course change to whatever your network is.
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top