Difference between revisions of "Xt geoip"
From SME Server
Jump to navigationJump to searchUnnilennium (talk | contribs) (Created page with "{{Languages}} <!-- here we define the contrib name variable --> <!-- we get the page title, remove suffix for translated version; if needed you can define there with the value...") |
Unnilennium (talk | contribs) |
||
Line 10: | Line 10: | ||
|image={{#var:contribname}}.jpg | |image={{#var:contribname}}.jpg | ||
|description_image= {{#var:contribname}} logo | |description_image= {{#var:contribname}} logo | ||
− | |maintainer= | + | |maintainer= mab974 |
|licence= | |licence= | ||
|url= https://wiki.contribs.org | |url= https://wiki.contribs.org | ||
− | |category= | + | |category= security |
− | |tags= | + | |tags=ssh,geoip,iptables,firewall,geoip2 |
}} | }} | ||
Line 25: | Line 25: | ||
<!-- keep this first element as is, you can add some if needed --> | <!-- keep this first element as is, you can add some if needed --> | ||
{{#smeversion: {{#var:smecontribname}} }} | {{#smeversion: {{#var:smecontribname}} }} | ||
− | {{#smeversion | + | |
− | {{#smeversion | + | {{#smeversion: xtables-addons }} |
+ | |||
+ | {{#smeversion: xtables-addons-kmod }} | ||
=== Description === | === Description === | ||
Line 33: | Line 35: | ||
=== Installation === | === Installation === | ||
− | yum --enablerepo=smecontribs install | + | yum --enablerepo=smecontribs install smeserver-xt_geoip |
=== Configuration === | === Configuration === | ||
you can list the available configuration with the following command : | you can list the available configuration with the following command : | ||
− | config show | + | config show masq |
+ | |||
Some of the properties are not shown, but are defaulted in a template or a script. Here a more comprehensive list with default and expected values : | Some of the properties are not shown, but are defaulted in a template or a script. Here a more comprehensive list with default and expected values : | ||
Line 47: | Line 50: | ||
! | ! | ||
|- | |- | ||
− | | | + | |BadCountries |
− | | | + | |A1 |
− | | | + | |coma separated strings |
− | | | + | |list of 2 letters countries to block |
|- | |- | ||
− | | | + | |GeoIP |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|enabled | |enabled | ||
|enabled,disabled | |enabled,disabled | ||
|} | |} | ||
− | + | NOTE: masq is a the entry fo the SME firewall, there are plenty of other property for this key, please refer to manual. Only properties added by this contrib are referenced here. | |
=== Uninstall === | === Uninstall === | ||
− | yum remove | + | yum remove smeserver-xt_geoip xtables-addons xtables-addons-kmod |
=== Bugs === | === Bugs === | ||
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla] | Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla] | ||
− | and select the | + | and select the smeserver-xt_geoip component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-xt_geoip|title=this link}} |
− | Below is an overview of the current issues for this contrib:{{#bugzilla:columns=id,product,version,status,summary|sort=id|order=desc|component= | + | Below is an overview of the current issues for this contrib:{{#bugzilla:columns=id,product,version,status,summary|sort=id|order=desc|component=smeserver-xt_geoip |noresultsmessage=No open bugs found.}} |
===Changelog=== | ===Changelog=== |
Revision as of 05:32, 7 February 2019
xt geoip logo | |
Maintainer | mab974 |
---|---|
Url | https://wiki.contribs.org |
Category | |
Tags | ssh, geoip, iptables, firewall, geoip2 |
Maintainer
Version
Description
Installation
yum --enablerepo=smecontribs install smeserver-xt_geoip
Configuration
you can list the available configuration with the following command :
config show masq
Some of the properties are not shown, but are defaulted in a template or a script. Here a more comprehensive list with default and expected values :
property | default | values | |
---|---|---|---|
BadCountries | A1 | coma separated strings | list of 2 letters countries to block |
GeoIP | enabled | enabled,disabled |
NOTE: masq is a the entry fo the SME firewall, there are plenty of other property for this key, please refer to manual. Only properties added by this contrib are referenced here.
Uninstall
yum remove smeserver-xt_geoip xtables-addons xtables-addons-kmod
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-xt_geoip component or use this link
Below is an overview of the current issues for this contrib:
ID | Product | Version | Status | Summary (4 tasks) ⇒ |
---|---|---|---|---|
12445 | SME Contribs | 10.0 | CONFIRMED | NFR do not block remote access authorized |
12438 | SME Contribs | 10.0 | CONFIRMED | wrong path to event /etc/e-smith/events/remote-access-update/ |
12418 | SME Contribs | 10.0 | CONFIRMED | smeserver-xt_geoip NFR Add UDP support |
10787 | SME Contribs | 9.2 | CONFIRMED | avoid masq restart and events optimisation |
Changelog
Only released version in smecontrib are listed here.