Re: multiple clients behind the same NAT connecting a L2TP/IPsec VPN server behind another NAT

2011-05-12 Thread VANHULLEBUS Yvan
Hi. On Wed, May 11, 2011 at 09:43:35PM -0300, Dr. Rolf Jansen wrote: > I have setup a VPN-Server on my FreeBSD 8.2 Release i386 machine, using the > following requisites: > > - customized GENERIC Kernel builded with the following > additional options and devices: > IPSEC, IPSEC_FILTER

Random TCP 3 second delay

2011-05-12 Thread Michael
Hello. I'm running nginx in load balancing mode for java application with around 400 requests/second. For every request, nginx is doing a HTTP/1.0 connection without keep alive to jetty. Several times per minute this connection takes 3 seconds complete. I don't see 2 or 1 seconds

Re: Random TCP 3 second delay

2011-05-12 Thread Vlad Galu
2011/5/12 Michael > Hello. > > I'm running nginx in load balancing mode for java application with > around 400 requests/second. For every request, nginx is doing a > HTTP/1.0 connection without keep alive to jetty. Several > times per minute this connection takes 3 seconds complet

Re: Random TCP 3 second delay

2011-05-12 Thread Maxim Dounin
Hello! On Thu, May 12, 2011 at 01:01:23PM +0300, Michael wrote: > I'm running nginx in load balancing mode for java application with > around 400 requests/second. For every request, nginx is doing a > HTTP/1.0 connection without keep alive to jetty. Several > times per minute this

Re: Random TCP 3 second delay

2011-05-12 Thread Steven Hartland
- Original Message - From: "Vlad Galu" Hello Michael, net.inet.tcp.finwait2_timeout and net.inet.tcp.fast_finwait2_recycle are your friends. You should only need this if the connection isn't being closed down cleanly from both ends. Regards Steve ==

Re: bin/136994: [patch] ifconfig(8) print carp mac address

2011-05-12 Thread Alessandro Dellavedova
The following reply was made to PR bin/136994; it has been noted by GNATS. From: Alessandro Dellavedova To: bug-follo...@freebsd.org, artis.ca...@gmail.com Cc: Subject: Re: bin/136994: [patch] ifconfig(8) print carp mac address Date: Thu, 12 May 2011 15:22:13 +0200 I second this, it would be

Re: kern/156978: [lagg][patch] Take lagg rlock before checking flags

2011-05-12 Thread linimon
Synopsis: [lagg][patch] Take lagg rlock before checking flags Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Thu May 12 14:36:20 UTC 2011 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=1

FreeBSD 7 and FreeBSD 8 OpenVPN problem

2011-05-12 Thread sample
Hi, I have a problem with the different behavior of OpenVPN under FreeBSD 7 and FreeBSD 8. Problem is as follows. I have created an OpenVPN server and IPSEC tunnel. I have a client which is connecting via OpenVPN to LAN. This is working properly (client is able to reach all computers inside LA

Re:

2011-05-12 Thread Pawel Tyll
Hi guys and lists, Hope I won't bring bad luck on myself by posting this too early, but here goes. Apparently during the last 3 weeks my bi-weekly crashing problem has been solved. That, or world built without openssl was the reason. $ uprecords # Uptime | System

Re: FreeBSD 7 and FreeBSD 8 OpenVPN problem

2011-05-12 Thread Arnaud Lacombe
Hi, On Thu, May 12, 2011 at 10:20 AM, wrote: > Hi, > > I have a problem with the different behavior of OpenVPN under FreeBSD 7 and > FreeBSD 8. Problem is as follows. I have created an OpenVPN server and IPSEC > tunnel. I have a client which is connecting via OpenVPN to LAN. > > This is workin

Re: Random TCP 3 second delay

2011-05-12 Thread Michael
2011/5/12 Vlad Galu VG> net.inet.tcp.finwait2_timeout and VG> net.inet.tcp.fast_finwait2_recycle are VG> your friends. net.inet.tcp.fast_finwait2_recycle: 1 net.inet.tcp.finwait2_timeout: 6 I will try to tune finwat2_timeout, but i don't see a lot of FIN_WAIT in netstat -na (around

Re: Random TCP 3 second delay

2011-05-12 Thread Michael
MD> 3 seconds delay usually indicate packet loss somewhere along the MD> path. You have to examine your network between nginx and your app MD> to find out where (and why) packets are lost. I don't think i have packet loss, traffic is going via loopback MD> Some basic steps on FreeBSD include l