Date: Mon, 06 Sep 2010 09:20:29 +0100 From: Peter Reo Molnar <peter@3mail4.co.uk> To: freebsd-current@freebsd.org Subject: significantly slow IPFW + NATD + amd64 Message-ID: <4C84A44D.90403@3mail4.co.uk> In-Reply-To: <4C84364D.9070700@DataIX.net> References: <4C825094.5040204@secover.com.br> <20100905155311.GA48095@onelab2.iet.unipi.it> <4C84364D.9070700@DataIX.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello, I tried setup NAT with IPFW, compiled my kernel and I found that there is very slow connection. After I disabled NAT and IPFW then speed was increased. 64-bit FreeBSD 9-CURRENT : With IPFW: 1.2 MB/sec Without IPFW: 33 MB/sec my ipfw work with i386 (stable) without speed decreasing: fw.test.conf: -f flush add 00050 divert 8668 ip4 from any to any via re0 add 00100 allow ip from any to any via lo0 add 00200 deny ip from any to 127.0.0.0/8 add 00300 deny ip from 127.0.0.0/8 to any -- peter
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C84A44D.90403>