Heh, call me the idiot!  It works *WHEN* I stop Bastille :)  I am guessing that
some rule in Bastille is over riding my iptables commands to allow the traffic!

So, now I have to figure out the rules that Bastille is putting in place and write
my own iptables script.


Thank you to everyone!

-Scott

>his works for me... are you applying the correct rule on the right host?
No need to log out/in...  ssh to a host, say 192.168.1.1, then:
  iptables -A INPUT -s 192.168.1.1 -j DROP
and the ssh connection should stop working.  Verify with"
  iptables -L -v -n
then re-enable with:
  iptables -F
and the ssh conection should resume...
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.456 / Virus Database: 256 - Release Date: 2/18/2003
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to