Hi,
I rebased the latest incarnation of the ipv6 patch (0.4.10)
to openvpn 2.1_rc21 release.
Changes from v0.4.9..v0.4.10:
* All platforms:
- implemented redirect-gateway support for ipv4 on ipv6 endpoints
- several src cleanups (no actual code changes)
- doc updates
* win32:
- expanded usage
Hi David,
On Tue, Feb 16, 2010 at 7:49 PM, David Sommerseth
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
> Greetings all!
>
> I am now announcing the openvpn-testing.git tree as open. Gert has
> already been announcing the availability as a response to some merge
> conflicts. An
On Wed, Feb 17, 2010 at 2:47 PM, David Sommerseth
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi all!
>
> When reviewing the patch "FQDN for routes should expand to all IPs"
> today, I spotted that there is a function called getaddr() (renamed to
> getaddr_all() in the mentioned p
On Wed, Feb 17, 2010 at 6:46 PM, JuanJo Ciarlante wrote:
> Hi David,
>
> On Tue, Feb 16, 2010 at 7:49 PM, David Sommerseth
> wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>>
>> Greetings all!
>>
>> I am now announcing the
Hey David,
On Fri, Feb 19, 2010 at 12:14 PM, David Sommerseth
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 18/02/10 22:45, JuanJo Ciarlante wrote:
>> On Wed, Feb 17, 2010 at 6:46 PM, JuanJo Ciarlante wrote:
>>> > Hi David,
>>> >
&g
On Fri, Feb 19, 2010 at 2:46 PM, Gert Doering wrote:
> Hi,
>
> On Fri, Feb 19, 2010 at 12:10:29PM +0100, David Sommerseth wrote:
>> >> I still need to do some touches for allmerged, as
>> >> we conflict w/ Gert's IPv6 patch on a mroute.c chunk
>> >> IIRC.
>>
>> Even though I know you both have tol
On Fri, Feb 19, 2010 at 3:38 PM, Gert Doering wrote:
> Hi,
>
> On Fri, Feb 19, 2010 at 03:21:34PM +0100, JuanJo Ciarlante wrote:
>> > JJO's patch does more than that, he does DNS lookups to print the
>> > DNS name for the IPv6 address in question.
&g
On Fri, Feb 19, 2010 at 12:10 PM, David Sommerseth
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi guys!
> On 18/02/10 22:45, JuanJo Ciarlante wrote:
>> On Wed, Feb 17, 2010 at 6:46 PM, JuanJo Ciarlante
> wrote:
>>
>>> I still need to d
Hey David,
On Fri, Feb 19, 2010 at 12:29 PM, JuanJo Ciarlante wrote:
> Hey David,
>
> On Fri, Feb 19, 2010 at 12:14 PM, David Sommerseth
> wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> On 18/02/10 22:45, JuanJo Ciarlante wrote:
>>
Hi,
2010/3/17 Samuli Seppänen :
>
>> On Wed, Mar 17, 2010 at 10:42:26AM +0200, Samuli Seppänen wrote:
>>
>>> Hi all,
>>>
>>> As usual, tomorrow's (18th March) meeting will be at #openvpn-discussion
>>> (irc.freenode.net) at 18:00 UTC. Preliminary meeting topics are
>>> available here:
>>>
>>> http
e to compile a "clean" openvpn on the
>> >>>>> multihomed server. Please let me know if this can be diagnosed in
>> >>>>> any other way, if not - I will find a way to test with vanilla
>> >>>>> openvpn.
>> >>>>
&g
On Thu, Sep 23, 2010 at 11:09 AM, Arthur Titeica wrote:
> On Thursday 23 September 2010 07:48:46 Arthur Titeica wrote:
>> On Thu, 23 Sep 2010 01:33:24 +0200, JuanJo Ciarlante
>>
>> wrote:
>> > Hi Arthur,
>> >
>> > Sorry for the immense delay, fo
On Tue, Sep 28, 2010 at 8:55 AM, David Sommerseth
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 28/09/10 02:04, Praetorian wrote:
>> I am settting up some servers to test the beta debian packages and
>> wanted to try a multihomed server. I have two isp's coming into the
>> build
On Wed, Mar 2, 2011 at 11:07 PM, Stefan Hellermann
wrote:
> Am 31.01.2011 19:43, schrieb David Sommerseth:
>>>
>>> https://community.openvpn.net/openvpn/ticket/84
>>
>> Thank you very much for your report! I've sent a notification to the
>> developer of the IPv6 transport patch, and I hope he chi
NOTE: this is patch 1/3 over feat_ipv6_transport branch,
commit 1b96baa8fc964bfba8bfba87f1e0e1fbabf0b47b
- setsockopt IPV6_RECVPKTINFO (not IPV6_PKTINFO!)
- do check for setsockopt() failures
- append % in INFO msg
Signed-off-by: JuanJo Ciarlante
---
socket.c | 27
NOTE: this is patch 2/3 over feat_ipv6_transport branch,
commit 1b96baa8fc964bfba8bfba87f1e0e1fbabf0b47b
- closes http://bugs.debian.org/574164
- also needed for --disable-ipv6 builds
- supports IPv6 from xinetd
Signed-off-by: JuanJo Ciarlante
---
socket.c | 36
NOTE: this is patch 3/3 over feat_ipv6_transport branch,
commit 1b96baa8fc964bfba8bfba87f1e0e1fbabf0b47b
- _both_ for IPv4 (which was missing) and for IPv6
- tested on OpenBSD 4.7, FreeBSD 8.1
Signed-off-by: JuanJo Ciarlante
---
socket.c | 45
ed strings, and given that:
> #2 v2.3 has already transport ipv6 by default
> => doesn't justify putting effort on #1 to keep USE_PF_INET6
> ifdef wraps.
>
> Signed-off-by: JuanJo Ciarlante
> <...snip...>
FWIW you can also peek at the diff at:
https://github.com
Hi,
On Tue, May 31, 2011 at 3:39 PM, Samuli Seppänen wrote:
> JuanJo Ciarlante ha scritto:
>> On Mon, May 30, 2011 at 6:20 PM, JuanJo wrote:
>>
>>> - put all #ifdef'd code in place, kill the cpp symbol,
>>> - thus in v2.3 it's not actually poss
comparison for mapped addesses: server in dual stack listening
IPv6 must permit incoming streams from allowed IPv4 peer (ie without
--float).
- IPv6 with actual host resolution, currently only numerical (AI_NUMERICHOST)
- integrate both IPv4 and IPv6 addr resolution with getaddrinfo instead o
On Fri, Sep 24, 2004 at 10:39:59AM +0200, Matthias Andree wrote:
> On Fri, 24 Sep 2004, JuanJo Ciarlante wrote:
>
> > This README covers UDP/IPv6 ( --udp6 ) support for openvpn-2.0_beta11
> > Also, with address family "generalization" changes came local AF_UNIX socket
On Fri, Sep 24, 2004 at 09:24:39AM -0300, JuanJo Ciarlante wrote:
> On Fri, Sep 24, 2004 at 10:39:59AM +0200, Matthias Andree wrote:
> > Is there a use for AF_UNIX in a VPN driver?
>
> It stated in README file.. it allows the creation of local specialized
> proxys that can take
On Fri, Sep 24, 2004 at 01:50:07PM -0600, James Yonan wrote:
> Juanjo,
>
> Great work on the IPv6 support!
Thanks, Jim ...
> I see there are still a few TODO items,
Indeed, some of them may require code flow changes, mainly because of:
DNS may return A or records, iff we _require_ to spec
On Fri, Sep 24, 2004 at 02:01:46PM -0600, James Yonan wrote:
>
>
> On Fri, 24 Sep 2004, JuanJo Ciarlante wrote:
>
> > On Fri, Sep 24, 2004 at 10:39:59AM +0200, Matthias Andree wrote:
> > > On Fri, 24 Sep 2004, JuanJo Ciarlante wrote:
> > >
> > > >
On Fri, Sep 24, 2004 at 05:09:28PM -0300, JuanJo Ciarlante wrote:
>
> I've finished ./configure [ --disable-ipv6] [ --enable-unix-sockets ];
> tested compilation for the 4 combinations, and testbed runs too.
> Expect new patch for tomorrow
Done.
CHANGES.IPv6 excerpt:
* v0.2
On Sun, Apr 17, 2005 at 10:35:36PM -0600, James Yonan wrote:
> I'm happy to announce that OpenVPN 2.0 has been released!
>
> http://openvpn.net/download.html
>
> Thanks to all who have supported the project with donations, developing
> code, writing articles, and helping to support people on the
On Wed, Apr 20, 2005 at 11:28:18AM -0600, James Yonan wrote:
>
> On Wed, 20 Apr 2005, JuanJo Ciarlante wrote:
>
> > On Sun, Apr 17, 2005 at 10:35:36PM -0600, James Yonan wrote:
> > > I'm happy to announce that OpenVPN 2.0 has been released!
> > >
On Thu, Apr 21, 2005 at 12:41:03AM +0200, Bernhard Schmidt wrote:
> JuanJo Ciarlante schrieb:
>
> >>I've been just trying the OpenVPN IPv6 transport patch you posted ...
> > I've finished 2.0 final port of my patch; I've tested under FreeBSD-5.3
> > (
On Thu, Apr 21, 2005 at 06:27:03PM -0600, James Yonan wrote:
> I would like to merge your IPv6 patch into the 2.1 branch, once it gets
> started (I'd like to keep the 2.0.x branch as stable as possible, with
> minimalistic changes that don't go beyond bug fixes and small patches).
>
> One potent
On Mon, Apr 25, 2005 at 11:25:14AM -0600, James Yonan wrote:
> On Mon, 25 Apr 2005, JuanJo Ciarlante wrote:
>
> > On Thu, Apr 21, 2005 at 06:27:03PM -0600, James Yonan wrote:
> > > I would like to merge your IPv6 patch into the 2.1 branch, once it gets
> > > start
setup both sides
(keys, certs, etc), using udp or udp6 is actually _another_ setup bit.
[?]- integrate both IPv4 and IPv6 addr resolution with getaddrinfo instead of
venerable gethostbyname&friends, problem: horizontal port
On Thu, Jun 30, 2005 at 10:29:34AM +0200, Hartmut Goebel wrote:
> Hello,
>
> Thanks for your answer.
>
> >>1a) As far as I've found out, OpenVPN 2.0 supports forwarding IPv6 when
> >>using tun+tun-ipv6 or tap. But neither of the build-in commands (like
> >>route, ifconfig, server, push/pull) supp
On Fri, Sep 02, 2005 at 12:50:30PM +, Gervasio Bernal wrote:
> First of all, I will explain what we are trying to develop. Basically, our
> idea
> is to make OpenVPN works at kernel level, not at user level, and use the
> linux
> cryptoapi instead of openssl. We will not use de /dev/net/tun
On Sun, Oct 01, 2006 at 07:02:10AM -0600, James Yonan wrote:
> 2006.10.01 -- Version 2.1-beta16
James ... I've migrated IPv6 support to latests betas (about 1mo ago),
I can rebase it if you are still interested; compared to previous
instance (@beta2.5) I've simplified it a lot, killed AF_UNIX &oth
Hi,
I'm(back) working on openvpn/ipv6 endpoint support, aka udp6/tcp6,
please refer to README.ipv6[1] and TODO.ipv6[2] for more details.
All snapshots are unittested for correct {udp,tcp}v{4,6} operation
under GNU/Linux and win32 (the latter x-compiled under the former ;).
You can find my curren
Hi Bernhard,
On Sat, Sep 26, 2009 at 4:05 PM, Bernhard Schmidt wrote:
> JuanJo Ciarlante wrote:
>
> Hello JuanJo,
>
>> I'm(back) working on openvpn/ipv6 endpoint support, aka udp6/tcp6,
>> please refer to README.ipv6[1] and TODO.ipv6[2] for more details.
>>
an absolute requirement for getting it in ;o)
For the moment, I added this fact to TODO.ipv6 ... so that doesn't appear
that there's no love for that support :)
Cheers,
>
> On 09/26/2009 04:05 PM, Bernhard Schmidt wrote:
>> JuanJo Ciarlante wrote:
>>
>> Hello Jua
Hey Marcel,
On Tue, Sep 29, 2009 at 6:23 PM, Marcel Pennewiß
wrote:
> On Friday 25 September 2009 23:36:19 JuanJo Ciarlante wrote:
>> Hi,
>
> Hi JuanJo,
>
>> I'm(back) working on openvpn/ipv6 endpoint support, aka udp6/tcp6,
>> please refer to README.ipv6[1
Hi Marcel,
On Wed, Sep 30, 2009 at 7:41 PM, Marcel Pennewiß
wrote:
> On Friday 25 September 2009 23:36:19 JuanJo Ciarlante wrote:
>> Hi,
>>
>> I'm(back) working on openvpn/ipv6 endpoint support, aka udp6/tcp6,
>> please refer to README.ipv6[1] and TODO.ipv6[2] f
On Wed, Sep 30, 2009 at 8:47 PM, Marcel Pennewiß
wrote:
> On Wednesday 30 September 2009 20:20:40 JuanJo Ciarlante wrote:
> > Could you please copy me the the exact cmdline and context (inetd?)
> > you are using in both cases?, also if there's any extra patch applied,
> etc
On Wed, Sep 30, 2009 at 11:21:41PM +0200, JuanJo Ciarlante wrote:
> On Wed, Sep 30, 2009 at 8:47 PM, Marcel Pennewiß
> wrote:
>
> > On Wednesday 30 September 2009 20:20:40 JuanJo Ciarlante wrote:
> > > Could you please copy me the the exact cmdline and context (inetd?)
>
Marcel,
On Thu, Oct 1, 2009 at 12:19 AM, JuanJo Ciarlante wrote:
>
> On Wed, Sep 30, 2009 at 11:21:41PM +0200, JuanJo Ciarlante wrote:
> > On Wed, Sep 30, 2009 at 8:47 PM, Marcel Pennewiß
> > wrote:
> >
> > > On Wednesday 30 September 2009 20:20:40 JuanJo C
On Thu, Oct 1, 2009 at 8:14 AM, Marcel Pennewiß
wrote:
> On Thursday 01 October 2009 00:26:15 JuanJo Ciarlante wrote:
>> Marcel,
>> > Please apply this patch:
>>
>> also available as full patch at
>> http://cloud.github.com/downloads/jjo/openvpn-ipv6/open
On Thu, Oct 1, 2009 at 8:33 AM, JuanJo Ciarlante wrote:
> On Thu, Oct 1, 2009 at 8:14 AM, Marcel Pennewiß
> wrote:
>> On Thursday 01 October 2009 00:26:15 JuanJo Ciarlante wrote:
>>> Marcel,
>>> > Please apply this patch:
>>>
>>> also avail
Hi Marcel,
On Thu, Oct 1, 2009 at 11:41 AM, Marcel Pennewiß
wrote:
> On Thursday 01 October 2009 09:22:31 JuanJo Ciarlante wrote:
> > Compiled from
> >
> >
> http://cloud.github.com/downloads/jjo/openvpn-ipv6/openvpn-2.1_rc19c-ipv6-0
> >.4.7.tar.gz , it went find
On Thu, Oct 1, 2009 at 8:22 PM, Marcel Pennewiß
wrote:
>
> On Thursday 01 October 2009 12:14:14 JuanJo Ciarlante wrote:
> > Could you please show a diff between config.h from stock
> > and patched build?
>
> the problem seems to be caused by
> ./configure ... --disabl
Hi
On Mon, Oct 5, 2009 at 4:11 PM, Marcel Pennewiß
wrote:
> On Wednesday 30 September 2009 19:41:01 Marcel Pennewiß wrote:
>> On Friday 25 September 2009 23:36:19 JuanJo Ciarlante wrote:
>> > Hi,
>> >
>> > I'm(back) working on openvpn/ipv6 endpoint sup
Hola Alberto,
On Tue, Oct 6, 2009 at 1:33 PM, Alberto Gonzalez Iniesta
wrote:
> On Mon, Oct 05, 2009 at 04:45:24PM +0200, JuanJo Ciarlante wrote:
>> Hi
>>
>> On Mon, Oct 5, 2009 at 4:11 PM, Marcel Pennewiß
>> wrote:
>> > On Wednesday 30 September 2009 19:4
Hey Marcel,
On Sun, Oct 11, 2009 at 1:13 PM, Marcel Pennewiß
wrote:
> On Monday 05 October 2009 16:45:24 JuanJo Ciarlante wrote:
>> Thank you Marcel for the invaluable debugging and re-patching.
>>
>> FYI I rebased my current tree onto 2.1_rc20, git-push'd[1]
>
49 matches
Mail list logo