Re: Filter Help
John Storms ((no email))
Wed, 28 May 1997 08:35:53 -0700 (PDT)
What you have right now will block 153.34.0.0/16 and everything else. It is assumed at the end of every filter is a deny all. So one must also specify everything that is to be permitted. If you wanted to block 153.34.0.0/16 and then allow everything else you would add this 2nd rule to your filter.
set filter internet.in 2 permit
> I need to create a filter to block access into our network
> from 153.34.x.x.
>
> To do this, would I do the following??
>
> add filter internet.in
> set filter internet.in 1 deny 153.34.0.0/16 0.0.0.0/0
> save all
> set ether0 filter internet
>
> Thanks for you help,
> tom
>
>