Re: [Openvpn-devel] OpenVPN 2.5-rc1 released unable to redirect IPv4 default gateway under Windows

2020-10-19 Thread Thomas Schäfer
Am Sonntag, 4. Oktober 2020, 18:08:13 CEST schrieben Sie: > Hi Thomas, > > On Tue, Sep 22, 2020 at 04:21:49PM +0200, Thomas Schäfer wrote: > > I get > > Note: unable to redirect IPv4 default gateway -- Cannot read current > > default gateway from system > I'm

Re: [Openvpn-devel] OpenVPN 2.5-rc1 released unable to redirect IPv4 default gateway under Linux

2020-09-22 Thread Thomas Schäfer
same problem, different message: with 2.5rc NOTE: unable to redirect IPv4 default gateway -- Cannot obtain current remote host address with 2.4.3 (version of my linux distributor) it still works in that environment / configuration both are compiled with --enable-iproute2 ___

Re: [Openvpn-devel] OpenVPN 2.5-rc1 released unable to redirect IPv4 default gateway under Windows

2020-09-22 Thread Thomas Schäfer
ows client: IPv6-only Wifi Linux/Synology server: behind DS-lite transport IPv6, works, payload IPv6 works, payload IPv4 works only partly Redirection of IPv6 works, redirection of IPv4 doesn't work Regards, Thomas ovpn25.rc1-log.tar.xz Description: app

Re: [Openvpn-devel] OpenVPN 2.5-beta3 released

2020-09-02 Thread Thomas Schäfer
Am 01.09.20 um 22:14 schrieb Gert Doering: Hi, On Tue, Sep 01, 2020 at 08:07:20PM +0200, Thomas Schäfer wrote: - IPv4-only VPN Typo? We can do that! Is it new in 2.5? Asking again, just to understand the difference "IPv6-only operation" I can remove all IPv4-related c

Re: [Openvpn-devel] OpenVPN 2.5-beta3 released

2020-09-01 Thread Thomas Schäfer
> - IPv4-only VPN Typo? ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] Help testing OpenVPN 2.5-beta2 driver installation?

2020-08-28 Thread Thomas Schäfer
It works for me without problems. Windows 10 Home 2004 Build 19041.450 When uninstalling and installing it again I had a temporary connection problem. But reboot has helped. Thomas Am 28.08.20 um 15:09 schrieb Samuli Seppänen: Hi, It would be great if somebody would find time to test the

Re: [Openvpn-devel] [PATCH 0/5] Allow IPv6-only tunnels

2019-01-25 Thread Thomas Schäfer
:0:0:0/64" push "dhcp-option DNS fd00::464e:6dff:fe72:8a08" keepalive 10 120 verb 3 Client was Openvpn connect 3.05 for android. Thomas ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] [PATCH v5] Implement block-ipv6

2018-10-30 Thread Thomas Schäfer
Am 30.10.18 um 11:53 schrieb Arne Schwabe: That should answer your questions, doesn't it? Thanks for clarification. It doesn't harm IPv6 transport. But it may (if intended ) block IPv6 payload. Thomas ___ Openvpn-devel mailing list Ope

Re: [Openvpn-devel] [PATCH v5] Implement block-ipv6

2018-10-30 Thread Thomas Schäfer
you block IPv6 ("external") at the client, you will lose also you connectivity. (except 464xlat which generates a v4 socket) I cannot test it at the moment. I have two IPv6-only configured ovpn servers and two NAT64-ISP (tm and lrz) but no time to build an IPv4-only-openvpn-

[Openvpn-devel] [PATCH] Fix socks_proxy_port pointing to invalid data

2017-07-07 Thread Thomas Veerman via Openvpn-devel
When setting the SOCKS proxy through the management interface, the socks_proxy_port pointer would be set to a value that's no longer valid by the time it's used by do_preresolve_host. Signed-off-by: Thomas Veerman --- src/openvpn/init.c | 2 +- 1 file changed, 1 insertion(+),

Re: [Openvpn-devel] NOTE: unable to redirect default gateway -- Cannot read current default gateway from system

2017-03-30 Thread Thomas Schäfer
By the way. It works. (with 2.4.1) Thomas -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/sla

Re: [Openvpn-devel] NOTE: unable to redirect default gateway -- Cannot read current default gateway from system

2017-01-19 Thread Thomas Schäfer
Am 18.01.2017 um 20:35 schrieb Gert Doering: > Servus, > > On Wed, Jan 18, 2017 at 04:43:22PM +0100, Thomas Schäfer wrote: >> Client: >> client >> dev tun >> proto udp6 >> remote raspberrypi..myfritz.net 1194 udp6 > [..] >> redirect-gateway

[Openvpn-devel] NOTE: unable to redirect default gateway -- Cannot read current default gateway from system

