* Could anyone, please, tell me what's wrong with this:
@ 2005-11-18 10:54 Anthony Azzopardi
2005-11-18 11:07 ` Rob Sterenborg
[not found] ` <437DB4B9.9040606@wp.pl>
0 siblings, 2 replies; 3+ messages in thread
From: Anthony Azzopardi @ 2005-11-18 10:54 UTC (permalink / raw)
To: netfilter
|Hello ppl,
Could anyone, please, tell me what's wrong with this:
iptables -A FORWARD --match iprange --src-range 192.168.123.1 -
192.168.123.99 -j DROP
It's giving me errors.
Thanks,
Anthony
|
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: Could anyone, please, tell me what's wrong with this:
2005-11-18 10:54 Could anyone, please, tell me what's wrong with this: Anthony Azzopardi
@ 2005-11-18 11:07 ` Rob Sterenborg
[not found] ` <437DB4B9.9040606@wp.pl>
1 sibling, 0 replies; 3+ messages in thread
From: Rob Sterenborg @ 2005-11-18 11:07 UTC (permalink / raw)
To: netfilter
On Fri, November 18, 2005 11:54, Anthony Azzopardi wrote:
> |Hello ppl,
>
> Could anyone, please, tell me what's wrong with this:
>
> iptables -A FORWARD --match iprange --src-range 192.168.123.1 -
> 192.168.123.99 -j DROP
>
> It's giving me errors.
And exactly *what* errors would that be ?
I'm guessing you need to delete the space between :
"192.168.123.1 - 192.168.123.99"
So it reads :
"192.168.123.1-192.168.123.99"
Gr,
Rob
^ permalink raw reply [flat|nested] 3+ messages in thread[parent not found: <437DB4B9.9040606@wp.pl>]
end of thread, other threads:[~2005-11-18 11:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-18 10:54 Could anyone, please, tell me what's wrong with this: Anthony Azzopardi
2005-11-18 11:07 ` Rob Sterenborg
[not found] ` <437DB4B9.9040606@wp.pl>
[not found] ` <437DB767.5050100@camline.net.mt>
2005-11-18 11:26 ` Łukasz Hejnak
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.