Re: ip range generic matches

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



在 2003-02-26 三 的 14:23, William Olbrys 写道:
> is there a syntax to to create a generic match for a range of ips
> instead of the whole thing? 
> 
> ex.: $IPTABLES -t filter -A FORWARD -s 10.1.2.0-10.1.5.255 -j ACCEPT
> 

use netmask, 
ex. : iptables -t filter -A FORWARD -s 10.1.0.0/16 -j ACCEPT

> i tried to do this and it gave me an error about not being able to find
> the host. is there a workaround?
> 
> will olbrys
> 
> 
> 
>  E2-O: The presence of this footer indicates the message has been scanned for viruses by the WebShield e500.
> 
> 
> 
-- 

Regards,
Benny


pub  1024D/2A4B237A

Attachment: signature.asc
Description: This is a digitally signed message part


[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux