Search results

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

  1. A

    Bypass Plex traffic on router running vpn client, Working good so far, Testing for few days

    you can use a custom logger msg within the script , and look for that message in the logs. i.e logger "this is my openvpn-event script . . . . . . . . . . . . . . . . . . . . . . . " My setup Modem Router 1 (WAN IP: from ISP, LAN IP: 192.168.1.1 subnet 192.168.1.0/24) Router 2(WAN IP...
  2. A

    Bypass Plex traffic on router running vpn client, Working good so far, Testing for few days

    It should grow enormous only if the plex keeps changing IPs too frequently, but in this case I havent had more than 5-6 IPs over the course of 2-3 months , so haven't had issues. may be a separate script can be setup to clean up every week ! If plex could let you choose IP to reach the server...
  3. A

    Bypass Plex traffic on router running vpn client, Working good so far, Testing for few days

    this should be the info you get from ISP with a static IP.
  4. A

    Bypass Plex traffic on router running vpn client, Working good so far, Testing for few days

    public IP in the plex is a good sign, now that the static route script is working, the next part is port 32400 forward from modem to router and router to plex machine. try turning off the bridge mode in tp-link , and let it assign 192.168.0.2 for the Asus router on lan port. you can also try ...
  5. A

    Bypass Plex traffic on router running vpn client, Working good so far, Testing for few days

    Check the same with VPN turned on, why would you keep checking with VPN off, we know it works without VPN.
  6. A

    Bypass Plex traffic on router running vpn client, Working good so far, Testing for few days

    now from the device on 4g network , open browser , type http://ISP_IP:32400/web , that will make sure the route to your plex server is clear and open.
  7. A

    Bypass Plex traffic on router running vpn client, Working good so far, Testing for few days

    so plex failed to see the ISP IP with VPN, than i guess the problem is with Plex_StaticRoute.sh change DNS4 and DNS5 to your ISP DNS servers, restart router, ssh to merlin using putty , manually execute Plex_StaticRoute a few times with a couple of minutes gap. you can also add route plex.tv...
  8. A

    Bypass Plex traffic on router running vpn client, Working good so far, Testing for few days

    that is out of question , without VPN it will see ISP IP. I want to know what IP it sees with VPN. Turn on VPN , restart the router just to make sure everything is working with VPN and scripts from the log , restart plex server and then check public ip in plex remote access ?
  9. A

    Bypass Plex traffic on router running vpn client, Working good so far, Testing for few days

    restart plex server , then Go to plex remote access settings and see what public IP it sees ? VPN IP ? or your ISP IP ?
  10. A

    Bypass Plex traffic on router running vpn client, Working good so far, Testing for few days

    I see, so if you can access plex from remote IP , when VPN is turned down , than you may not have to route anything in TP-Link . try to find out the issue , piece by piece , to narrow down . I am no expert myself I had hard time getting mine to work. spent days reading through forums
  11. A

    Bypass Plex traffic on router running vpn client, Working good so far, Testing for few days

    is your router 1 a modem or modem/router combo ? connect a device (laptop) to router 1 , and see if you can access plex (192.168.1.32:32400) from 192.168.0.0/24 subnet (laptop) ?
  12. A

    Bypass Plex traffic on router running vpn client, Working good so far, Testing for few days

    I see that you have forwarded 32400 in router 2 (192.168.1.0/24 subnet)to plex machine ( 192.168.1.32), Did you also forward the port 32400 in the router 1 (192.168.0.0/24 subnet) to the WAN IP of the second router (192.168.0.2)
  13. A

    Bypass Plex traffic on router running vpn client, Working good so far, Testing for few days

    Don't worry about LAN or WAN settings yet, first figure out if the script (openvpn-event) are being executed when they need to be. from your log , it seems that cron job is setup correctly , and the Plex_StaticRoute.sh is being called as it should, try and figure out if the openvpn-event is...
  14. A

    Bypass Plex traffic on router running vpn client, Working good so far, Testing for few days

    Did you make sure only Plex_StaticRoute.sh has " .sh " , extension and other two does not have any extension. Also did you apply read write permissions after copying the scripts to script folder. if your VPN interface is tun11 for sure than you do not need to edit the script. tun1$VPNID is...
  15. A

    Bypass Plex traffic on router running vpn client, Working good so far, Testing for few days

    You will need 3 scripts from the first post openvpn-event , services-start and Plex_StaticRoute.sh in your scripts folder (screenshot attached). Answer 1: You will still need to keep the port forward, Plex remote access needs to see your WAN IP after your VPN connection is established...
  16. A

    Bypass Plex traffic on router running vpn client, Working good so far, Testing for few days

    First post is in short , step by step instructions , if you have more specific question let me know . It's been running solid since I made this post, I only had to reboot it 3 - 4 times since then. I am certainly not an expert but got it to work somehow to my requirements, it did took lot of...
  17. A

    Budget Router for covering 2200 sqft apartment

    https://slickdeals.net/share/android_app/fp/329356 This would be perfect for you (can be obtained from eBay as well) , flash it with merlin-WRT and you have rock solid coverage+speed+throughput. Speaking from experience. Sent from my SM-G920T using Tapatalk
  18. A

    Bypass Plex traffic on router running vpn client, Working good so far, Testing for few days

    As of today , Looks like it is working as intended. Also updated the first post to reflect the changes.
  19. A

    Bypass Plex traffic on router running vpn client, Working good so far, Testing for few days

    https://www.snbforums.com/threads/tutorial-plex-vpn-bypass.31410/ I found this interesting post , which might take care of a few problems (specially with multiple VPN servers incase if I ever implement them). Now that my static routes are working , with this script in his post I let plex traffic...
  20. A

    Bypass Plex traffic on router running vpn client, Working good so far, Testing for few days

    I thought at first it would not be too hard to implement few scripts I found here and there on forums and reddit, but I guess I was wrong. Selective routing seems more complex now that I understand a bit more while trying to implement my own. I hope this won't discourage me from learning more...
Top