From owner-freebsd-questions@FreeBSD.ORG Fri Feb 27 11:38:26 2009 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 AB578106564A for ; Fri, 27 Feb 2009 11:38:26 +0000 (UTC) (envelope-from link@ngc.net.ua) Received: from gw.kg.com.ua (host-105-117.emplot.net [194.246.117.105]) by mx1.freebsd.org (Postfix) with ESMTP id 5D4958FC21 for ; Fri, 27 Feb 2009 11:38:26 +0000 (UTC) (envelope-from link@ngc.net.ua) Received: from [172.17.0.1] (port=54032 helo=macserv.itt-consulting.com) by gw.kg.com.ua with esmtp (Exim 4.68 (FreeBSD)) (envelope-from ) id 1Ld0fw-000NHR-9t for freebsd-questions@freebsd.org; Fri, 27 Feb 2009 13:14:42 +0200 Received: from localhost (localhost [127.0.0.1]) by macserv.itt-consulting.com (Postfix) with ESMTP id 5FE5DFB8CA7 for ; Fri, 27 Feb 2009 13:15:53 +0200 (EET) X-Virus-Scanned: amavisd-new at itt-consulting.com Received: from macserv.itt-consulting.com ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2LwWbDbk54R2 for ; Fri, 27 Feb 2009 13:15:52 +0200 (EET) Received: from [172.17.20.254] (unknown [172.17.20.254]) by macserv.itt-consulting.com (Postfix) with ESMTP id B3760FB8C9A for ; Fri, 27 Feb 2009 13:15:52 +0200 (EET) Message-ID: <49A7CB68.2050607@ngc.net.ua> Date: Fri, 27 Feb 2009 13:15:52 +0200 From: Link User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 1.1 (+) Subject: pf route-to slowdown 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: Fri, 27 Feb 2009 11:38:27 -0000 Hello all. I`m using only one pf rule to fool routing table. All was good, but after upgrade from 6.3 to 7.1 i`ve discovered that it is not working anymore. I`ve added: no state flags any to get it working again. Now my list of rules is: scrub in all pass out on $if1 route-to ($if0 $if0gw) from $if0 to any no state flags any Now my main problem is: Using scp I can upload data from any host to server through $if0 but download is exetremly slow :-( Does anybody have any suggestions ?