What's new

x3mRouting Plex routing rules to bypass VPN

  • 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!

iTyPsIDg

Senior Member
I configured x3mRouting to send all my traffic through the VPN. Now, I'd like to set it up to forward Plex traffic through the WAN. To be clear, I'm a Plex client in this scenario. I do not have a Plex Media Server. I am connecting to a friend's server and he doesn't care what country I'm in, so I don't need to add the overhead of the VPN connection when routing to him.

Everything I found online is about how to set up the server, and a search here didn't turn up anything useful. Does anyone know how to accomplish this goal?
 
Add a static route (using a route directive) for your friend's public IP to custom config.

Code:
route 199.199.199.199 255.255.255.255 net_gateway

Or if he's using a dynamic public IP, perhaps the known range from his ISP.

Code:
route 199.199.199.0 255.255.255.0 net_gateway

P.S. When using PBR in strict mode, this is known to strip out static routes to the WAN, so it will likely require NOT using strict mode.
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

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