![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SuSE SUSE Linux is a major operating system. The developer rights are owned by Novell, Inc. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| turn off sound | nnn | UNIX for Dummies Questions & Answers | 4 | 08-28-2007 05:23 AM |
| How to turn off telnet on AIX | outtacontrol | AIX | 2 | 11-14-2006 02:57 PM |
| Turn off firewall in RH8.0 | kymberm | Linux | 2 | 04-27-2005 12:36 PM |
| How to turn off duplex | hiepng | UNIX for Dummies Questions & Answers | 2 | 07-12-2004 08:53 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
RH8.0 firewall WILL NOT turn off
I have been trying to disable the firewall on a new install of RH8(Psyche). It will NOT stay disabled. I've gone thru system tools, security level and disabled it, and it says YES, like it will save my settings, but when i open it up again, it is always back to HIGH. I also tried using the LOKKIT package, and it does teh same thing, will not change. Anyone know HOW i can change this, is there a specific file I can edit at command line and vi and edit the settings rather than going thru this gui that doesn't seem to work? I'm going in as root, so don't know why it won't work. Thanks for any help!
![]() kym |
|
||||
|
Or to add to that: you could try the command:
chkconfig --level 35 iptables off to remain off when upon system startup on run-levels 3 and 5. You can check that they're off with the command: chkconfig --list | grep iptables and/or /etc/rc.d/init.d/iptables status if the 'service iptables status' command doesn't work for you. (You can turn back on again with chkconfig --level 35 iptables on). This should have the same effect as removing the S*iptables out of /etc/rc.d/rc5.d/ which simply starts this service when you switch into this run-level. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|