hi!
could someone provide me with a one-liner to block and unblock an internat IP from accessing the internet. the translation of
/sbin/ipchains -I input -s 192.168.0.$IP -j DENY -l
/sbin/ipchains -I output -s 192.168.0.$IP -j DENY -l
and
/sbin/ipchains -D input -s 192.168.0.$IP -j DENY -l
/sbin/ipchains -D output -s 192.168.0.$IP -j DENY -l
into iptable-speech if you will...
thanks in advance,
regards,
PAT