Recent content by Mike65

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

    ==NULL/npch ==NULL/npch ==NULL/npch ==NULL

    I just found out that deactivating NAT Acceleration removed this messages completely and raised the vpn throughput significant. (At least for me) Kind regards, Mike
  2. M

    switching OpenVPN Client from device in local net?

    ahhh man. (me performing a facepalm) thnx. Here's now the version i use. (Maybe someone can use it) This works for one active VPN-Client only. The new client will be started with WAN. Use the above script from Martineu to start this from a Windows-PC via plink.exe over ssh. For me it works...
  3. M

    switching OpenVPN Client from device in local net?

    hmm, i can set the variable (nvram set vpnclientx_eas="2,4,") (with or without trailing comma and/or quotation marks) but didn't see any difference in the Gui afterwards. (after reloading the page and/or logout/login) WAN off/on makes no difference as well. maybe there is something else that...
  4. M

    switching OpenVPN Client from device in local net?

    Hi everyone. I hope someone can point me in the right direction. How can i set "start with wan" in den Openvpnclient settings to "yes"? (yeah, use the gui. i know) 8-) Or better: what nvram variable to set? i tried "nvram show | grep vpn" but found nothing that sounds right. there are some...
  5. M

    switching OpenVPN Client from device in local net?

    Hi, that's cool. Not sure if i fully understand what's going on. The whole thing is a function/subroutine without a return value. but i sets the variable ACTIVE_VPN. seems like: VPNS=`nvram show | grep vpn_client | grep state` declares and allocate an array variable with the nvram show output...
  6. M

    switching OpenVPN Client from device in local net?

    #!/bin/sh # Switch between VPN Clients # # e.g. VPN_Switch [ 1 | 2 | 3 | 4 | 5 ] [ 1 | 2 | 3 | 4 | 5 ] # VPN_Switch 1 5 # #ACTIVE_VPN=$1 # Current ACTIVE VPN client to terminate NEW_VPN=$2 # VPN client to use for NEW connection...
  7. M

    switching OpenVPN Client from device in local net?

    Hello, one more question. (i hope the last one) sorry if i sound dumb. (but i guess thats the way it is right now) how can i use a counter-variable in a nvram variable-name? this is a little code-snippet i used just for testing. #!/bin/sh # Switch between VPN Clients # # e.g. VPN_Switch...
  8. M

    switching OpenVPN Client from device in local net?

    That's fantastic. Great and unbelievable fast response. Thank god it's friday. so i have time to try and learn. 8-) (shellscripting is something i've done a looooong time ago. time to relearn some stuff) Thanks, Mike
  9. M

    switching OpenVPN Client from device in local net?

    Great, thnks alot. i know exactly what to do now except for the vpn_switch.sh. Beg your pardon, but i'm new to this router scripting. is there a tutorial about what commands are available? i looked here : https://github.com/RMerl/asuswrt-merlin/wiki/User-scripts to no evail. maybe i'm just...
  10. M

    switching OpenVPN Client from device in local net?

    Hi everyone. I'm on 380.57 RT-AC87U. all traffic is routed through a vpnclient. I'm searching for a way to de/activate a certain vpnclient from within my local network without login in to the router. sometimes the bandwidth drops to somewhere around 1 Mbit because of vpnservice overload...
  11. M

    bypass openvpnclient for hamachi?

    i don't know either. i just fumbled around with the scripts trying to find out what is going on. unfortunately it does not work. what does that "route-nopull" by the way?
  12. M

    bypass openvpnclient for hamachi?

    WAN: automatic IP (from ISP s router) Firmware: 378.55 vpnclient redirect traffic = no Update: sry, i just learned that i mistook the google´s dns servers with the vpn ones. ipleak.net shows the google dns from my nearest country. that's okay. i configured it that way.
  13. M

    bypass openvpnclient for hamachi?

    Hi, i did trial and error and right now it looks like i'm half way there. i used the following script: #!/bin/sh logger -t "($(basename $0))" $$ Selective Customization Started for i in /proc/sys/net/ipv4/conf/*/rp_filter ; do echo 0 > $i done # # Delete table 100 and flush any existing...
  14. M

    bypass openvpnclient for hamachi?

    I tried in at the end of the config , i tried it before the two additional lines you mentioned. I tried it with or without reboot. No success. always the same error in the log file. Looks like this won't work. Some thoughts about the last days: I found lots of threads with questions and a lot...
  15. M

    bypass openvpnclient for hamachi?

    Seems like there is somehing missing. The log says: Sep 12 22:33:33 (vpn.sh): 21121 ExpressVPN Selective Customization Started Sep 12 22:33:33 openvpn[21108]: WARNING: Failed running command (--route-up): external program exited with error status: 2 Sep 12 22:33:33 openvpn[21108]: Initialization...
Top