Anonymous | Login | 2024-11-21 01:35 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 | ||||
0021041 | ClearOS | app-firewall-custom - Custom Firewall | public | 2018-08-09 05:04 | 2018-09-04 10:46 | ||||
Reporter | NickH | ||||||||
Assigned To | user2 | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 7.5.0 | ||||||||
Target Version | 7.5.0 Updates | Fixed in Version | 7.5.0 Updates | ||||||
Summary | 0021041: Custom rules do not allow the "!" character | ||||||||
Description | Adding a rule: $IPTABLES -A DOCKER -t nat ! -i docker0 -d 172.22.22.2 -j DNAT --to-destination 172.18.0.2 gives "Firewall rule is invalid.". Changing it to: $IPTABLES -A DOCKER -t nat -i docker0 -d 172.22.22.2 -j DNAT --to-destination 172.18.0.2 is OK. Please make "!" an allowed character (note the rule won't actually work as custom fires before 10-docker so the relevant chain, nat/DOCKER, does not exist at that point and I've had to create another file 11-docker to allow the rule to run automatically) | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Issue History | |||
Date Modified | Username | Field | Change |
2018-08-09 05:04 | NickH | New Issue | |
2018-08-10 00:36 | user2 | Status | new => confirmed |
2018-08-10 00:37 | user2 | Target Version | => 7.5.0 Updates |
2018-09-04 10:46 | user2 | Status | confirmed => resolved |
2018-09-04 10:46 | user2 | Fixed in Version | => 7.5.0 Updates |
2018-09-04 10:46 | user2 | Resolution | open => fixed |
2018-09-04 10:46 | user2 | Assigned To | => user2 |
2018-09-04 10:46 | user2 | Status | resolved => closed |