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

Vincent Jardin vjardin at wanadoo.fr
Wed Oct 8 11:43:22 PDT 2003


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


More information about the freebsd-atm mailing list