Re: problem with download limit (resolved)

2011-05-11 Thread Wesley MOUEDINE ASSABY
Tried with OpenBSD 4.9 works (RELEASE) Tried with OpenBSD 4.8 doesn't work (Fresh install) Tried with OpenBSD 4.8 on 2 machines * with net.inet.tcp.recvspace=65535 works Thank you a lot for your replies ! Cheers, Wesley MOUEDINE ASSABY

Re: problem with download limit (resolved)

2011-05-11 Thread Kevin Chadwick
On Wed, 11 May 2011 12:51:38 +0200 Henning Brauer wrote: > yeah right, changing the size of a socket buffer will help a lot for a > forwarded connection where no sockets are involved >>Now, remove the laptop, take a pc, install OpenBSD 4.8, configure the >>network card with a public ip address I

Re: problem with download limit (resolved)

2011-05-11 Thread Henning Brauer
* Wesley MOUEDINE ASSABY [2011-05-11 12:25]: > But it works now. Just in modifying "recvspace" value for a higher... yeah right, changing the size of a socket buffer will help a lot for a forwarded connection where no sockets are involved -- Henning Brauer, h...@bsws.de, henn...@openbsd.org BS

Re: problem with download limit (resolved)

2011-05-11 Thread Wesley MOUEDINE ASSABY
But it works now. Just in modifying "recvspace" value for a higher... If you have other idea ... I have test it on the firewall and also on an OpenBSD standalone machine (directly with a public ip address). At work : ISP is Orange with a SDSL connection (1M upload=download) My home : ISP is SFR

Re: problem with download limit (resolved)

2011-05-11 Thread Kevin Chadwick
On Wed, 11 May 2011 10:27:59 +0200 Henning Brauer wrote: > bad advice. zero effect by definition. Yeah but some ciscos etc. don't follow the definition and a device could have been set manually.

Re: problem with download limit (resolved)

2011-05-11 Thread Otto Moerbeek
On Wed, May 11, 2011 at 10:27:59AM +0200, Henning Brauer wrote: > bad advice. zero effect by definition. maybe the test is flawed by donwloading on the firewall itself? > > * Wesley MOUEDINE ASSABY [2011-05-11 07:47]: > > I try this on our firewall (OpenBSD 4.8 -stable) > > sysctl -w net.inet.

Re: problem with download limit (resolved)

2011-05-11 Thread Henning Brauer
bad advice. zero effect by definition. * Wesley MOUEDINE ASSABY [2011-05-11 07:47]: > I try this on our firewall (OpenBSD 4.8 -stable) > sysctl -w net.inet.tcp.recvspace=65535 > > the default value was : 16384 > > Thank's to Daniel Melameth > > Cheers, > > Wesley MOUEDINE ASSABY > www.mouedin

Re: problem with download limit

2011-05-11 Thread Henning Brauer
* Wesley MOUEDINE ASSABY [2011-05-10 20:54]: > When PF is enabled on the box, there's no queuing limit. > And disable PF, don't solve the problem. Really, i don't understand why i > download the file at 32Ko/s instead of ~80Ko/s > > At work, connection used is SDSL 1M (128 Ko/s = upload and downl

Re: problem with download limit (resolved)

2011-05-10 Thread Wesley MOUEDINE ASSABY
I try this on our firewall (OpenBSD 4.8 -stable) sysctl -w net.inet.tcp.recvspace=65535 the default value was : 16384 Thank's to Daniel Melameth Cheers, Wesley MOUEDINE ASSABY www.mouedine.net On Tue, 10 May 2011 15:59:09 -0600, Daniel Melameth wrote: >Try sysctl net.inet.tcp.recvspace=65535.

Re: problem with download limit

2011-05-10 Thread Daniel Melameth
On Tue, May 10, 2011 at 12:44 PM, Wesley MOUEDINE ASSABY wrote: > When PF is enabled on the box, there's no queuing limit. > And disable PF, don't solve the problem. Really, i don't understand why i > download the file at 32Ko/s instead of ~80Ko/s > > At work, connection used is SDSL 1M (128 Ko/s

Re: problem with download limit

2011-05-10 Thread Matt S
Are the speed results on Windows more representative of the bandwidth of your connection? If the Windows results are slow when compared to the total available bandwidth, I would go out on a limb and state that a network card might be bad. Have you tried different ethernet cards? Matt Have y

Re: problem with download limit

2011-05-10 Thread Tomas Bodzar
Try 4.9 and current(latest snapshot) if possible. Post dmesg, ifconfig, pcidump -v, netstat -in, netstat -m and systat mbufs On Tue, May 10, 2011 at 8:44 PM, Wesley MOUEDINE ASSABY wrote: > When PF is enabled on the box, there's no queuing limit. > And disable PF, don't solve the problem. Really,

Re: problem with download limit

2011-05-10 Thread John Jackson
Have you tried downloading from different sites? What is the latency to those sites? You may be running into an issue with bandwidth delay product though I thought recent OpenBSD releases autotuned the needed parameters. See http://www.psc.edu/networking/projects/tcptune/ for better understandin

Re: problem with download limit

2011-05-10 Thread Wesley MOUEDINE ASSABY
When PF is enabled on the box, there's no queuing limit. And disable PF, don't solve the problem. Really, i don't understand why i download the file at 32Ko/s instead of ~80Ko/s At work, connection used is SDSL 1M (128 Ko/s = upload and download); We have 5 Public Ip Adress; ORANGE is the ISP. At

Re: problem with download limit

2011-05-10 Thread Kevin Chadwick
On Tue, 10 May 2011 15:55:29 +0400 OpenBSD Geek wrote: > Any idea ? >media: Ethernet autoselect (100baseTX full-duplex) Not sure, there's certainly not enough info here. PF won't cause that unless you have some queuing limit. Maybe you have an autonegotiation conflict. You could try setting all d

problem with download limit

2011-05-10 Thread OpenBSD Geek
Hi, I meet a strange problem, at work, i have a firewall using OpenBSD 4.8 with PF enabled. OpenBSD 4.8 with 2 network cards 10/100 MB, net.inet.ip.forwarding=1 When i try to download (with a computer in our lan) a file 001.dmg, it downloads at a speed like 32 Ko/s (max). I tried to disable PF :