ClearFoundation Tracker - ClearOS | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0022621 | ClearOS | app-firewall - Firewall | public | 2018-12-22 08:06 | 2019-05-03 02:03 |
Reporter | NickH | ||||
Assigned To | NickH | ||||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 7.6.0 Updates | ||||
Target Version | 7.6.0 Updates | Fixed in Version | 7.5.0 Updates | ||
Summary | 0022621: Add "if" IPv4 and IPv6 blocks to local | ||||
Description | To guide the user, it would be a good idea to add the following structure to the /etc/clearos/firewall.d/local file: # IPv4 Custom Firewall Rules #=========================== if [ "$FW_PROTO" == "ipv4" ]; then true # Add IPv4 rules here fi # IPv6 Custom Firewall Rules #=========================== if [ "$FW_PROTO" == "ipv6" ]; then true # Add IPv6 rules here fi This will avoid rules being applied twice and will avoid rules with IPv4 IP addresses from being run during the IPv6 firewall start which makes the firewall show as "failed". | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2018-12-22 08:06 | NickH | New Issue | |||
2018-12-22 08:06 | NickH | Status | new => assigned | ||
2018-12-22 08:06 | NickH | Assigned To | => NickH | ||
2018-12-22 08:07 | NickH | Summary | Add if IPv4 and IPv6 blocks to local => Add "if" IPv4 and IPv6 blocks to local | ||
2019-01-15 03:17 | NickH | Note Added: 0008741 | |||
2019-02-01 12:27 | NickH | Status | assigned => resolved | ||
2019-02-01 12:27 | NickH | Fixed in Version | => 7.5.0 Updates | ||
2019-02-01 12:27 | NickH | Resolution | open => fixed | ||
2019-05-03 02:03 | NickH | Status | resolved => closed |
Notes | |||||
|
|||||
|
|