List Info

Thread: (no subject)




(no subject)
user name
2006-05-18 21:52:40
Hello

Does FreeBSD offers anything similar like trunk(4) on
OpenBSD (link  
aggregation and link failover interface)?

Cheers,
Thomas
_______________________________________________
freebsd-netfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to
"freebsd-net-unsubscribefreebsd.org"
(no subject)
user name
2006-05-18 22:09:45
On Thu, 18 May 2006 23:52:40 +0200
Thomas Vogt <freebsdlistsbsdunix.ch> wrote:

> Hello
> 
> Does FreeBSD offers anything similar like trunk(4) on
OpenBSD (link  
> aggregation and link failover interface)?

Is your browser broken?
http
://www.google.no/search?hl=no&ie=ISO-8859-1&q=freebs
d+interface+bonding&btnG=S%F8k&meta=
_______________________________________________
freebsd-netfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to
"freebsd-net-unsubscribefreebsd.org"
trunk interface (was (no subject))
user name
2006-05-18 22:50:12
Hi

Thanks. I know about the netgraph ether/fec interfaces. But
I thought  
about a solution without netgraph. AFAIK Netgraph implies
overhead  
and ng_ehter is more complicated to set up. This is a
problem with  
non technical people. I'm happy they already know a bit
about   
ifconfig commands.

I will try it anyway.

Regards,
Thomas

Am 19.05.2006 um 00:09 schrieb Marcin Jessa:

> On Thu, 18 May 2006 23:52:40 +0200
> Thomas Vogt <freebsdlistsbsdunix.ch> wrote:
>
>> Hello
>>
>> Does FreeBSD offers anything similar like trunk(4)
on OpenBSD (link
>> aggregation and link failover interface)?
>
> Is your browser broken?
> http://www.google.no/search?hl=no&
;ie=ISO-8859-1&q=freebsd+interface 
> +bonding&btnG=S%F8k&meta=

_______________________________________________
freebsd-netfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to
"freebsd-net-unsubscribefreebsd.org"
trunk interface (was (no subject))
user name
2006-05-19 01:05:43
Thomas Vogt wrote:

> Hi
>
> Thanks. I know about the netgraph ether/fec interfaces.
But I thought  
> about a solution without netgraph. AFAIK Netgraph
implies overhead  
> and ng_ehter is more complicated to set up. This is a
problem with  
> non technical people. I'm happy they already know a
bit about   
> ifconfig commands.


two items.
1/ ng_fec only uses the config framework of netgraph. For
data it goes 
direct to the interfaces.
2/ netgraph is not that high an overhead.  (what made you
think it was?)

>
> I will try it anyway.
>
> Regards,
> Thomas
>
> Am 19.05.2006 um 00:09 schrieb Marcin Jessa:
>
>> On Thu, 18 May 2006 23:52:40 +0200
>> Thomas Vogt <freebsdlistsbsdunix.ch> wrote:
>>
>>> Hello
>>>
>>> Does FreeBSD offers anything similar like
trunk(4) on OpenBSD (link
>>> aggregation and link failover interface)?
>>
>>
>> Is your browser broken?
>> http://www.google.no/search?hl=no&
;ie=ISO-8859-1&q=freebsd+interface 
>> +bonding&btnG=S%F8k&meta=
>
>
> _______________________________________________
> freebsd-netfreebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to
"freebsd-net-unsubscribefreebsd.org"

_______________________________________________
freebsd-netfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to
"freebsd-net-unsubscribefreebsd.org"
trunk interface (was (no subject))
user name
2006-05-19 07:53:57
Am Donnerstag, den 18.05.2006, 18:05 -0700 schrieb Julian
Elischer:
> Thomas Vogt wrote:
> 
> > Hi
> >
> > Thanks. I know about the netgraph ether/fec
interfaces. But I thought  
> > about a solution without netgraph. AFAIK Netgraph
implies overhead  
> > and ng_ehter is more complicated to set up. This
is a problem with  
> > non technical people. I'm happy they already know
a bit about   
> > ifconfig commands.
> 
> 
> two items.
> 1/ ng_fec only uses the config framework of netgraph.
For data it goes 
> direct to the interfaces.

Ah good to know. Since this is for a network course it would
be easier
if this "trunk" could be setup via ifconfig
command. But I will try it.

> 2/ netgraph is not that high an overhead.  (what made
you think it was?)

Well I heard that netgraph has some overhead on various
conferences. I'm
planning to use such a feature on very very high loaded GigE
router,
every extra kernel hook could cost some performance, IMHO.

Thanks and cheers,
Thomas

_______________________________________________
freebsd-netfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to
"freebsd-net-unsubscribefreebsd.org"
trunk interface (was (no subject))
user name
2006-05-19 20:27:53
Thomas wrote:

>Am Donnerstag, den 18.05.2006, 18:05 -0700 schrieb
Julian Elischer:
>  
>
>>Thomas Vogt wrote:
>>
>>    
>>
>>>Hi
>>>
>>>Thanks. I know about the netgraph ether/fec
interfaces. But I thought  
>>>about a solution without netgraph. AFAIK
Netgraph implies overhead  
>>>and ng_ehter is more complicated to set up. This
is a problem with  
>>>non technical people. I'm happy they already
know a bit about   
>>>ifconfig commands.
>>>      
>>>
>>two items.
>>1/ ng_fec only uses the config framework of
netgraph. For data it goes 
>>direct to the interfaces.
>>    
>>
>
>Ah good to know. Since this is for a network course it
would be easier
>if this "trunk" could be setup via ifconfig
command. But I will try it.
>
>  
>
>>2/ netgraph is not that high an overhead.  (what
made you think it was?)
>>    
>>
>
>Well I heard that netgraph has some overhead on various
conferences. I'm
>planning to use such a feature on very very high loaded
GigE router,
>every extra kernel hook could cost some performance,
IMHO.
>  
>
it is possible that the extra overhead in netgraph may
influence such a 
high throughput system, but
one would have to test to know how much.. its overhead is
nto as high as 
one might think, despite
the fact that it was not designed to handle such high
throughputs, it 
does a reasonable job.
it is possible that the use of netisr() in some places slows
it down 
however..

>Thanks and cheers,
>Thomas
>  
>
_______________________________________________
freebsd-netfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to
"freebsd-net-unsubscribefreebsd.org"
[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )