![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Coloring personal text in vim | skkrish2 | UNIX for Dummies Questions & Answers | 1 | 02-01-2008 01:44 AM |
| How to create & use a personal rgb.txt | slapshot_paulie | UNIX for Advanced & Expert Users | 0 | 08-23-2006 01:55 PM |
| Setting up a personal FTP | gearshifter | UNIX for Dummies Questions & Answers | 19 | 10-08-2003 11:46 AM |
| Personal Security | JoeTheGuy | Security | 2 | 10-07-2002 05:50 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I recently install SuSE Linux 7.1 and I am trying to configure the personal firewall script. I followed the directions and at startup and it does not initialize. The docs said to edit two files: rc.config and firewall.rc.config. I only had to add "yes" to FW_START in rc.config and eth0 to FW_DEV_WORLD in firewall.rc.config.
It is supposed to run at start up. How do you run these manually to test? TIA |
|
||||
|
The files in rc.config, as you suggest, have parameters which are read by the start up scripts for certain services. These scripts are located in the run level directories rc1.d, rc2.d etc. These are links to scripts in the init.d directory (at least in HP-UX).
Anyway the point is that the start up script for this firewall should be located in one of the run level directories, and the syntax to start such a service is usually: /sbin/rc1.d/[firewall_script] start It may not be in rc1.d, it may be in the other run level directories, you can check these out. Look in the init.d directory if you're unsure where it is - the command will be the same, only the pathname will be different. This is how you would the service manually. Hope this helps. Regards. |
![]() |
| Bookmarks |
| Tags |
| suse linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|