"Thomas T. Veldhouse" wrote:
>
> > Have a look at what you can do with netgraph first.
> >
> > Most people don't know what it is but it allows almost arbitrarily
> > complicated network topologies to be set up from the command line.
> >
> >
>
> Is there any reasonable documentation or a HOWTO on the usage of netgraph?
> I am currently using the standard bridging code and IPFIREWALL (ipfw) with
> my dc cards. No problems so far - as long as I don't use DUMMYNET with it.
> I really wish I could use DUMMYNET as I need to put bandwidth limits on a
> few of the computers on my network.
/usr/share/examples/netgraph
man 4 netgraph
man 4 ng_bridge
(etc.)
also a daemon-news article on how it works.
Rate limitting is one thing that isn't there yet. If we pulled our fingers out,
I guess we would have ripped the dummynet rate limmiter out of where it is
and placed it into a netgraph node where it would be generally useful
instead of being hardcoded into one (sometimes useful) localtion in the
netoworking stacks.
there is a rate limitter based on netgraph available from:
http://www.riss-telecom.ru/~vitaly/
but I have not tried it.
I need to look at it again as I believe it has improved and
may be generally useful.
When I looked at it last it was a bit alpha.
It probably needs rewriting for the new netgraph API in -current.
>
> Tom Veldhouse
> [EMAIL PROTECTED]
--
__--_|\ Julian Elischer
/ \ [EMAIL PROTECTED]
( OZ ) World tour 2000
---> X_.---._/ from Perth, presently in: Budapest
v
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message