Recent content by soniccool

  • 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. soniccool

    Prevent VPN Server from using openvpn-event

    Yes i will setup the following cronjob once its all good. As for your question here is the output: Doesnt seem like anything is being generated, and also gives me permission denied when checking tun21
  2. soniccool

    Prevent VPN Server from using openvpn-event

    Yes if i rename it, it does not fail. Here is the syslog with the openvpn-event you suggested and my script up above as client1 route up. This issue has been plaguing me for a year lol. First i start the client1 Vpn then i start the VpnServer1.\ Client1 works, but vpnserver1 fails. It wont...
  3. soniccool

    Prevent VPN Server from using openvpn-event

    So i went ahead and did as so, and it works for my client1. But i cant start vpnserver. Its just stuck on loading "Initialinzing the settings of OpenVPN server now, please wait a few minutes to let the server to setup completed before VPN clients establish the connection. " Am i supposed to...
  4. soniccool

    Prevent VPN Server from using openvpn-event

    Also im gonna try out your fwmark suggestion as mentioned later today.
  5. soniccool

    Prevent VPN Server from using openvpn-event

    Got it! Awesome, I took a look. Here is what i found. #!/bin/sh scr_name="$(basename $0)[$$]" case "$1" in "tun11") vpn_name="client1" ;; "tun12") vpn_name="client2" ;; "tun13") vpn_name="client3" ;; "tun14")...
  6. soniccool

    Prevent VPN Server from using openvpn-event

    Hey there, I have a openvpn-event file below as follows when i start my VPN Client. But due to this it wont let me start a VPN Server because I believe it loads this openvpn-event file. Basically if my VPNServer just loads forever when starting it. Is there a way i can make VPNServer not...
  7. soniccool

    Plex Bypass VPN causes amazon.com not to work

    Hey there! I run this openvpn-event when i start my VPN so plex can bypass the VPN. But this causes any other computer on my network unable to load amazon.com correctly. I dont see why. Any ideas? FYI plex.tv pulls IP's from amazon. #!/bin/bash # This code goes in the WAN UP section. # This...
  8. soniccool

    [Tutorial] Plex VPN Bypass

    Okay so i got it to work using this but now i cant access amazon outside that plex server. Any idea? Doesnt make sense. #!/bin/bash # This code goes in the WAN UP section. # This code based on the contributions from this thread: #...
  9. soniccool

    Asus AC-68u Merlin + openvpn selective routing (plex)

    #!/bin/sh logger -t "($(basename $0))" $$ "Starting custom nordvpn.sh" echo "($(basename $0))" $$ "Starting nordvpn.sh" ip route flush table 10 ip rule del table 10 ip rule del fwmark 10 table 10 ip route flush table 12 ip rule del table 12 ip rule del fwmark 12 table 12 ip route flush cache...
  10. soniccool

    [Tutorial] Plex VPN Bypass

    Here are the settings i have below, it doesnt work. I setup openvpn-event in the jffs scripts folder as well. Using your script. My plex uses 32400 port, i have it setup in merlin to port forward from local 32400 to port 32400 on the server ip. In my openvpn-client settings page i have it...
  11. soniccool

    [Tutorial] Plex VPN Bypass

    I set this up as my openvpn-event but plex is still showing the VPN IP. Wont work. Mind you i have Policy rules setup and only pointing this vpn to one ip. Could that be why?
Top