Re: acl src range of addresses problem

From: Arjan de Vet <Arjan.deVet@dont-contact.us>
Date: Sat, 28 Sep 1996 02:28:42 +0200

In article <m0v6gCw-000Z51C@uhura.cc.fh-lippe.de> you write:

>I tried these variants, but it seems in both cases that only the
>first IP is beeing checked.
>
>Configuration:
>
>acl cc-buero src 193.16.118.84/255.255.255.255-193.16.118.88/255.255.255.255
>acl cc-buero src 193.16.118.84/32-193.16.118.88/32
>acl all src 0.0.0.0/0.0.0.0

[...]

>With the <IP>/32 variant it is the same, what have I done wrong?

Something like this should work:

        acl cc-buero src 193.16.118.84-193.16.118.88/255.255.255.0

According to the source the mask could be omitted and it should still work.

Arjan
Received on Fri Sep 27 1996 - 17:45:00 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:33:05 MST