Re: iprange match

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

 



well .. the complete rule:

iptables -A OUTPUT -p tcp -m iprange \
--src-range 192.168.223.1-192.168.223.2 \
-j ACCEPT

iptables: No chain/target/match by that name


El mar, 11-10-2005 a las 22:09 +0300, Daniel Ivanov escribió:
> Well, you should try applying a target to that rule , try -j ACCEPT or 
> -j DROP
> 
> Jorge I. Davila L. wrote:
> 
> >Hello list!:
> >
> >I'm trying to use the iprange match, but every time when I want apply a
> >rule I receives:
> >
> >iptables: No chain/target/match by that name
> >
> >I'm using a 2.4.30 kernel in a xen domainU
> >
> >The iptables that I'm using is 1.3.3
> >
> >The rule that I'm testing is:
> >
> >iptables -A OUTPUT -p tcp -m iprange --src-range
> >192.168.223.1-192.168.223.2
> >
> >Someone can tell me where is the problem?
> >
> >Best regards,
> >  
> >
-- 
Jorge Isaac Davila Lopez




[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