Here is my network definition, with two IP blocks.

        my_ip_blocks = "62.8.64.0/19 196.200.32.0/20"

I'd like to do something like below:

        ipfw pipe 1 config bw 1024Kbit/s
        ipfw add pipe 1 tcp from me to not $my_ip_blocks 25


What I can't find is how to _correctly_ define my_ip_blocks
in the rule in a way ipfw2 will accept.


Thank you.

--
+======================================================================+
    |\      _,,,---,,_     | Odhiambo Washington    <[EMAIL PROTECTED]>
Zzz /,`.-'`'    -.  ;-;;,_ | Wananchi Online Ltd.   www.wananchi.com
   |,4-  ) )-,_. ,\ (  `'-'| Tel: +254 20 313985-9  +254 20 313922
  '---''(_/--'  `-'\_)     | GSM: +254 722 743223   +254 733 744121
+======================================================================+

Beware of self-styled experts: an ex is a has-been, and a spurt is a
drip under pressure.
_______________________________________________
freebsd-ipfw@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to