Re: [Openvpn-users] Two questions about key generation for clients

2024-01-17 Thread Peter Davis via Openvpn-users
>On Wednesday, January 17th, 2024 at 11:23 AM, Gert Doering > wrote: > Hi, > > On Wed, Jan 17, 2024 at 07:45:21AM +, Peter Davis wrote: > > > I use the OpenVPN Connect app on Android and PC. When I connect to the > > server with the same key on two devices, the OpenVPN Connect app on the

Re: [Openvpn-users] Two questions about key generation for clients

2024-01-17 Thread Gert Doering
Hi, On Wed, Jan 17, 2024 at 09:57:14AM +, Peter Davis wrote: > 2024-01-17 13:17:56 MULTI: new connection by client 'Coders_Client' will > cause previous active sessions by this client to be dropped. Remember to use > the --duplicate-cn option if you want multiple clients using the same > c

Re: [Openvpn-users] Two questions about key generation for clients

2024-01-17 Thread Peter Davis via Openvpn-users
>On Wednesday, January 17th, 2024 at 1:33 PM, Gert Doering > wrote: > Hi, > > On Wed, Jan 17, 2024 at 09:57:14AM +, Peter Davis wrote: > > > 2024-01-17 13:17:56 MULTI: new connection by client 'Coders_Client' will > > cause previous active sessions by this client to be dropped. Remember t

Re: [Openvpn-users] Two questions about key generation for clients

2024-01-17 Thread Gert Doering
Hi, On Wed, Jan 17, 2024 at 10:17:27AM +, Peter Davis wrote: > But why didn't the previous OpenVPN Connect disconnect? I want the previous > user to be disconnected. I'm not 100% sure about that - I think the server will just pretend that the previous client with the same key stops existing,

[Openvpn-users] OpenVPN and Google Play

2024-01-17 Thread Peter Davis via Openvpn-users
Hello, I have tunneled OpenVPN on Tor and I connect to OpenVPN server with OpenVPN Connect app on Android and PC. On Android I can't open some apps like Google Play and X, but when I use Orbot on Android these apps open. What changes does OpenVPN make? Thank you._

Re: [Openvpn-users] Two questions about key generation for clients

2024-01-17 Thread Peter Davis via Openvpn-users
>On Wednesday, January 17th, 2024 at 2:23 PM, Gert Doering > wrote: > Hi, > > On Wed, Jan 17, 2024 at 10:17:27AM +, Peter Davis wrote: > > > But why didn't the previous OpenVPN Connect disconnect? I want the previous > > user to be disconnected. > > > I'm not 100% sure about that - I th

Re: [Openvpn-users] Two questions about key generation for clients

2024-01-17 Thread Gert Doering
Hi, On Wed, Jan 17, 2024 at 11:05:54AM +, Peter Davis wrote: > I think you mean "keepalive 10 120" option. Is it true? Yes. > If this option is removed, will the previous client be disconnected? No. Please read what I wrote, then read it again. There is no server functionality to activel

Re: [Openvpn-users] Two questions about key generation for clients

2024-01-17 Thread Gert Doering
Hi, On Wed, Jan 17, 2024 at 10:17:27AM +, Peter Davis wrote: > I want the previous user to be disconnected. Try setting "explicit-exit-notify 2" in the server config, it might or might not send an active disconnect to the previous user's client. gert -- "If was one thing all people took fo

[Openvpn-users] Reaching connected client machine from the server through the tunnel?

2024-01-17 Thread Bo Berglund
I have a Raspberry Pi device which will be deployed to a location with a network which does not have a public IP address. The RPi will be confiugured with openvpn to auto-connect to my VPN server when it starts. The client-to-server connection is used to make available a video library to the remo

Re: [Openvpn-users] Reaching connected client machine from the server through the tunnel?

2024-01-17 Thread Gert Doering
Hi, On Wed, Jan 17, 2024 at 09:57:41PM +0100, Bo Berglund wrote: > Is there some way when that RPi has connected to my OpenVPN server to reach it > "backwards" via the connected tunnel? I mean to establish a command line SSH > interface through the tunnel or similar. Unless firewall rules (or rou

Re: [Openvpn-users] Reaching connected client machine from the server through the tunnel?

2024-01-17 Thread André via Openvpn-users
Sorry, forgot cc to users list . . . On Wednesday, January 17th, 2024 at 22:47, André wrote: > Hi, > > If I understand correctly the video library is on the Pi? > If so, configure it for connecting to your server. > Make sure IP forwarding is enabled on the VPN server. > Add a route on the serv

Re: [Openvpn-users] Reaching connected client machine from the server through the tunnel?

2024-01-17 Thread Marc SCHAEFER
Hello, On Wed, Jan 17, 2024 at 09:57:41PM +0100, Bo Berglund wrote: > Is there some way when that RPi has connected to my OpenVPN server to reach it > "backwards" via the connected tunnel? I mean to establish a command line SSH > interface through the tunnel or similar. Well, it has a (presumably

Re: [Openvpn-users] Reaching connected client machine from the server through the tunnel?

2024-01-17 Thread Bo Berglund
On Wed, 17 Jan 2024 22:30:05 +0100, Gert Doering wrote: >Hi, > >On Wed, Jan 17, 2024 at 09:57:41PM +0100, Bo Berglund wrote: >> Is there some way when that RPi has connected to my OpenVPN server to reach >> it >> "backwards" via the connected tunnel? I mean to establish a command line SSH >> int

Re: [Openvpn-users] Reaching connected client machine from the server through the tunnel?

2024-01-17 Thread Bo Berglund
On Wed, 17 Jan 2024 22:05:49 +, André via Openvpn-users wrote: >On Wednesday, January 17th, 2024 at 22:47, André > wrote: > > Hi, > > If I understand correctly the video library is on the Pi? No, the RPi connects by OpenVPN to my home LAN using the OVPN server, which is an Ubuntu server. *