Re: Serious Bind issue

2007-02-09 Thread Artis Caune
Doug Barton wrote: Javier Henderson wrote: FWIW, I was running BIND 9.3.2 for a while and in awe at the amount of memory it would use, and how it would go CPU bound after it hit any operating system imposed memory quotas. Many people have reported this problem, but no one has been able to fol

Re: icsphy(4) for nfe(4) - better Microsoft Xbox support

2007-02-09 Thread Pyun YongHyeon
On Wed, Feb 07, 2007 at 09:39:38PM +0100, Ed Schouten wrote: > Hello, > > * Pyun YongHyeon <[EMAIL PROTECTED]> wrote: > > Would you try overhauled nfe(4)? > > > > http://people.freebsd.org/~yongari/nfe/if_nfe.c > > http://people.freebsd.org/~yongari/nfe/if_nfereg.c > > http://people.freeb

Re: tuning tcp

2007-02-09 Thread Vince
Randy Bush wrote: > any suggestions for how to tune freebsd tcp for very large bandwidth > delay product. doing daily rsync from oregon to australia over I2 > and aarnet. getting mediocre transfers. hints appreciated. > By the fact you CCed Andre, I assume you have tried the automatic TCP send

PF NAT LOG

2007-02-09 Thread Daniel Dias Gonçalves
I need to record logs of all connections nated from PF, has some way? Thanks. -- Daniel Dias Gonçalves DGNET Network Solutions [EMAIL PROTECTED] http://www.dgnetwork.com.br/ +55 37-99824809 +55 37-32421109 ___ freebsd-net@freebsd.org mailing list ht

problem with ng_device as tun replacement

2007-02-09 Thread Tomas Svensson
Hi, I am trying to replace the tun interface using netgraph by linking ng_device and ng_iface: ngctl mkpeer iface dummy inet ngctl mkpeer ng0: device inet inet then I try to use it as a drop-in replacement for tun, but it doesn't really work: 1. If I send an IP packet through /dev/ngd0 (af

Re: Networking FreeBSD Wiki

2007-02-09 Thread Robert Watson
On Fri, 9 Feb 2007, Bruce M. Simpson wrote: George, Thanks. I can think of a whole bunch of things to drop in here. I've added a reference to my personal network stack todo list page on the wiki also. Not sure if I should merge the two lists -- mine is rather long. Robert N M Watson Compu

Re: Networking FreeBSD Wiki

2007-02-09 Thread Joel Dahl
Tor 2007-02-08 klockan 17:07 -0800 skrev [EMAIL PROTECTED]: > Hi, > > I've started a Wiki page in the FreeBSD Wiki in an attempt to > coordinate some of the clean up work and networking projects that > aren't already covered. Please see: > > http://wiki.freebsd.org/Networking > > and update (if

Re: Networking FreeBSD Wiki

2007-02-09 Thread Bruce M. Simpson
Joel Dahl wrote: How about moving stuff from the (outdated) dingo[*] project page to this wiki page instead? [*] http://www.freebsd.org/projects/dingo/ That's what he did. I feel a twinge of responsibility for this, and the stupid name. I have just totally steamrollered in and edited (mer

synchronising information between kernel modules

2007-02-09 Thread Artis Caune
I would like to hear some ideas about how to synchronise information over network between two or more kernel modules. Topology: We have to FreeBSD boxes, which sit between two cisco switches and do traffic policy(shaping). Switches are connected with GigaChannel link (two physical links) and

Re: Networking FreeBSD Wiki

2007-02-09 Thread Christian Brueffer
On Thu, Feb 08, 2007 at 05:07:31PM -0800, [EMAIL PROTECTED] wrote: > Hi, > > I've started a Wiki page in the FreeBSD Wiki in an attempt to > coordinate some of the clean up work and networking projects that > aren't already covered. Please see: > > http://wiki.freebsd.org/Networking > > and upd

RE: PF NAT LOG

2007-02-09 Thread Greg Hennessy
> > I need to record logs of all connections nated from PF, has some way? > Tag the nat rule and then apply that tag to an egress rule of the form pass out log quick on blah tagged natted Greg -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7

Re: Bridging with two subnets

2007-02-09 Thread Yar Tikhiy
On Wed, Feb 07, 2007 at 12:46:09PM +0100, Andrea Venturoli wrote: > Hello. > I've got a firewall which has public IP xxx.xxx.xxx.2 on its first NIC. > This is bridged with a second NIC which holds xxx.xxx.xxx.0/24. > (I also have a third and fourth NIC which runs two private IP networks, > which a

Re: icsphy(4) for nfe(4) - better Microsoft Xbox support

2007-02-09 Thread Yar Tikhiy
On Wed, Feb 07, 2007 at 02:53:10PM -0600, Brooks Davis wrote: > On Wed, Feb 07, 2007 at 09:46:36PM +0100, Rink Springer wrote: > > On Wed, Feb 07, 2007 at 09:39:38PM +0100, Ed Schouten wrote: > > > I just compiled and installed a kernel with the new nfe(4) driver and > > > DEVICE_POLLING enabled. B

Re: problem with ng_device as tun replacement

2007-02-09 Thread Julian Elischer
Tomas Svensson wrote: Hi, I am trying to replace the tun interface using netgraph by linking ng_device and ng_iface: ngctl mkpeer iface dummy inet ngctl mkpeer ng0: device inet inet then I try to use it as a drop-in replacement for tun, but it doesn't really work: 1. If I send an IP packe

Re: IPv6 over gif(4) broken in 6.2-RELEASE?

2007-02-09 Thread Dimitry Andric
Bruce A. Mah wrote: > I've convinced myself that this problem needs to be tested in isolation > (i.e. you have complete control over both ends of the tunnel) because > incoming packets over the tunnel cause the host route to get added > automatically if it wasn't there already. > > After reading t