Hi all,
Is there a way to specify a block of IP address's. E.g. deny client-ip 192.168.1.10 though 192.168.1.150. I want to create a single line ACL to enable/disable a block of IP's.
Any help?
Something like:
deny client-ip "192.168.1.1[0-9]{1,2}" #does 10-199
I'm not a REGEX stud, but you should be able to work at something from that example. You will need to use (REGEX1|REGEX2) to do it properly. The other option is by CIDR if you have a network that allows it (192.168.1.0/24).
Will
On Jan 23, 2005, at 4:08 PM, Michael Schipp wrote:
Hi all,
Is there a way to specify a block of IP address’s. E.g. deny client-ip 192.168.1.10 though 192.168.1.150. I want to create a single line ACL to enable/disable a block of IP’s.
Any help?
-- Will Froning Unix Sys. Admin. (209)946-7470 (209)662-4725 wfroning@Pacific.EDU