2017-01-18 Thread Thomas Schäfer
7;t set the IPv4-default route, since it can not find the old one. Regards, Thomas openvpn --config client.ovpn Wed Jan 18 16:11:34 2017 OpenVPN 2.4.0 x86_64-suse-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Dec 27 2016 Wed Jan 18 16:11:34 2017 library versions

Re: [Openvpn-devel] ngx_stream_ssl_preread_module does not seem to extract the server_name when connecting with openconnect

2016-12-15 Thread Thomas Glanzmann
thomas.glanzmann.de/tmp/openconnect_sni.pcap I'm using the command line 'openconnect vpn.gmvl.de'. Cheers, Thomas -- Check out the vibrant tech community on one of the world's most engagin

Re: [Openvpn-devel] [Patch v7] Add support of utun devices under Mac OS X

2014-01-23 Thread Thomas Veerman
-.B \-\-dev\-node tun -. When not specifying a +.B \-\-dev\-node tun\fR. +When not specifying a Should do the trick. -- Thomas On January 23, 2014 at 1:12:41 PM, Arne Schwabe (a...@rfc2549.org) wrote: Am 21.06.13 12:48, schrieb Arne Schwabe: > +to select a specific utun instance. To fo

Re: [Openvpn-devel] [PATCH] Update expiry date in management event loop

2014-01-22 Thread Thomas Veerman
ine. When connecting with TCP, the code does a non-blocking connect. When you connect using UDP, you take a different path which does in fact update the expiry timer correctly. -- Thomas On Jan 22, 2014, at 9:27 AM, Thomas Veerman wrote: > When there are events from the management console wit

[Openvpn-devel] [PATCH] Update expiry date in management event loop

2014-01-22 Thread Thomas Veerman
When there are events from the management console with an interval shorter than 1 second, the event loop never stops as it keeps resetting event_wait. ---  src/openvpn/manage.c | 3 ++-  1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/openvpn/manage.c b/src/openvpn/manage.c index 22

Re: [Openvpn-devel] Linux client cant connect through socks, proxy - any known workaround?

2013-10-23 Thread Thomas Murach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, in my case, I had to add the following options: pull tls-client persist-tun comp-lzo I'm quite sure that tls-client is the one you need. The others are specific to your setup. I hope that this helps. Cheers, Thomas Hi, On Wed, Oct 23,

Re: [Openvpn-devel] PATCH: SSL Engine support

2012-06-18 Thread Thomas Habets
h M_SSLERR is issued, the program terminates... > --- > #define M_SSLERR  (M_FATAL | M_SSL) > >  if (flags & M_FATAL) >    openvpn_exit (OPENVPN_EXIT_STATUS_ERROR); /* exit point */ > > >> But yes, it works. > > Thanks! > Any more comments regarding e

Re: [Openvpn-devel] PATCH: SSL Engine support

2012-06-18 Thread Thomas Habets
works. On 18 June 2012 21:40, Alon Bar-Lev wrote: > Hello Thomas, > > Thank you for your comments and help. > I've updated the branch based on your work, but with changes... > The password is secret, and there is a standard mechanism in openvpn > to handle password... >

Re: [Openvpn-devel] PATCH: SSL Engine support

2012-06-18 Thread Thomas Habets
lved, using the > default is not something that is usable for openvpn. > Can you please take care of this? > > Alon. > > On Mon, Jun 18, 2012 at 3:25 PM, Alon Bar-Lev wrote: >> Hello Thomas, >> >> I did not have the global variable in mind :) >> >>

Re: [Openvpn-devel] PATCH: SSL Engine support

2012-06-17 Thread Thomas Habets
tached patch. Seems I don't need to call ENGINE_init() at all. The attached patch works, at least. I appreciate the code discipline. Really I do. :-) Regards, Thomas On 17 June 2012 22:04, Alon Bar-Lev wrote: > Yes, almost :) > > Won't it better to call ENGINE_init at

Re: [Openvpn-devel] PATCH: SSL Engine support

2012-06-17 Thread Thomas Habets
them. Some more details: http://blog.habets.pp.se/2012/02/TPM-backed-SSL Signed-off-by: Thomas Habets On 17 June 2012 01:11, Alon Bar-Lev wrote: > Hello, > > It is a good idea. > But first, please remove the emacs stuff. > > Now, I see that the ENGINE_load_builtin_e

[Openvpn-devel] PATCH: SSL Engine support

2012-06-16 Thread Thomas Habets
s to the built-in UI methods because openssl-tpm-engine doesn't yet support user data being sent to the callback functions. A patch for that on its way to them. Some more details: http://blog.habets.pp.se/2012/02/TPM-backed-SSL Signed-off-by: Thomas Habets -- typedef struct me_s {  cha

[Openvpn-devel] OpenVPN with PKCS11 support

