Updated patch attached, please see below for details.
I plan to commit this very soon now, so please test and scream *now* if
anything breaks!
On Wednesday 25 May 2005 16:34, Max Laier wrote:
> All,
>
> with the recent merge of IPv6 functionality into ipfw2, ip6fw is obsolete.
> As the latter i
remember that ipfw2 lets you pass only those options you need
so something like
ipfw add deny proto udp ipv4
should work
On Fri, May 27, 2005 at 07:32:42PM +0200, Max Laier wrote:
> On Thursday 26 May 2005 13:21, Richard Tector wrote:
> > Max Laier wrote:
> > >With the patch attached yo
On Thursday 26 May 2005 13:21, Richard Tector wrote:
> Max Laier wrote:
> >With the patch attached you can now do:
> >
> > ipfw add 100 deny ipv4 from any to any
> >or
> > ipfw add 100 deny ipv6 from any to any
> >
> >to block IPv4 or IPv6.
>
> How would you, for example, deny all udp traffic ove
Max Laier wrote:
With the patch attached you can now do:
ipfw add 100 deny ipv4 from any to any
or
ipfw add 100 deny ipv6 from any to any
to block IPv4 or IPv6.
How would you, for example, deny all udp traffic over ipv4 but not ipv6?
Is this possible with ipfw2 as it stands?
Kind r