![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Coloring personal text in vim | skkrish2 | UNIX for Dummies Questions & Answers | 1 | 01-31-2008 09:44 PM |
| How to create & use a personal rgb.txt | slapshot_paulie | UNIX for Advanced & Expert Users | 0 | 08-23-2006 09:55 AM |
| Setting up a personal FTP | gearshifter | UNIX for Dummies Questions & Answers | 19 | 10-08-2003 07:46 AM |
| Personal Security | JoeTheGuy | Security | 2 | 10-07-2002 01:50 PM |
|
|
LinkBack | Thread Tools | 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 |
| Forum Sponsor | ||
|
|
|
|||
|
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. |