2011-07-13 Thread Thomas
lp? Thanks in advance - best regards Thomas

Re: [Openvpn-devel] OpenVPN GUI and ntlm Proxy password

2011-03-18 Thread Thomas Glanzmann
it works for you using > the proxy IP address. that's correct. The hostname has 29 chars. Cheers, Thomas

Re: [Openvpn-devel] OpenVPN GUI and ntlm Proxy password

2011-03-18 Thread Thomas Glanzmann
rsion says 'Use Internet Explorer Settings'. Gui that ships with 2.2 RC: http://thomas.glanzmann.de/tmp/legacy.png Your Gui fork: http://thomas.glanzmann.de/tmp/guifork.png [1] http://swupdate.openvpn.net/community/releases/openvpn-2.2-RC-install.exe Cheers, Thomas

Re: [Openvpn-devel] OpenVPN GUI and ntlm Proxy password

2011-03-18 Thread Thomas Glanzmann
rb 3 mute 20 auth-user-pass tun-mtu 1400 # http-proxy 192.168.1.211 8080 paaf.txt ntlm Cheers, Thomas

[Openvpn-devel] OpenVPN GUI and ntlm Proxy password

2011-03-17 Thread Thomas Glanzmann
hich lets a user choose between none, basic, ntlm, auto, or auto-nct authentication. Cheers, Thomas

Re: [Openvpn-devel] IRC meeting regarding OpenVPN development model

2010-01-06 Thread Thomas Reifferscheid
roach might be choosing another channel, e.g. #openvpn-discussion or just continue on the -devel mailinglist. Kind regards Thomas Am 06.01.10 19:08, schrieb richard -rw- weinberger: 2010/1/6, Eric F Crist: This forum will be moderated. To apply for +v during the conversation, please se

Re: [Openvpn-devel] OVPN patching process RE: [PATCH] Fix non-C89 comments

2009-01-29 Thread Thomas NOEL
a good summary of the management of openvpn. Hopefully it's not a program that deals with security, otherwise we would be worried... -- Thomas

Re: [Openvpn-devel] [patch] enhance tls-verify possibility

2009-01-13 Thread Thomas NOEL
stem would be a nice feature of openvpn (I could say : another "killer-feature" ? ;) ) Cheers, -- Thomas NOEL http://www.auf.org/ Coordinateur des infrastructures techniques Administration des ressources informatiques Agence universitaire de la Francophonie (AUF)

Re: [Openvpn-devel] [patch] enhance tls-verify possibility

2009-01-12 Thread Thomas NOEL
o... We can not integrate all these cases directly in OpenVPN. An external system (as for all others scripts in OpenVPN) provides an very efficient solution. Just my 2 cents.. -- Thomas NOEL http://www.auf.org/ Coordinateur des infrastructures techniques Administration des ressources informatiq

Re: [Openvpn-devel] Merge status of OCSP support?

2008-06-17 Thread Thomas NOEL
http://openvpn.net/archive/openvpn-devel/2005-12/msg0.html With it, it's easy to check OCSP, SVCP, CRL... or openssl blacklists... or whatever... -- Thomas NOEL

Re: [Openvpn-devel] Does anybody test tftp over OpenVPN?

2007-03-08 Thread Thomas Reifferscheid
I suffer from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338023 which seems to be related to the bridge setup I use. It may or may not be related to your problem. Kind regards Thomas Reifferscheid Girish KS wrote: HI all, Does OpenVPN support tftp? I'm not able to connect to

Re: [Openvpn-devel] Connection initialized but no ping

2006-07-09 Thread Thomas Heidemann
Hi, as you can see in my posting, I do already have keepalive defined. Other suggestions? Regards, Thomas Von: Kosta Welke [mailto:ko...@fillibach.de] Gesendet: Sa 08.07.2006 13:30 An: Thomas Heidemann Cc: openvpn-devel@lists.sourceforge.net Betreff: Re

[Openvpn-devel] Connection initialized but no ping

2006-07-06 Thread Thomas Heidemann
Fri Jun 23 10:35:32 2006 Initialization Sequence Completed Connection established successfully! And a few seconds later: Fri Jun 23 10:35:53 2006 write TCPv4_CLIENT: Connection reset by peer (WSAECONNRESET) (code=10054) Fri Jun 23 10:35:53 2006 Connection reset, restarting [-1] Fri Jun 23 10:35:53 2006 TCP/UDP: Closing socket Fri Jun 23 10:35:53 2006 SIGUSR1[soft,connection-reset] received, process restarting Fri Jun 23 10:35:53 2006 Restart pause, 5 second(s) ... -- Any suggestions? Thanks for your answer. Regards, Thomas

Re: [Openvpn-devel] Patch for a --capath option

