Re: [Openvpn-devel] multi threading support

2012-09-24 Thread Sergey Matveychuk
24.09.2012 19:20, Gert Doering wrote: Hi, On Mon, Sep 24, 2012 at 02:56:50AM -0700, ehsan enayati wrote: thanks for your quick reply, I know that openvpn is single threaded but it supports multiple user connection simultaneously, I wanted to know how this is done although it just have one thr

Re: [Openvpn-devel] adding ipv6 routes wrong for tap

2012-04-17 Thread Sergey Matveychuk
17.04.2012 18:16, Gert Doering wrote: Hi, On Tue, Apr 17, 2012 at 05:13:19PM +0400, Sergey Matveychuk wrote: I see openvpn adds ipv6 routes always for interface not addresses. I think it should be like in add_route(): something like is_on_link() to determ if interface should be added or

[Openvpn-devel] adding ipv6 routes wrong for tap

2012-04-17 Thread Sergey Matveychuk
Hi. I see openvpn adds ipv6 routes always for interface not addresses. I think it should be like in add_route(): something like is_on_link() to determ if interface should be added or address.

[Openvpn-devel] why so big default mtu size?

2012-03-07 Thread Sergey Matveychuk
Hello. I did not set any mtu* options and get that: Control Channel MTU parms [ L:1589 D:166 EF:66 EB:0 ET:0 EL:0 ] Data Channel MTU parms [ L:1589 D:1450 EF:57 EB:4 ET:32 EL:0 ] Local Options String: 'V4,dev-type tap,link-mtu 1589,tun-mtu 1532,proto UDPv4,cipher AES-128-CBC,auth SHA1,keysize 12

Re: [Openvpn-devel] Why no ipv6 support for tap?

2011-06-10 Thread Sergey Matveychuk
10.06.2011 14:11, Gert Doering wrote: I'm telling about working with IPv6 addresses. It should do that nicely if you set --tun-ipv6. OK. Thanks for the explanation. I thought turning tun-ipv6 on makes openvpn treat my tap interface as a tun one some way. So I have it work but some troubles

Re: [Openvpn-devel] Why no ipv6 support for tap?

2011-06-10 Thread Sergey Matveychuk
09.06.2011 21:48, Gert Doering пишет: Hi, On Thu, Jun 09, 2011 at 09:11:36PM +0400, Sergey Matveychuk wrote: It's really weird that I can't set up IPv6 address for tap interface. You can, but you need the "top of the tree" code, not 2.2 release. Of course, I use it.

[Openvpn-devel] Why no ipv6 support for tap?

2011-06-09 Thread Sergey Matveychuk
Hi. It's really weird that I can't set up IPv6 address for tap interface. server-ipv6 turns a tun mode, ifconfig-ipv6 suppose p2p interface and even 'push route-ipv6' misticaly discards because of some flag (tt->ipv6) has been unset. Looking on added ipv6 support I have only one question but