Re: ng_one2many usage

2001-08-06 Thread Jim Pirzyk
On Monday 06 August 2001 06:55 pm, Julian Elischer wrote: > first kldload ng_ether Yes this does allow the mkpeer stuff work. Thanks. - JimP > > On Mon, 6 Aug 2001, Jim Pirzyk wrote: > > On Monday 06 August 2001 04:31 pm, Julian Elischer wrote: > > > On Mon, 6 Aug 2001, Jim Pirzyk wrote: > > >

Re: ng_one2many usage

2001-08-06 Thread Julian Elischer
first kldload ng_ether On Mon, 6 Aug 2001, Jim Pirzyk wrote: > On Monday 06 August 2001 04:31 pm, Julian Elischer wrote: > > On Mon, 6 Aug 2001, Jim Pirzyk wrote: > > > Ok, what I am trying to do is to follow the example on the > > > ng_one2many man page to create a network interface that will

Re: ng_one2many usage

2001-08-06 Thread Brooks Davis
On Mon, Aug 06, 2001 at 02:52:50PM -0700, Jim Pirzyk wrote: > Since they do not show up on the netgraph interfaces, I would > assume then they are not supported. Actually, all ethernet devices are supported via the generic ethernet code. You probably don't have ng_ether loaded. -- Brooks --

Re: ng_one2many usage

2001-08-06 Thread Jim Pirzyk
On Monday 06 August 2001 04:31 pm, Julian Elischer wrote: > On Mon, 6 Aug 2001, Jim Pirzyk wrote: > > Ok, what I am trying to do is to follow the example on the > > ng_one2many man page to create a network interface that will > > aggregate across my dc0 and dc1 interfaces. No where in the page >

Re: ng_one2many usage

2001-08-06 Thread Julian Elischer
On Mon, 6 Aug 2001, Jim Pirzyk wrote: > > Ok, what I am trying to do is to follow the example on the > ng_one2many man page to create a network interface that will > aggregate across my dc0 and dc1 interfaces. No where in the page > does it show you having to setup the other netgraph nodes (w

Re: ng_one2many usage

2001-08-06 Thread Jim Pirzyk
On Monday 06 August 2001 12:25 pm, Julian Elischer wrote: > On Sun, 5 Aug 2001 [EMAIL PROTECTED] wrote: > > Nope, nor does it work when I change it to dc0 (which there is a device > > called dc0, but I though that was too confusing). > > > > - JimP > > > > > Jim Pirzyk wrote: > > > > So I tried to

Re: ng_one2many usage

2001-08-06 Thread Julian Elischer
On Sun, 5 Aug 2001 [EMAIL PROTECTED] wrote: > Nope, nor does it work when I change it to dc0 (which there is a device > called dc0, but I though that was too confusing). > > - JimP > > > Jim Pirzyk wrote: > > > > > > So I tried to use the one2many netgraph module, but I get errors > > > righ

Re: ng_one2many usage

2001-08-06 Thread Jim Pirzyk
On Monday 06 August 2001 10:07 am, Brooks Davis wrote: > On Thu, Aug 02, 2001 at 02:56:30PM -0700, Jim Pirzyk wrote: > > So I tried to use the one2many netgraph module, but I get errors > > right away. Here is what I get: > > > > Jim.Pirzyk@snoopy:~ > > 47>sudo ngctl -d mkpeer trnk0: one2many upp

Re: ng_one2many usage

2001-08-06 Thread Brooks Davis
On Thu, Aug 02, 2001 at 02:56:30PM -0700, Jim Pirzyk wrote: > So I tried to use the one2many netgraph module, but I get errors > right away. Here is what I get: > > Jim.Pirzyk@snoopy:~ > 47>sudo ngctl -d mkpeer trnk0: one2many upper one > ngctl: sendto(trnk0:): No such file or directory > ngctl:

Re: ng_one2many usage

2001-08-05 Thread Jim . Pirzyk
Nope, nor does it work when I change it to dc0 (which there is a device called dc0, but I though that was too confusing). - JimP > Jim Pirzyk wrote: > > > > So I tried to use the one2many netgraph module, but I get errors > > right away. Here is what I get: > > > > Jim.Pirzyk@snoopy:~ > > 47>

Re: ng_one2many usage

2001-08-03 Thread Julian Elischer
Jim Pirzyk wrote: > > So I tried to use the one2many netgraph module, but I get errors > right away. Here is what I get: > > Jim.Pirzyk@snoopy:~ > 47>sudo ngctl -d mkpeer trnk0: one2many upper one > ngctl: sendto(trnk0:): No such file or directory > ngctl: send msg: No such file or directory >