On Sun, Aug 15, 2004 at 11:31:07AM -0700, Fargo Holiday wrote: > cramster# ipfw show > 00050 14819576 8458459132 divert 8668 ip from any to any via dc0 > 00100 250 32470 allow ip from any to any via lo0 > 00200 0 0 deny ip from any to 127.0.0.0/8 > 00300 0 0 deny ip from 127.0.0.0/8 to any > 65000 44478701 31835950367 allow ip from any to any > 65100 0 0 pipe 1 ip from 10.0.0.8 to any > 65200 0 0 pipe 2 ip from any to 10.0.0.8 > 65535 0 0 deny ip from any to any > > Are those masks valid? Do I need to configure a queue explicitly > before passing these commands?
Insert `pipe 1 ip' and `pipe 2 ip' before line 65000, because `allow' terminates packet processing before it reaches pipe now. -- Paweł Małachowski _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"