web panel to manage iptables and tc - secure the implementation of changes


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers web panel to manage iptables and tc - secure the implementation of changes
# 1  
Old 03-19-2010
Question web panel to manage iptables and tc - secure the implementation of changes

Hi,

Subject of my school work:
"Web interface for managing firewall and band on the access server (Linux)"

I have a big problem because I do not know how to safely implement the change in the system and show the logs on the Web page.

Unfortunately, the number of solutions for today is enormous and it is increasingly difficult to me to decide on the right.

They are:
1. Launching a web server with root privileges (the default mode of miniserv'a Webmin)
2. CGI scripts on apache SUID (mode webmin on "foreign" server)
3. suPHP or suexec
4. Cron implements changes to the root
5. Daemon in C "periodically" implement changes in the configuration files created by PHP
6. Daemon in C to implement the changes requested in the configuration files created by PHP
7.Use SSH in PHP and after logging into the root of execution of commands in the configuration files created by PHP (the root password in the DB)
8.Use SSH in PHP and after logging into the root of execution of commands in the configuration files created by PHP (the root password, enter manually)
9. Like the above so that the use of sudo and user rights only to the necessary shell commands
10. Add the user apache in the /etc/sudoers can perform all the necessary applications shell commands
11. Seize the opportunity to command: shell_exec ( `sudo php-f / home /example/script.php`), and /etc/sudoers


(probably a few more options ...)

What should I choose?

(one of the main objectives of the application is simple and it is addressed to support small networks or networks class SO/HO)

sorry for my English, but I never learned this language

Thanks in advance and greet.
web panel to manage iptables and tc - secure the implementation of changes-logikagif
 
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. HP-UX

J3591A, HP Secure Web Console firmware

Hello all, Looking for a pre v2.0 rev of firmware for this ancient device. Nothing I've seen in searches indicates previous versions were available for download but I have to believe they were. I've tried the new hpe community website, (formerly ITRC I believe) but no dice. Also if... (0 Replies)
Discussion started by: 0ddentity
0 Replies

2. Web Development

How to create a web application such as serverpilot to manage unmanaged Linux vps ?

hello, this is my first post here and i want to know about automated server management. how to create a web application such as serverpilot to manage unmanaged linux vps (digital ocean , vultr, etc.)?:confused::confused::confused: (0 Replies)
Discussion started by: Jatin Singh
0 Replies

3. HP-UX

Secure Web Console Firmware

I have firmware 2.0 for the HP Secure Web Console, but looking for 1.8. Hp does not have this posted anywhere. Anyone have it? Thanks. (0 Replies)
Discussion started by: mrmurdock
0 Replies
Login or Register to Ask a Question