Re: ipfw+dummynet only getting half bandwidth when using routed interfaces.

From: Jeremie Le Hen (jeremie_at_le-hen.org)
Date: 07/11/05

  • Next message: FreeBSD bugmaster: "Current problem reports assigned to you"
    Date: Mon, 11 Jul 2005 11:54:14 +0200
    To: Philip Olsson <olsson@puffy.nu>
    
    

    Hi Philip,

    > both counters increase.. and the last one "allow ip from any to any"
    >
    > But I guess that is because it matches the rules two times.
    > I have tried only having one rule but the same problem ( ofcourse only
    > one way. )
    > I have also experimented with recv and xmit without success..

    Did you try something like this (assuming 192.168.1.1 is on xl0 side, fxp0
    is the other interface) :

    ipfw add pipe 1 any from 192.168.1.1 to any bridged out recv xl0 xmit fxp0
    ipfw add pipe 2 any from any to 192.168.1.1 bridged out recv fxp0 xmit xl0

    Regards,

    -- 
    Jeremie Le Hen
    < jeremie at le-hen dot org >< ttz at chchile dot org >
    _______________________________________________
    freebsd-net@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-net
    To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
    

  • Next message: FreeBSD bugmaster: "Current problem reports assigned to you"

    Relevant Pages