Re: iwi leaks memory?

2007-02-17 Thread V.Chukharev
On Fri, 16 Feb 2007 23:10:24 +0200, V.Chukharev <[EMAIL PROTECTED]> wrote: > On Fri, 16 Feb 2007 19:43:17 +0200, Jeremie Le Hen <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> cognet@ has once provided me a tiny hack to the iwi(4) driver and >> I never get such errors. Maybe I'm not suffering enough UP

Re: ioctl: SIOCADDMULTI (howto?)

2007-02-17 Thread Jouke Witteveen
On 2/5/07, Bruce M. Simpson <[EMAIL PROTECTED]> wrote: Jouke Witteveen wrote: > Hello all, > > I'm in need of some information on how to utilize SIOCADDMULTI. It is > supposed to be demonstrated by the mtest [1] program, but that doesn't > do anything (on an SIOCDELMULTI rn it appears nothing was

Re: iwi leaks memory?

2007-02-17 Thread Max Laier
On Saturday 17 February 2007 14:27, V.Chukharev wrote: > On Fri, 16 Feb 2007 23:10:24 +0200, V.Chukharev <[EMAIL PROTECTED]> wrote: > > On Fri, 16 Feb 2007 19:43:17 +0200, Jeremie Le Hen <[EMAIL PROTECTED]> wrote: > >> Hi, > >> > >> cognet@ has once provided me a tiny hack to the iwi(4) driver an

[PATCH] Re: ioctl: SIOCADDMULTI (howto?)

2007-02-17 Thread Bruce M. Simpson
Jouke Witteveen wrote: So my apologies for suggesting it doesn't work at all; it seems that the application I'm trying to get to work (wpa_supplicant for wired interfaces) just doesn't _send_ its packets the right way. That's a big relief! I added an item to the Wiki for someone to write a regr

Firewalling DNS jails

2007-02-17 Thread Jeremie Le Hen
Hi there, I have two jails with named(8) running on my server. - The first one (dns_int) is used as a resolver for my local network, and also serve the zone adressing it. - The second one (dns_ext) is used to serve my zones on the Internet side. I want to know if the following rules are secur

[PATH] make ifconfig use getifaddrs

2007-02-17 Thread Sam Leffler
ifconfig has a hand-rolled version of the code in getifaddrs. The patch here: http://people.freebsd.org/~sam/ifconfig.patch (against HEAD) converts it to use getifaddrs. I'm especially interested in whether this properly handles ipv6, atalk, ipx, and p2p configurations. There should no visibl

Re: Packet rate limiter

2007-02-17 Thread chrishome
> Hi > > is there any way how to limit packet per second [PPS] rate to > specified > IP (group of IP) ? Linux can achieve this via IPtables. > I`ve searched a lot of web, but nothing interesting found (for PF, > IPFilter, and IPFW). > I agree this would be a very nice addition to IPFW as a ba

ipfw limit src-addr woes

2007-02-17 Thread admin
Hi, I'm trying to use ipfw's limit clause to limit the number of connections a single IP can have at the same time in a transparent web-proxy environment: 00350 skipto 401 tcp from x.x.x.x/x,y.y.y.y/y,z.z.z.z/z to any dst-port 80 in via if0 setup limit src-addr 10 00401 fwd local.ip.ad.dr,808