2005-05-19 Thread Thomas NOEL
ients), I cannot stop them and break all TSE clients in case of a simple revocation... :-( The ultimate solution will be OCSP, but... we are in 2005 ;-) Thank you for your attention about this issue. -- Thomas NOEL http://www.auf.org/ Coordinateur des infrastructures techniques Agence universitai

Re: [Openvpn-devel] Patch for a --capath option

2005-05-18 Thread Thomas NOEL
: - where can I add an action when a SIGUSR1 or SIGHUP is handled ? - how can I get the (list of ?) SSL_CTX object ? Do you think that it is a good idea, and do you think that it is feasible ? Thanks, -- Thomas NOEL http://www.auf.org/ Coordinateur des infrastructures techniques Agence univers

Re: [Openvpn-devel] Security bug with crl-verify

2005-05-12 Thread Thomas NOEL
the tools for that. Again, thanks for OpenVPN, and do not misundestood me : OpenVPN is a very very nice piece of code anyway :-) -- Thomas NOEL http://www.auf.org/ Coordinateur des infrastructures techniques Agence universitaire de la Francophonie (AUF) Services centraux Paris - 4 place de la Sorbo

[Openvpn-devel] Patch for a --capath option (was: Security bug with crl-verify)

2005-05-11 Thread Thomas NOEL
d_lookup() and X509_LOOKUP_add_dir() ... I'm not a openssl guru, not at all ;-) Thanks, -- Thomas NOEL http://www.auf.org/ Coordinateur des infrastructures techniques Agence universitaire de la Francophonie (AUF) Services centraux Paris - 4 place de la Sorbonne - 75005 Paris Tél: +33 (0)1 4

Re: [Openvpn-devel] Security bug with crl-verify

2005-05-11 Thread Thomas NOEL
he CRL stuff for 0.9.7 and above. I will try to produce a patch for a "--capath" option. See you in two or three hours. Thanks again, -- Thomas NOEL http://www.auf.org/ Coordinateur des infrastructures techniques Agence universitaire de la Francophonie (AUF) Services centraux Pa

[Openvpn-devel] Security bug with crl-verify

2005-05-11 Thread Thomas NOEL
ly manage all CA and all CRL included in a "CAPath". Thx, -- Thomas NOEL http://www.auf.org/ Coordinateur des infrastructures techniques Agence universitaire de la Francophonie (AUF) Services centraux Paris - 4 place de la Sorbonne - 75005 Paris Tél: +33 (0)1 44 41 18 18, poste 182

[Openvpn-devel] Multiple CRLs : a patch for a "crl-verify-path" option

2005-05-10 Thread Thomas NOEL
erify-path /etc/openvpn/crls/" will check for any 0a1b2c3d.r{0,1,..,9} CRL file in the /etc/openvpn/crls/ directory. If the CRL file and the certificate issuers are the same, then OpenVPN normally check the CRL (as with --crl-file ...). If no CRL file is found or no CRL file match the cert iss

Re: [Openvpn-devel] OpenVPN Licensing Issues

2004-09-14 Thread Thomas Glanzmann
Hello James, > I'd like to invite some discussion on this idea, and I'd especially > like feedback from past OpenVPN contributors as to whether this is > something they could agree to. I didn't submit that much code, but of course I would aggree to dual licensing. Honestly, Thomas

Re: [Openvpn-devel] minimum cipher in openssl ?

2004-09-13 Thread Thomas Glanzmann
*server* and *client* - wakeup on lan - dyndns All this applications are stored on the flash. A friend of mine also managed to compile and run screen on it. The openvpn takes approx 1.5Mbyte (including libs). Thomas

[Openvpn-devel] CVS repository for version 2 - but where?

2004-09-10 Thread Thomas Glanzmann
Hello James, I am unable to find the CVS repository to the upcomming 2.0 version. Honestly, Thomas [ Who want's to implement a compression functionality to compress static things like ipv(6) addresses, prots and maybe parts of tcp header function within one byte us

Re: [Openvpn-devel] tap support for freebsd

2004-02-20 Thread Thomas Glanzmann
ld you please send me a patch for this. Thomas

Re: [Openvpn-devel] ipv6 netbsd support

2004-02-05 Thread Thomas Glanzmann
n, too. I told him to send his patches to the upstream maintainers. Thomas

Re: [Openvpn-devel] ipv6 netbsd support

2004-01-30 Thread Thomas Glanzmann
to support IPv6 via tun devices. Thomas diff /tmp/openvpn-1.5-beta7/syshead.h openvpn-1.5-beta7/syshead.h --- /tmp/openvpn-1.5-beta7/syshead.hThu Aug 28 06:08:14 2003 +++ openvpn-1.5-beta7/syshead.h Mon Sep 8 13:51:17 2003 @@ -209,6 +209,14 @@ #include #endif +#ifdef HAVE_NETINET