![](https://seccdn.libravatar.org/avatar/98da4a49231f48065523504b6224748e.jpg?s=120&d=mm&r=g)
Thanks Bart, How about if DENY/ALLOW A single IP address? (e.g. 192.168.26.200) Regards, Jonathan --- Schelstraete Bart <bschelst@bru-hub.dhl.com> wrote: > Jonathan Terbio wrote:
Hi Guys,
How to make a rule that DENY a specific ip address something like 192.168.26.xxx ? and how to allow?
(I suppose you mean to deny/accept input)
_DENY:_
# Where ppp0 is your interface ipchains -A input -i ppp0 -s 192.168.26.0/255.255.255.0 -j DENY
ALLOW:
# Where ppp0 is your interface ipchains -A input -i ppp0 -s 192.168.26.0/255.255.255.0 -j ALLOW
Bart
===== Jonathan J. Terbio ____________________________________________________________ Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie