[Openvpn-devel] Status of the VLAN patches review?

2016-08-11 Thread Mike Auty
Hi there, I was hoping to find out if there'd been any progress on getting the VLAN patches reviewed? Thanks, Mike 5:) [1] https://sourceforge.net/p/openvpn/mailman/message/3496/ [2] https://github.com/ikelos/openvpn

Re: [Openvpn-devel] [PATCH 0/7] Vlan support for openvpn

2016-06-29 Thread Mike Auty
Hiya Gert, On 04/04/16 07:54, Gert Doering wrote: > PS: I promise a more detailed review per-chunk, so don't send new patches > yet. I'm not making promises which month this is going to happen - sorry. I was just wondering if there'd been any progress on this? Not pushing, since you didn't

Re: [Openvpn-devel] [PATCH 0/7] Vlan support for openvpn

2016-04-04 Thread Mike Auty
On 04/04/16 07:54, Gert Doering wrote: > Hi, Hello! > On Sun, Apr 03, 2016 at 07:51:07PM +0100, Mike Auty wrote: > Well. Thanks for maintaining, and squashing this. My pleasure! 5:) > Overall, I think it's still too many patches - like the doc patch and the > configure

Re: [Openvpn-devel] [PATCH 3/7] vlan: Add global, per-client 802.1q-based options

