Personal Firewall


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Personal Firewall
# 1  
Old 06-02-2001
Question Personal Firewall

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

# 2  
Old 06-04-2001
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.
alwayslearningunix
# 3  
Old 06-04-2001
Thank you for the reply. It turns out the script fails when I boot with kernel v 2.14. It works fine with 2.0.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Coloring personal text in vim

Hi, I want to color some personal text, such as my own name in vim editor. Can anyone tell me how this is done. Thanks, Sathya (1 Reply)
Discussion started by: skkrish2
1 Replies

2. Windows & DOS: Issues & Discussions

Download Free personal firewallls

Does anyone know where I can get free firewalls for windows XP PRO?:confused: (6 Replies)
Discussion started by: computek
6 Replies

3. UNIX for Dummies Questions & Answers

Setting up a personal FTP

Ok guys, i dont need a detailed guide from you guys if you dont want to give me one, but i would appreciate maybe a link to a newb step by step guide on how to create your own ftp :) Thanks alot! Jason (19 Replies)
Discussion started by: gearshifter
19 Replies

4. Cybersecurity

Personal Security

How can I be assured that my machine is secure against buffer overflows, remote packet sniffing, and brute force attacks? Why does the internet have to be so scary? Why can't we all just get along? (2 Replies)
Discussion started by: JoeTheGuy
2 Replies
Login or Register to Ask a Question