Bill Arlofski wrote:

Hi Joe... That will work, but only on RedHat or RedHat-based distros.

A more generic manipulation of the firewall rules that would work on any
Linux distro would be:

iptables -P INPUT ACCEPT
iptables -P OUTPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -F

This will first set the policies on the input, output and forward chains
to accept all packets and then flush any currently established rules
leaving only the ACCEPT all packet policy for each chain. Flushing the
rules is last incase one is doing this remotely - we don't want to flush
the rules first leaving only the default DROP or REJECT default
policies. :)   (ask me how I know... lol!)

I'd then follow that up with a comment to "...check your specific
distro's documentation for a more permanent solution to disable your
firewall"

I only bring this up since I am one of the crazies who have decided to
run LTSP on Gentoo. A land where RedHat rules don't apply. :)

Hope this helps and I hope it as received in the spirit in which it was
written.


Huh. I guess I never had to worry about it on my ubuntu system, but I just assumed that would work for anything. glad you told me before I had to try it on a debian based system sometime.

--

joe auerbach
systems administrator
pcb / rossman and co
614-523-4150
[EMAIL PROTECTED]



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
     https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to