2016-04-03 Thread Mike Auty
On 03/04/16 22:10, Jonathan K. Bullard wrote: > > NAK. This should include testing for extra parameters supplied in > error with the options, as the rest of the option-handling code does. > Something like the following (for each of the three new options): > > + else if (streq (p[0],

[Openvpn-devel] [PATCH 6/7] vlan: Prepend and remove VLAN identifiers on outgoing and, incoming frames

2016-04-03 Thread Mike Auty
This patch adds parsing of the IEEE 802.1Q headers for incoming and outgoing ethernet frames. For frames coming in from the tap device, the 802.1Q header is parsed and translated into a regular Ethernet II header. For frames where the Priority Code Point (PCP) is non-zero, the 802.1Q tagging

[Openvpn-devel] [PATCH 4/7] vlan: Add in functions for working with 802.1q vlan, headers.

2016-04-03 Thread Mike Auty
This patch adds in functions for extracting data from the 802.1q header. The vlan_hdr_* functions now expect and return the values in host byte order. The callee doesn't need to perform any kind of conversion. These functions are not used yet, but will be used in future patches. Patch authored

[Openvpn-devel] [PATCH 0/7] Vlan support for openvpn

2016-04-03 Thread Mike Auty
Hi there, This is the start of a 7-patch set to add vlan support to openvpn, as authored by Fabian Knittel. This a squashed patchset (originally numbering 21 patches, but now reduced to 7). These were originally written up to four years ago, and have been maintained (at sparse intervals) by the

[Openvpn-devel] [PATCH 5/7] vlan: Add the 802.1q vlan id to appropriate calls.

2016-04-03 Thread Mike Auty
This patch ensures that a vlan ID is passed to all necessary function calls. These changes are not yet used and the vlan ID is always defined as 0. This will be used by future patches that will change the vid variable. Patch authored by Fabian Knittel .

[Openvpn-devel] [PATCH 1/7] vlan: add compile-time option ENABLE_VLAN_TAGGING

2016-04-03 Thread Mike Auty
The option can be disabled via "./configure --disable-vlan-tagging". Patch authored by Fabian Knittel . Signed-off-by: Fabian Knittel --- configure.ac | 10 ++ 1 file changed, 10 insertions(+) diff --git a/configure.ac

[Openvpn-devel] [PATCH 3/7] vlan: Add global, per-client 802.1q-based options

2016-04-03 Thread Mike Auty
This patch add the new global "--vlan-tagging" boolean switch. This specifies whether openvpn should handle 802.1q tagged packets in any way. This patch also adds the new global '--vlan-accept tagged|untagged|all' which specifies the behaviour of the tap device with regards to 802.1q vlan tagged

[Openvpn-devel] [PATCH 2/7] vlan: Add various definitions and 802.1Q structure

2016-04-03 Thread Mike Auty
This patch provides all the #DEFINES necessary for the 802.1q. sf.net tracker: Discussed on the IRC meeting March 4, 2010 in #openvpn-discussions. This includes an

[Openvpn-devel] [PATCH 7/7] vlan: document the --vlan-* flags in openvpn.8 man page

2016-04-03 Thread Mike Auty
Documents the --vlan-tagging, --vlan-accept and --vlan-pvid tags in the openvpn man page. Patch authored by Fabian Knittel <fabian.knit...@littink.de>. Co-authored-by: Mike Auty <mike.a...@gmail.com> Signed-off-by: Fabian Knittel <fabian.knit...@lettink.de> --- d

Re: [Openvpn-devel] Fabian Knittel's 802.1q/VLAN tagging support

2016-01-08 Thread Mike Auty
.de> wrote: > Hi, > > On Sat, Dec 26, 2015 at 02:39:49PM +, Mike Auty wrote: > [..] > > Given I didn't author most of these patches (I fixed up a tiny bit of > > documentation at the end), I was wondering how best to supply these so > > that they could be consi

[Openvpn-devel] Fabian Knittel's 802.1q/VLAN tagging support

2015-12-26 Thread Mike Auty
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, It's been a long time since I contributed to OpenVPN, but I've used it on and off since 2004. I recently wanted to have a single instance of OpenVPN support multiple clients, segregated into separate VLANs based on their credentials.

Re: [Openvpn-devel] Microsoft digital signature warning pop up windows

2004-09-15 Thread Mike Auty
Ralph, I think you're right and I think it may cost to get the driver signed (which is an unreasonable request to make of James, before anyone makes it, given the amount of time he's already given for free to the project). Worse still, I have the unfortunate feeling that it may cost to

[Openvpn-devel] OpenVPN 2.0 Yo-Yo effect...

2004-06-05 Thread Mike Auty
Hi, Since I've upgraded to OpenVPN 2, I've started seeing an interesting effect. Originally (way back at _test23) it didn't happen very much, and seemingly a restart of either the server or client would fix it, but recently it's been happening a lot. For historical reasons (I used to be on

Re: [Openvpn-devel] CVS out-of-date

2004-05-19 Thread Mike Auty
Hi, You're using the right server, just the wrong branch. Branches allow you to take a copy of the work off the trunk (main branch) and work on it for a while without disturbing everything else. Then once all the work's been done and is mostly stable, you can merge the branch back into the

Re: [Openvpn-devel] 2.0: public linux <- nat -> private win2k

2004-05-11 Thread Mike Auty
Actually, Reading the changelog, it appears this RWRRRWRrrWRW thing has been in since version 1.5-beta8: "* Modified the diagnostic --verb 5 debugging level to print 'R' for TCP/UDP read, 'W' for TCP/UDP write, 'r' for TUN/TAP read, and 'w' for TUN/TAP write." Not sure why I never

Re: [Openvpn-devel] 2.0: public linux <- nat -> private win2k

2004-05-11 Thread Mike Auty
Hi, The "RWRWRRRWWWRWRRR" is related to transfer and traffic. It is because you have the line "verb 5" (or higher) in your config file. This is different from 1.x as far as I'm aware, and is simply debugging information (read up on the verb keyword for more information as to what level

Re: [Openvpn-devel] Many to one TCP question

2004-04-27 Thread Mike Auty
Hi, I have never found any problems using UDP as the tunnel mechanism over the internet. I was under the impression that UDP packets were less likely to be blocked at the firewall than TCP, since historically it has been under utilized. These days with streaming video/media where speed is

[Openvpn-devel] OpenVPN 2.0 (test23) and logging

2004-04-20 Thread Mike Auty
Hi James, First off, great program, it's really amazing what you and the other developers have achieved. Secondly the new 2.0 seems to be working out quite well, but I ran into a little difficulty. The problem I was having turned out to be a firewall misconfiguration (read something I