About 571,000 results
Open links in new tab
  1. route - openvpn --client-connect example script - Server Fault

    Nov 4, 2016 · Connect/disconnect script stuff in OpenVPN controlled by "up/down" operators in config file (plus "script-security 2", so OpenVPN daemon allows you execute 3rd party scripts).

  2. OpenVPN Client-Side Scripting of mapped drives - Server Fault

    Jan 24, 2018 · The OpenVPN server is an Amazon Marketplace instance, and I do have access to the console via putty/sftp. Clients are able to connect using 2 Factor Auth successfully and get …

  3. OpenVPN and client-connect scripts - Server Fault

    A dumb idea: what happens if you set a script for client-disconnect as well? Does openvpn really thinks the client got disconnected? Another idea of the same class: could you enable …

  4. scripting - How to run a script in a OpenVPN server hosted in …

    Mar 8, 2023 · The first option would be the best if the OpenVPN server would resolve the DNS record and push the route via script or some other means, because then I would not need to …

  5. OpenVPN bridging with server and multiple clients?

    Apr 4, 2023 · Bridge scripts have been set up as a separate service, which is started at the appropriate time before any OpenVPN server, to set up all tap devices, which are then …

  6. openvpn - Automatically Call a Script when a New User Connects …

    May 26, 2016 · I hope this is easy The following script called up.sh works perfect when I run it from the command line as root. However, instead of manually calling this script each time a …

  7. Openvpn execute script on client-connect with restricted user

    Nov 26, 2018 · I am trying to execute a command on my openvpn-server every time a client connects. I have an user openvpn that was created by using adduser --system --shell …

  8. OpenVPN adding static ip for client dynamically based on a script

    May 31, 2022 · So basically based on the CN number area I configure the static ip in the relevant file, conversion from number to ip logic: $ python3 -c "print('10.22.{}.{}'.format(*divmod(65501, …

  9. OpenVPN client-connect Exit Code 1 Not Triggering client …

    Mar 30, 2019 · In my client-connect script I will exit 1 to indicate that authentication failed and to reject connection from client. Which works fine, the client will be unable to connect to the …

  10. OpenVPN run script after tunnel is set up - Server Fault

    cmd ip_address port_number From the openvpn man: If you are running in a dynamic IP address environment where the IP addresses of either peer could change without notice, you can use …