Re: Odp: Re: Odp: Re: patm, idt, ipfw - next adentures

Vincent Jardin <[email protected]> Wed, 8 Oct 2003 20:43:18 +0200
Newsgroups gmane.os.freebsd.devel.atm
Message-ID <[email protected]>
On Wednesday 08 October 2003 13:06, Harti Brandt wrote:
> On Tue, 7 Oct 2003, Franky wrote:
>
> F>> I suppose there is a bad interaction between HARP and IPFW. Can you
> F>> tell me what I should need to configure IPFW (the simplest
> configuration F>> (I suppose this would be to pass all packets)).
>

> This runs for more than 24 hourse with the idt driver without a problem.
> Could you please switch of polling and look what it does?

Franky was using ipfw's pipe. I do not know this feature.

ipfw pipe 1 config bw 5000Kbit/s queue 4Kbytes
ipfw queue 10 config weight 65 pipe 1 buckets 4096 mask dst-ip 0x0000ffff
ipfw queue 11 config weight 35 pipe 1 buckets 4096 mask dst-ip 0x0000ffff

ipfw add 510 queue 10 all from 192.168.1.0/26 to any out via x0
ipfw add 511 queue 11 all from not 192.168.1.0/26 to any out via x0

Maybe he could say us what's happened if he removes ipfw
ipfw can be inhibited with:
  sysctl -w net.inet.ip.fw.enable=0
or the Kernel can be rebuilt.

Regards,
  Vincent
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-atm
To unsubscribe, send any mail to "[email protected]"