[Openvpn-devel] Manpage Plus Alpha Directives Index

2015-06-02 Thread debbie10t
Hi, from what I could gather .. the developer mailing list appears to be the preferred method of submittal for this sort of change. https://community.openvpn.net/openvpn/wiki/Contributing#Writingdocumentation So, I offer this document for review as a new HTTP manual page. I have checked it

[Openvpn-devel] [PATCH applied] Re: Fix FreeBSD ifconfig for topology subnet tunnels.

2015-06-02 Thread Gert Doering
Lazy-ACK. 5 weeks on the list, no concerns (except from David about endianness, which I've tested for - i386 and sparc64). Patch has been applied to the master and release/2.3 branch. commit 60fd44e501f2002459a49c6c9bc64370ea26ca87 (master) commit e1182281f41ccd6c5820a13dad4382841f4832e6

[Openvpn-devel] [Patch] Version 2: Fail if options have extra parameters

2015-06-02 Thread Jonathan K. Bullard
This is a new thread with version 2 of the patch; the first submission included the wrong .patch file and was withdrawn. The attached patch causes an error if an option has extra parameters; previously they were ignored (ticket #557 at https://community.openvpn.net/openvpn/ticket/557). This

Re: [Openvpn-devel] How to create openvpn channel between multiple interface linux machines.

2015-06-02 Thread Jan Just Keijser
Arun Kumar wrote: Hi, I have two ubuntu machine say host1 and host2. Each have two interfaces say eth0 and eth1. I want to create seperate openvpn channels between the interfaces of two hosts. i tried openvpn and create secure key. and add eth0 and eth1 in config file, but only one vpn channel

Re: [Openvpn-devel] Topics for next Monday's (1st Jun 2015) community meeting

2015-06-02 Thread Samuli Seppänen
Hi, Here's the summary of today's IRC meeting. --- COMMUNITY MEETING Place: #openvpn-devel on irc.freenode.net List-Post: openvpn-devel@lists.sourceforge.net Date: Monday 1st Jun 2015 Time: 20:00 CEST (18:00 UTC) Planned meeting topics for this meeting were here:

Re: [Openvpn-devel] How to create openvpn channel between multiple interface linux machines.

2015-06-02 Thread Gert Doering
Hi, On Tue, Jun 02, 2015 at 01:17:26PM +0530, Arun Kumar wrote: > I have two ubuntu machine say host1 and host2. > Each have two interfaces say eth0 and eth1. > I want to create seperate openvpn channels between the interfaces of two > hosts. > i tried openvpn and create secure key. and add eth0

[Openvpn-devel] [PATCH applied] Re: Improve documentation in --script-security section of the man-page

2015-06-02 Thread Gert Doering
ACK. Your patch has been applied to the master and release/2.3 branch. commit 001384e2952b54089e889edbda3196283b21641d (master) commit 9f1d4545049bb643bf214498709e2af001bbe106 (release/2.3) Author: Samuli Seppänen List-Post: openvpn-devel@lists.sourceforge.net Date: Tue Jun 2 10:59:42 2015

[Openvpn-devel] [PATCH applied] Re: Move res_init() call to inner openvpn_getaddrinfo() loop

2015-06-02 Thread Gert Doering
Patch has been applied to the master and release/2.3 branch. commit 288a819af7d3a6fab9e0b69ae8dbaac74b36307b (master) commit 4e7eb95e43f0daed79e25e0ad6a9a20705b57376 (release/2.3) Author: Gert Doering List-Post: openvpn-devel@lists.sourceforge.net Date: Sun May 31 15:59:09 2015 +0200

[Openvpn-devel] [PATCH] Improve documentation in --script-security section of the man-page

2015-06-02 Thread samuli
From: Samuli Seppänen Trac: #395 Signed-off-by: Samuli Seppänen --- doc/openvpn.8 | 5 + 1 file changed, 5 insertions(+) diff --git a/doc/openvpn.8 b/doc/openvpn.8 index df16a7f..3eb2493 100644 --- a/doc/openvpn.8 +++ b/doc/openvpn.8 @@ -2007,6

[Openvpn-devel] How to create openvpn channel between multiple interface linux machines.

2015-06-02 Thread Arun Kumar
Hi, I have two ubuntu machine say host1 and host2. Each have two interfaces say eth0 and eth1. I want to create seperate openvpn channels between the interfaces of two hosts. i tried openvpn and create secure key. and add eth0 and eth1 in config file, but only one vpn channel created. what is my