[Openvpn-users] OpenVPN stopped working after upgrade from 2.5.6 to 2.6.3

2023-08-12 Thread Martin
Dears, after upgrading my PC from Debian 11 with openvpn 2.5.6-1 to Debian 12 with openvpn 2.6.3-1+deb12u1, I can't connect to my company anymore. Downgrading the openvpn package helps immediately, but that can't be a long term solution, right? The company runs OpenVPN 2.3.10. Any idea how to sol

Re: [Openvpn-users] OpenVPN stopped working after upgrade from 2.5.6 to 2.6.3

2023-08-13 Thread Martin
On 2023-08-13 04:12, Boris wrote: > There might be some helpful information in the logfile(s)? /var/log/openvpn/ is empty. I assume, I need to use journalctl ? Note, that I used to start the OpenVPN connection via NetworkManager UI, and only now for the first time, I try to learn how to use `open

Re: [Openvpn-users] OpenVPN stopped working after upgrade from 2.5.6 to 2.6.3

2023-08-13 Thread Martin
On 2023-08-13 08:52, Gert Doering wrote: > Run the client with --verb 3 or 4, have a close look at the logfile. > > If there is nothing obvious to you, show us the log. /var/log/openvpn/ is empty. Probably I need to use journalctl ? > If the server runs 2.3.10 (which is, like, "ancient") then my

Re: [Openvpn-users] OpenVPN stopped working after upgrade from 2.5.6 to 2.6.3

2023-08-14 Thread Martin
On 2023-08-14 11:38, David Sommerseth wrote: Yes, this must go into the .ovpn file. And it might very much be that > the NetworkManager-openvpn does not grok the compat-mode option - so > you can't run it via NetworkManager. Thanks! Fortunately, TIL, that $company will upgrade the firewall RSN

[Openvpn-users] Two OpenVPN Tunnels inside each other

2013-06-04 Thread Martin Kos
Hi i have different office branches connecting to a "master" OpenVPN node. then i have client machines that connect to that master too. -> this is the "first/outer" VPN, running with TUN and via UDP after setting up the first connection. the clients should create a second/inner tunnel to the off

[Openvpn-users] Performance terrible on transmit from PowerPC linux

2014-05-23 Thread Martin Hicks
/tun 892 0.6231 vmlinux vmlinux ring_buffer_consume 876 0.6119 ath9k_hw ath9k_hw /ath9k_hw -- Martin Hicks P.Eng. | m...@bork.org Bork Consulting Inc.

Re: [Openvpn-users] Performance terrible on transmit from PowerPC linux

2014-05-23 Thread Martin Hicks
Gert, Yes! ppc target is running 3.14. I'll try something else and see if that fixes my problem. Thanks very much, mh On Fri, May 23, 2014 at 1:01 PM, Gert Doering wrote: > Hi, > > On Fri, May 23, 2014 at 12:05:47PM -0400, Martin Hicks wrote: >> I've been investi

Re: [Openvpn-users] Performance terrible on transmit from PowerPC linux

2014-05-23 Thread Martin Hicks
Thanks again Gert. I cherry picked the change specified in 74051 and FTP GET performance is now ~8.7MB/s mh On Fri, May 23, 2014 at 1:34 PM, Gert Doering wrote: > Hi, > > On Fri, May 23, 2014 at 01:23:51PM -0400, Martin Hicks wrote: >> Yes! ppc target is running 3.14. I'l

[Openvpn-users] DNS over VPN except vpnserver domain

2015-08-31 Thread Martin Lund
Hello All, I was thinking on how to solve this problem because starts to get annoying. I have my linux machine connecting through openvpn with a script. After connecting my script replaces the dns servers in /etc/resolv.conf with OpenDNS so all the DNS requests will be forwarded through the VPN

[Openvpn-users] Client mobility in bridged mode

2017-11-28 Thread Martin Buck
s. Are these differences to conventional Ethernet switches intentional (e.g. for security reasons)? If not, I could probably provide patches to fix them, at least for the 3rd problem. Thanks, Martin -- Check out the vibrant

Re: [Openvpn-users] Client mobility in bridged mode

2017-12-03 Thread Martin Buck
tered these problems the first time, the use case was "connection of legacy networks via LTE". These legacy networks are typically inside vehicles, so they move around. Not every vehicle has got its own LTE connection, so they may connect to nerby vehicles which do using WiFi or by manua

Re: [Openvpn-users] Client mobility in bridged mode

2017-12-03 Thread Martin Buck
In that case, we could then either learn using a NULL multi_instance or a multi_instance reserved for TAP. I'm not yet sure about the potential side effects of either variant. Thanks for any feedback reagarding that patch. I'm also willing to invest some time to come up with fixes for items 1/

[Openvpn-users] OpenVPN does not forward remote hostname to pam_access.so plugin

2018-01-23 Thread Martin T
IPv4/IPv6 address. However, according to pam_access.so plugin debug log, it does not receive it: pam_access(openvpn:auth): cannot determine tty or remote hostname, using service openvpn Is it possible to fix this with configuration change? Martin

Re: [Openvpn-users] OpenVPN does not forward remote hostname to pam_access.so plugin

2018-01-23 Thread Martin T
On Tue, Jan 23, 2018 at 7:30 PM, Selva Nair wrote: > Hi, > > On Tue, Jan 23, 2018 at 11:40 AM, Martin T wrote: >> Hi! >> >> I have configured OpenVPN server to use openvpn-plugin-auth-pam.so >> plugin. Configuration statement for this is following: >> >&

[Openvpn-users] One client times out while another works fine

2016-12-17 Thread W. Martin Borgert
Hi, I have two PCs with the same OpenVPN client configuration. One is running openvpn 2.3.11 (-2, Debian 9) and works fine, the other one has openvpn 2.3.4 (-5+deb8u1, Debian 8) and fails with a timeout. On both machines I use network-manager-openvpn in their respective versions (1.2.6-2 on the "

[Openvpn-users] One client times out, other works fine

2016-12-17 Thread W. Martin Borgert
Hi, I have two PCs with the same OpenVPN client configuration. One is running openvpn 2.3.11 (-2, Debian 9) and works fine, the other one has openvpn 2.3.4 (-5+deb8u1, Debian 8) and fails with a timeout. On both machines I use network-manager-openvpn in their respective versions (1.2.6-2 on the "

Re: [Openvpn-users] One client times out, other works fine

2016-12-17 Thread W. Martin Borgert
On 2016-12-18 02:16, W. Martin Borgert wrote: > Hi, Sorry for double-posting. On the first send, mutt crashed... -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.o

Re: [Openvpn-users] One client times out, other works fine

2016-12-18 Thread W. Martin Borgert
On 2016-12-18 13:52, David Sommerseth wrote: > Try starting a VPN config via the command line as root, as the > NetworkManager-openvpn plugin isn't really adding too verbose logging. > And when doing the command line approach, ensure --verb is set to 4, > that provides a lot of useful info for this