Anonymous | Login | 2024-11-21 01:48 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000442 | ClearOS | app-firewall - Firewall | public | 2012-02-27 06:55 | 2012-08-02 19:07 | ||||
Reporter | user2 | ||||||||
Assigned To | dsokoloski | ||||||||
Priority | normal | Severity | feature | Reproducibility | N/A | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | 6.3.0 Beta 1 | Fixed in Version | 6.3.0 Beta 1 | ||||||
Summary | 0000442: Add inline mode to firewall - command line | ||||||||
Description | Though limited to a subset of apps, ClearOS can be configured inline. See document "ClearOS Bridge Filter" for details. To avoid confusion with "bridge interfaces" (which are necessary to support this mode), this feature should be referred to as "inline mode" instead of "bridge mode". Other suggestions are welcome! | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |||||||
|
Notes | |
(0000410) user2 2012-03-02 12:37 |
Source Code Changelog --------------------------------------------------- - Added some support for transparent bridge mode [tracker 0000442] File Changes --------------------------------------------------- Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=3420 [^] U webconfig/apps/network/trunk/language/en_US/network_lang.php U webconfig/apps/network/trunk/libraries/Network.php |
(0000411) user2 2012-03-02 12:38 |
Source Code Changelog --------------------------------------------------- - Added preliminary support for bridge mode [tracker 0000442] File Changes --------------------------------------------------- Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=3421 [^] U webconfig/apps/firewall/trunk/deploy/firewall.lua U webconfig/apps/firewall/trunk/libraries/Firewall.php |
(0000535) user2 2012-06-13 18:08 |
In /etc/clearos/network.conf, you can set MODE="bridge" to enable the experimental bridge mode. The ebtables changes are still required, this merely changes the firewall behavior. |