From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 6 21:46:24 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F2261065671 for ; Thu, 6 Mar 2008 21:46:24 +0000 (UTC) (envelope-from marinosi@ceid.upatras.gr) Received: from poseidon.ceid.upatras.gr (poseidon.ceid.upatras.gr [150.140.141.169]) by mx1.freebsd.org (Postfix) with ESMTP id 3F85A8FC1D for ; Thu, 6 Mar 2008 21:46:24 +0000 (UTC) (envelope-from marinosi@ceid.upatras.gr) Received: from mail.ceid.upatras.gr (unknown [10.1.0.143]) by poseidon.ceid.upatras.gr (Postfix) with ESMTP id 0E447EB4D22 for ; Thu, 6 Mar 2008 23:20:46 +0200 (EET) Received: from localhost (europa.ceid.upatras.gr [127.0.0.1]) by mail.ceid.upatras.gr (Postfix) with ESMTP id E38D11588C9 for ; Thu, 6 Mar 2008 23:20:45 +0200 (EET) X-Virus-Scanned: amavisd-new at ceid.upatras.gr Received: from mail.ceid.upatras.gr ([127.0.0.1]) by localhost (europa.ceid.upatras.gr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bnQTwENw5Nne for ; Thu, 6 Mar 2008 23:20:45 +0200 (EET) Received: from marinos.ceid.upatras.gr (marinos.ceid.upatras.gr [150.140.140.17]) by mail.ceid.upatras.gr (Postfix) with ESMTP id B2ED1157FDB for ; Thu, 6 Mar 2008 23:20:45 +0200 (EET) Received: by marinos.ceid.upatras.gr (Postfix, from userid 1001) id 05B48228BC; Thu, 6 Mar 2008 23:20:44 +0200 (EET) Date: Thu, 6 Mar 2008 23:20:44 +0200 From: Ilias Marinos To: freebsd-hackers@freebsd.org Message-ID: <20080306212044.GA72211@marinos.ceid.upatras.gr> Mail-Followup-To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Subject: Network Throughput between jail and base system X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2008 21:46:24 -0000 Hello all, I have a jail to my FreeBSD-STABLE, in which I run some services.I have configured and setup this jail using ezjail-admin. marinosi@marinos:~$ jls JID IP Address Hostname Path 1 192.168.1.100 ws /usr/jails/ws /usr/jails/ws #Jails ezjail_enable="YES" ifconfig_lo1="192.168.1.100 netmask 0xffffffff" # Jail iface I use lo1 as jail interface and I nat internet traffic to it with pf: nat on $ext_if from $ws to any -> ($ext_if) Today I 've tried to scp a big directory inside the jail and I've noticed that I was secure copying with 2-3MB/s .That sounds too weird for me and I would like to hear some opinions , for what it may be the problem. Thanks a lot, Ilias Marinos -- echo "Sysadmin know better bash than english." | sed s/min/mins/ \ | sed 's/better bash/bash better/'