On Wed, 19 Jul 2000, Mike Almogy wrote:
> Or i need to do something like :
> acl MyNetIP src 192.168.0.1/255.255.255.0
> acl MyNetIP src 192.168.0.2/255.255.255.0
> acl MyNetIP src 192.168.0.3/255.255.255.0
First of all, you have 3 IPs there, and not 3 C classes. That access list
doesn't even make sense. Maybe you meant 192.168.{1,2,3}.0 ?? So it would
be like:
acl MyNetIP src 192.168.1.0/24
acl MyNetIP src 192.168.2.0/24
acl MyNetIP src 192.168.3.0/24
--Ariel
>
>
> Thanks,
> Mike
>
> ---------------------------------------------------
> Mofet Institute - Computer Dpt.
> +972-3-6901415
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~
>
>
>
> =================================================================
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
>
--
Ariel Biener
e-mail: [EMAIL PROTECTED] Work phone: 03-6406086
fingerprint = 07 D1 E5 3E EF 6D E5 82 0B E9 21 D4 3C 7D 8B BC
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]