Re: [Openvpn-users] What's wrong with this "up" configuration?

2019-08-01 Thread Alex K
On Fri, Aug 2, 2019, 07:57 Leroy Tennison via Openvpn-users < openvpn-users@lists.sourceforge.net> wrote: > If i put the following in my client configuration file: > > up /tmp/openvpn-test > > OpenVPN won't start. > > openvpn-test is world-readable and contains: > > #!/bin/bash > /bin/echo "$1 $2

[Openvpn-users] What's wrong with this "up" configuration?

2019-08-01 Thread Leroy Tennison via Openvpn-users
If i put the following in my client configuration file: up /tmp/openvpn-test OpenVPN won't start. openvpn-test is world-readable and contains: #!/bin/bash/bin/echo "$1 $2 $3" > /tmp/openvpn-showexit 0 What am I doing wrong?  Thanks for your help.___ Ope

[Openvpn-users] how to access openvpn client via static ip address

2019-08-01 Thread Roy Davenport
Let's say I have a host with a static ip address 9.9.9.9. I start up an openvpn client on it (which works fine). But I want to be able to connect to the host externally by doing an ssh to 9.9.9.9. I can't figure out how to do this. Furthermore, starting an openvpn client session interrupts existing