Remote Access behind VPN

I have my plex setup with port forwarding, and when my VPN is off it works perfect, Remote Access never disconnects, but when I enable my VPN (Open VPN) it will work for awhile, sometimes a few hours, and then disconnects, and once it disconnects if I reconnect it just disconnects again immediately. I followed a guide that was supposed to add lines to the OpenVPN config file to allow it to bypass the VPN, I added these lines to the OpenVPN config;

#Plex IPs
route 255.255.255.255 192.168.xxx.116
#plex.tv
route 255.255.255.255 99.80.xxx.242
route 255.255.255.255 99.80.xxx.223
route 255.255.255.255 99.81.xxx.165
#my.plexapp.com
route 255.255.255.255 99.81.xxx.144
route 255.255.255.255 99.81.xxx.127
route 255.255.255.255 108.xxx.10.254
#plexapp.com
route 255.255.255.255 104.xxx.13.29
route 255.255.255.255 104.xxx.12.29
#pubsub.plex.tv
route 255.255.255.255 184.105.xxx.117
#plex.com
route 255.255.255.255 184.24.xxx.31

I found those IPs by using the “nslookup” in command line(I removed parts of each of the ips for privacy). I’m not sure what I’m missing or what else to try in order to make running the VPN not interrupt Remote access at all. Any insight would be great!

This topic was automatically closed after 90 days. New replies are no longer allowed.