Re: [Openvpn-devel] openvpn FreeBSD kqueue

2011-02-07 Thread Roman Vasilyev
Hi, seems like I had email problems, and lost openvpn mail list, just want to double check that my patch was sent here. On 01/17/2011 12:39 PM, Roman Vasilyev wrote: Hi, I want to try FreeBSD with OpenVPN on high load, checked event. found that it can work only with epoll, just want to ask

[Openvpn-devel] FreeBSD kqueue patch

2011-01-26 Thread Roman Vasilyev
Hi, I've made patch for kqueue FreeBSD support, could somebody review it? diff -Naur openvpn-2.1.4/event.c openvpn-2.1.4.new/event.c --- openvpn-2.1.4/event.c 2010-10-21 10:37:51.0 -0700 +++ openvpn-2.1.4.new/event.c 2011-01-26 15:11:06.0 -0800 @@ -30,6 +30,10 @@ #include "even

Re: [Openvpn-devel] openvpn FreeBSD kqueue

2011-01-17 Thread Roman Vasilyev
after vpn deployment on FreeBSD without kqueue support, I want to add code for kqueue and will send here patches and profiling results. On 01/17/2011 01:23 PM, Gert Doering wrote: Hi, On Mon, Jan 17, 2011 at 12:39:43PM -0800, Roman Vasilyev wrote: I want to try FreeBSD with OpenVPN on

[Openvpn-devel] openvpn FreeBSD kqueue

2011-01-17 Thread Roman Vasilyev
Hi, I want to try FreeBSD with OpenVPN on high load, checked event.c фтв found that it can work only with epoll, just want to ask is it possible to use kqueue in openvpn? If not, what people thinking if I'll add this support there?

[Openvpn-devel] How to get destination IP address in UDP mode

2010-06-17 Thread Roman Vasilyev
Hi, my company using openvpn and we have more than 10 IP addresses on interface cards. And we accepting connections on all this interfaces. But we need to have statistics how much connections we have on IP address. In case of "local 0.0.0.0" I'm getting on connection string $local_1 "0.0.0.0"

[Openvpn-devel] Openvpn Traffic handling

2009-02-06 Thread Roman Vasilyev
Hi, I'm an Anchorfree employee who is adding new functionality to the HSS servers. One of my responsibilities is Intrusion Detection. The best performance for IDS seems to come from embedding Snort into OpenVPN. In order to achieve this, I have modified OpenVPN to provide packet handling.