[Openvpn-devel] build Openvpn 2.1RC4 on Windows failure (Repost, no answer in openvpn.user group.

2007-07-06 Thread John
nx in advance, John I'm trying to build Openvpn-2.1RC4 on Windows and it failed. C:\msys\1.0\src\openvpn-2.1_rc4>make -f makefile.w32 gcc -g -O2 -Wall -Wno-unused-function -Wno-unused-variable -mno-cygwin -I/c/msys /1.0/src/openssl-0.9.7l/include -I/c/msys/1.0/src/lzo-2.02/include -c base64

Re: [Openvpn-devel] [Openvpn-users] --auth-user-pass-verify and--script-security

2008-11-20 Thread John
nnecting to remove that setting a disconnection Until 2.1rc7 I used: up regedit -s addsettings.reg down regedit -s removesettings.reg How would be the syntax to used with the default option 'script-security 3 execve' be? regards, John > > --

[Openvpn-devel] Beta naming convention?

2003-09-17 Thread John Conneely
-1.3.2 installations. Anyway, I wanted to suggest that you avoid using dash characters in future beta version numbers. Thanks! John

Re: [Openvpn-devel] IANA has approved a unique port number for OpenVPN

2004-11-10 Thread John Favorite
Awesome On Tue, 9 Nov 2004 22:48:31 -, James Yonan wrote: > > I just got a note from IANA confirming that they've assigned TCP/UDP port 1194 > to OpenVPN. > > You can see the allocation here in the global list: > > http://www.iana.org/assignments/port-numbers > > The question, of course,

[Openvpn-devel] compatriot communion

2006-05-10 Thread John Woodruff

Re: [Openvpn-devel] Losing connectivity when OpenVPN cannot establish tunnel under Windows

2009-09-02 Thread John Cullison
--ca "C:\Users\jcullison\AppData\Local\Temp\tmp3F43.tmp" --cert "C:\Users\jcullison\AppData\Local\Temp\tmp3F42.tmp" --key "C:\Users\jcullison\AppData\Local\Temp\tmp3F31.tmp" (The names of the certificate files change each time.) Since there is no instance of Ope

Re: [Openvpn-devel] Losing connectivity when OpenVPN cannot establish tunnel under Windows

2009-09-03 Thread John Cullison
ond time. I opted for the devel list and not the user list because I figure I may find myself deep in OpenVPN code in the near future, and I am looking for any pointers, hints, suggestions, etc., by any folks who might be knowledgeable on the Windows side of OpenVPN development. Regards, John Culli

Re: [Openvpn-devel] Losing connectivity when OpenVPN cannot establish tunnel under Windows

2009-09-03 Thread John Cullison
x27;t done a huge amount of testing beyond proving a reliable repro scenario. I have not, for example, attempted to interleave successful attempts within the failures to see if that somehow clears up the problem. Regards, John Cullison Software Engineer Industrial Defender - Cyber Risk Protection j

[Openvpn-devel] [PATCH] ovpn-dco: fix kernel 6.1 compile issue in ovpn_peer_create

2022-10-21 Thread John Thomson
tps://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=58caed3dacb4354a25a1aa8d2febc3e9648ba1f4 [1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c3f760ef128789252e7c4f10d3c1721422dceba9 Signed-off-by: John Thomson --- compile test on

[Openvpn-devel] [PATCH v2] ovpn-dco: fix kernel 6.1 compile issue in ovpn_peer_create

2022-10-22 Thread John Thomson
tps://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=58caed3dacb4354a25a1aa8d2febc3e9648ba1f4 [1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c3f760ef128789252e7c4f10d3c1721422dceba9 Signed-off-by: John Thomson --- v2: Do not throw ifdef

Re: [Openvpn-devel] [PATCH v2] ovpn-dco: fix kernel 6.1 compile issue in ovpn_peer_create

2022-10-22 Thread John Thomson
On Sat, 22 Oct 2022, at 13:38, Antonio Quartulli wrote: > Hi, > > On 22/10/2022 10:38, John Thomson wrote: >> Linux 5.19 replaces netif_tx_napi_add, but maintains a definition to the >> new function in: 58caed3dacb4 ("netdev: reshuffle netif_napi_add() APIs >&

[Openvpn-devel] LD Errors / vpn_connect or vpn_init

2020-09-16 Thread John A
ference to `openvpn::ClientAPI::OpenVPNClient::OpenVPNClient()' Is there documentation somewhere that I can look over or an quick quip answer here of what obvious thing or stuff I am missing? This in on CentOS 7 machine, x86_64, what more could I provide? Is there a slack group? Bes

[Openvpn-devel] UNSUBSCRIBE

2021-06-08 Thread John Aron
___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] Architecture diagram & Theory of Operation documents

2010-11-11 Thread john s wolter
Operation documents are a minimum starting point for those not directly involved in development. Do you have a link to these documents? These documents will greatly improve the way OpenVPN works and how it should be install and debugged. Cheers. ----- John S. Wolt

[Openvpn-devel] Connect scripts failing with variables (glibc detected double free or corruption)

2005-12-31 Thread John A. Sullivan III
quot;$PEER_ADDR" -j RETURN ;; * ) echo "Needed action parameter not passed to iptables - aborting connection!!!!!" exit 13 ;; esac What in the world is going on! Thanks - John PS - openvpn-2.1 beta7 on Fedora Core 3 in a Xe

[Openvpn-devel] Connect scripts failing with variables (glibc detected double free or corruption)

2005-12-31 Thread John A. Sullivan III
Never mind. Someone has placed conflicting versions of iptables on the server. These were causing the seg fault. My apologies - John Hello, all, and thank you for a wonderful project. I am having some grief with the client connect scripts. I've included my original post to the user li