Summary: | Make conntrack helper modules configurable in the GUI | ||
---|---|---|---|
Product: | IPFire | Reporter: | Michael Tremer <michael.tremer> |
Component: | --- | Assignee: | Alexander Marx <alexander.marx> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | - Unknown - | ||
Priority: | - Unknown - | CC: | tomvend |
Version: | 2 | ||
Hardware: | unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 10665, 10908 | ||
Attachments: | no default selections |
Description
Michael Tremer
2015-05-12 13:07:48 UTC
Check the latest commits on the iptables-conntrack branch for reference: http://git.ipfire.org/?p=people/ms/ipfire-2.x.git;a=shortlog;h=refs/heads/iptables-conntrack What is the sense of having the possibillity to disable these protocols? does it improve load on the firewall? (In reply to Alexander Marx from comment #2) > What is the sense of having the possibillity to disable these protocols? > does it improve load on the firewall? No, the performance penalty is really small. The SIP handler for example can cause some problems with some phones or PBXes registering at providers. So this is intended as a workaround for these faulty phones. Please remove amanda and pptp from the list which do not work. Simple commit, please check this. I did not edit languagefiles becaus ei think the protocol names should be sufficient in all languages. If not, contact me. http://git.ipfire.org/?p=people/amarx/ipfire-2.x.git;a=commit;h=b09802d40ea5f277f3d17086fbd58fd7c9d795ea Created attachment 419 [details]
no default selections
I downloaded the latest nightly build and this change was not present, but I copied the optionsfw.cgi file to /srv/web/ipfire/cgi-bin/ and the en.pl file to /var/ipfire/langs/the install and the new options showed up. One thing I noticed is that the header "Application Layer Gateway" does not appear above the new options, perhaps I placed the en_pl file in the wrong place? Next, none of the options are populated with a default setting: ie: neither "on" not "off" is selected. Is this intended? OK, I fixed the issue with "Application Layer Gateways" not showing up by excuting the following command (found in lang.pl): perl -e "require '//var/ipfire/lang.pl'; &Lang::BuildCacheLang" |