From owner-freebsd-questions@FreeBSD.ORG Wed Feb 24 23:05:10 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A9B1106566C for ; Wed, 24 Feb 2010 23:05:10 +0000 (UTC) (envelope-from yavuz.maslak@netiletisim.net) Received: from pop3.ihlas.net.tr (posta.ihlasnet.com.tr [213.238.128.150]) by mx1.freebsd.org (Postfix) with ESMTP id A3EC88FC33 for ; Wed, 24 Feb 2010 23:05:09 +0000 (UTC) Received: (qmail 68637 invoked by uid 89); 25 Feb 2010 01:05:07 +0200 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=netiletisim.net; b=D5je+qoshcTXtneQ1ZoNtalKyoHpkJtKPkffJJeYjY4a6OtmL10qba1o8fPYKEgBEuHMsKmQwFb1g6VKDSic91Sga1kFSng8MKdIH82RNpmrL04idwa/wOhMU+6oJ+q+smwYl/mGA2aLKiPXz6vBFtSdkyOrXSCp37O0tJlGP3Q= ; Received: from ihlasnetym (HELO desktop2002) (yavuz.maslak@netiletisim.net@213.238.150.220) by 0 with SMTP; 25 Feb 2010 01:05:07 +0200 Message-ID: <3B9D3A92DD9D4C45A35918C78AD9C711@desktop2002> From: =?iso-8859-9?Q?Yavuz_Ma=FElak?= To: Date: Thu, 25 Feb 2010 01:05:06 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-9"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Mailman-Approved-At: Wed, 24 Feb 2010 23:17:48 +0000 Subject: about incoming and outgoing trafficc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2010 23:05:10 -0000 I have 2 lines to reach to the internet. I use 2 gateway. one of 2 gateway is a freebsd7.2 gateway. I activated pf on freebsd7.2. I have a fileserver which has a real ip. the fileserver's default gateway is other gateway server. When a traffic comes from internet via freebsd gateway towards the fileserver, if I try to upload a file which has about 10Mbyte from a remote pc to the file server, file transfer performance will be very bad. if I try to download a file from the file server, the file transfer performance will be very well. it is no problem. Or if I disable pf, the problem 's gone and upload/download transfer speed is very well. Or incoming and outgoing trafficc via my pf server , there is no problem. How can I correct this problem ?