On Thu, Apr 05, 2001 at 09:04:15PM -0700, Archie Cobbs wrote:
> Bosko Milekic writes:
> > NMBUFS accordingly. Chances are, if you are explicitly declaring
> > `NMBCLUSTERS ' in your kernel configuration file, that you are
> > actually lowering the number of clusters/mbufs that would otherwise be
Dmitry Samersoff writes:
> I also have a number of problems with modern Intel ethernet cards,
> probably (but I'm not sure) FreeBSD 4.2 fxp driver not 100% compatible
> with the latest one.
>
> (Intel PRO/100+ Fast Ethernet Controller (82559) on Mother Board)
What problems specifically?
Thank
Also, and perhaps I should be more clear:
1. I am load-balancing outbound connections from an internal
(non-routable) network.
2. There are hardware solutions that do this.
3. There are Windows based programs that do this.
I will look into that probability stuff for ipfw, thus far it looks
pr
At Fri, 6 Apr 2001, [EMAIL PROTECTED] wrote:
>
> Hello All.
> Have such a situation:
> - there is 256k/sec Internet link
> - there are 4 users to connect via it
> Question: Could I divide a channel on 4 users with
>64k/sec - minimal speed on a user and ???k/sec -
>maximum (depending on chanell ut
Hello All.
Have such a situation:
- there is 256k/sec Internet link
- there are 4 users to connect via it
Question: Could I divide a channel on 4 users with
64k/sec - minimal speed on a user and ???k/sec -
maximum (depending on chanell utilization) to achive
maximum speed per user?
Dummy
I'm basically able to get the cards to work without locking up with
the lastest version of the 5.x driver along with a hacked up 4.x
driver by doing this:
both> /usr/sbin/wicontrol -i wi0 -n "FreeBSD IBSS"
both> /usr/sbin/wicontrol -i wi0 -p 1
both> /usr/sbin/wicontrol -i wi0 -c 1
both> /usr/sbin
Bosko Milekic wrote:
>
> On Thu, Apr 05, 2001 at 10:18:38AM -0700, Archie Cobbs wrote:
> > Archie Cobbs writes:
> > > I have this machine that starts running out of mbufs every few days
> > > ("looutput: mbuf allocation failed") and then crashes, and was wondering
> > > if anyone else has seen si