Re: NFS write() calls lead to read() calls?

2007-03-29 Thread Ulrich Spoerlein
On 3/29/07, Bruce Evans <[EMAIL PROTECTED]> wrote: On Wed, 28 Mar 2007, Ulrich Spoerlein wrote: > hostA # scp 500MB hostB:/net/share/ > ... > If I run the scp again, I can see X MB/s going out from HostA, 2*X > MB/s coming in on HostB and X MB/s out plus X MB/s in on HostC. What's > happening is

IPSec tunneling problem

2007-03-29 Thread Toomas Aas
Hello! We have a central office which is separated from the Internet with firewall running Linux 2.4 and FreeSWAN. I'm trying to create an IPSec tunnel to the central office from another small branch office, using FreeBSD 6.2 with it's integrated IPSec and ipsec-tools. The tunneling is general

Merging rc.d/network_ipv6 into rc.d/netif

2007-03-29 Thread Mike Makonnen
Hello folks, Ever since rc.d was brought into the tree we all agreed IPv6 needed to be integrated better. Well, I've finally gotten arround to it... several years later :-P The patch is at: http://people.freebsd.org/~mtm/src-etc.ipv6.diff What it does - rc.d/network_ipv6 is no long

Re: Merging rc.d/network_ipv6 into rc.d/netif

2007-03-29 Thread Bruce M. Simpson
Mike Makonnen wrote: I would especially like feedback from folks more familiar with IPv6. One gotcha I've noticed is that if you boot with ipv6_enable turned off, then try to start IPv6 on an interface later on, it doesn't work because none of the interfaces (except lo0) has a link-local address

Re: Merging rc.d/network_ipv6 into rc.d/netif

2007-03-29 Thread Dag-Erling Smørgrav
Mike Makonnen <[EMAIL PROTECTED]> writes: > - You can now do things like: > # Start/Stop IPv6 on all interfaces > /etc/rc.d/netif (start|stop) ip6 > # Start/Stop IPv6 only on interface rl0 > /etc/rc.d/netif (start|stop) rl0 ip6 I hope we never get an if_ip NIC driver :) D

CFT: new trunk(4)

2007-03-29 Thread Andrew Thompson
Hi, Here is a patch to add OpenBSD's trunk(4) interface, and also includes LACP support which came from agr(4) on NetBSD. Im interested in anyone who wants to test this and in particular lacp mode if you have a switch that supports it. http://people.freebsd.org/~thompsa/if_trunk-20070330b.diff