Re: Solution for Resilient VLAN Trunk Bonding

2004-03-07 Thread Julian Elischer
On Sun, 7 Mar 2004, Jacob S. Barrett wrote: > Now that ng_vlan has been committed to FreeBSD-5 I have come up with a > solution for building a resilient VLAN interfaces over a VLAN trunk. I have > a machine that exists on multiple VLANs. It has two interfaces that are > connected to two dif

ng_vlan in FreeBSD-4

2004-03-07 Thread Jacob S. Barrett
When might we see ng_vlan ported to FreeBSD-4? -- Jacob S. Barrett [EMAIL PROTECTED] www.amduat.net "I don't suffer from insanity, I enjoy every minute of it." ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To

Solution for Resilient VLAN Trunk Bonding

2004-03-07 Thread Jacob S. Barrett
Now that ng_vlan has been committed to FreeBSD-5 I have come up with a solution for building a resilient VLAN interfaces over a VLAN trunk. I have a machine that exists on multiple VLANs. It has two interfaces that are connected to two different switches. The switches are trunked together as

RE: Odd network issue ... *very* slow scp between two servers

2004-03-07 Thread Don Bowman
From: Marc G. Fournier [mailto:[EMAIL PROTECTED] > On Sat, 6 Mar 2004, Tim Wilde wrote: > > > On Sat, 6 Mar 2004, Marc G. Fournier wrote: > > > > > I have two servers on the same network switch, sitting > one on top of the > > > other ... one is running an em (Dual-Xeon 2.4Ghz) device, > the oth

Re: Odd network issue ... *very* slow scp between two servers

2004-03-07 Thread Marc G. Fournier
On Sat, 6 Mar 2004, Tim Wilde wrote: > On Sat, 6 Mar 2004, Marc G. Fournier wrote: > > > I have two servers on the same network switch, sitting one on top of the > > other ... one is running an em (Dual-Xeon 2.4Ghz) device, the other an fxp > > (Dual-PIII 1.3Ghz) device ... > > Is it a Cisco Catal

Re: Odd network issue ... *very* slow scp between two servers

2004-03-07 Thread Marc G. Fournier
On Sat, 6 Mar 2004, Tim Wilde wrote: > On Sat, 6 Mar 2004, Marc G. Fournier wrote: > > > I have two servers on the same network switch, sitting one on top of the > > other ... one is running an em (Dual-Xeon 2.4Ghz) device, the other an fxp > > (Dual-PIII 1.3Ghz) device ... > > Is it a Cisco Catal

Re: My planned work on networking stack

2004-03-07 Thread Andre Oppermann
David Malone wrote: > > On Mon, Mar 01, 2004 at 11:18:34PM +0100, Andre Oppermann wrote: > > [] automatically sizing TCP send buffers to achieve optimal performance > > over a wide range of bw*delay situations. (in progress) > > Hi Andre, > > This reminded me - do you know what happened to

Re: Strange problem with vnodes and sockets

2004-03-07 Thread Kiss Tibor
On Sun, Mar 07, 2004 at 02:40:50PM -0500, Robert Watson wrote: > > notion of "owner". so_cred is a cached referenced to the process > credential of the process that created the socket... Yes, but i need the process p_pid. > > VSOCK vnodes are rendezvous points for UNIX domain socket communication,

Re: Strange problem with vnodes and sockets

2004-03-07 Thread Robert Watson
On Sun, 7 Mar 2004, Kiss Tibor wrote: > I want to create a small kernel module which logs the socket operations. > So in my module I have a socket structure, and i want to know which > process (thread) owns that. I try to solve this problem by this way: Sockets, as with files, can be referenced

Re: My planned work on networking stack

2004-03-07 Thread Luigi Rizzo
On Sun, Mar 07, 2004 at 06:07:56PM +, David Malone wrote: > On Mon, Mar 01, 2004 at 11:18:34PM +0100, Andre Oppermann wrote: > > [] automatically sizing TCP send buffers to achieve optimal performance > > over a wide range of bw*delay situations. (in progress) > > Hi Andre, > > This rem

Re: My planned work on networking stack

2004-03-07 Thread David Malone
On Mon, Mar 01, 2004 at 11:18:34PM +0100, Andre Oppermann wrote: > [] automatically sizing TCP send buffers to achieve optimal performance > over a wide range of bw*delay situations. (in progress) Hi Andre, This reminded me - do you know what happened to the plan to implement SACK for FreeB

Strange problem with vnodes and sockets

2004-03-07 Thread Kiss Tibor
I want to create a small kernel module which logs the socket operations. So in my module I have a socket structure, and i want to know which process (thread) owns that. I try to solve this problem by this way: ... struct proc *p; struct vnode *vn; struct filedesc *

atheros driver in adhoc mode

2004-03-07 Thread Konstantin KABASSANOV
Hello, I'm actually trying to make some tests between 2 wireless cards supported by the atheros driver in Freebsd 5.2.1 release. Everything works fine except the adhoc mode. When I put both cards in adhoc mode, no packet is going out through the wireless interface even if the status of the interfa

Re: IPFW2 for IPv6 ??

2004-03-07 Thread Colin Alston
Joost Bekkers wrote: On Wed, Mar 03, 2004 at 04:12:39AM -0800, Luigi Rizzo wrote: On Wed, Mar 03, 2004 at 12:47:38PM +0100, Joost Bekkers wrote: Hello Are there any plans to make IPFW2 work for IPv6? i posted some experimental code to the -network (or was it -ipfw ?) list early in