<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://realmbusinesssystems.uk/mediawiki/index.php?action=history&amp;feed=atom&amp;title=SMEServer_Ipset</id>
	<title>SMEServer Ipset - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://realmbusinesssystems.uk/mediawiki/index.php?action=history&amp;feed=atom&amp;title=SMEServer_Ipset"/>
	<link rel="alternate" type="text/html" href="https://realmbusinesssystems.uk/mediawiki/index.php?title=SMEServer_Ipset&amp;action=history"/>
	<updated>2026-09-15T22:05:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://realmbusinesssystems.uk/mediawiki/index.php?title=SMEServer_Ipset&amp;diff=69&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;Copied from https://wiki.koozali.org/Ipset (280626)  {{Languages}} &lt;!-- here we define the contrib name variable --&gt; &lt;!-- we get the page title, remove suffix for translated version; if needed you can define there with the value you want--&gt; {{#vardefine:contribname| {{lc: {{#titleparts:   {{BASEPAGENAME}} |1}} }} }} {{#vardefine:smecontribname| smeserver-{{lc: {{#titleparts:   {{BASEPAGENAME}} |1}} }} }} &lt;!-- we define the language --&gt; {{#vardefine:lang| {{lc:  {{#titlep...&quot;</title>
		<link rel="alternate" type="text/html" href="https://realmbusinesssystems.uk/mediawiki/index.php?title=SMEServer_Ipset&amp;diff=69&amp;oldid=prev"/>
		<updated>2026-08-15T10:54:32Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Copied from https://wiki.koozali.org/Ipset (280626)  {{Languages}} &amp;lt;!-- here we define the contrib name variable --&amp;gt; &amp;lt;!-- we get the page title, remove suffix for translated version; if needed you can define there with the value you want--&amp;gt; {{#vardefine:contribname| {{lc: {{#titleparts:   {{BASEPAGENAME}} |1}} }} }} {{#vardefine:smecontribname| smeserver-{{lc: {{#titleparts:   {{BASEPAGENAME}} |1}} }} }} &amp;lt;!-- we define the language --&amp;gt; {{#vardefine:lang| {{lc:  {{#titlep...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Copied from https://wiki.koozali.org/Ipset (280626)&lt;br /&gt;
&lt;br /&gt;
{{Languages}}&lt;br /&gt;
&amp;lt;!-- here we define the contrib name variable --&amp;gt;&lt;br /&gt;
&amp;lt;!-- we get the page title, remove suffix for translated version; if needed you can define there with the value you want--&amp;gt;&lt;br /&gt;
{{#vardefine:contribname| {{lc: {{#titleparts:   {{BASEPAGENAME}} |1}} }} }}&lt;br /&gt;
{{#vardefine:smecontribname| smeserver-{{lc: {{#titleparts:   {{BASEPAGENAME}} |1}} }} }}&lt;br /&gt;
&amp;lt;!-- we define the language --&amp;gt;&lt;br /&gt;
{{#vardefine:lang| {{lc:  {{#titleparts:    {{PAGENAME}} | | -1}}  }} |en }}&lt;br /&gt;
{{Infobox contribs&lt;br /&gt;
| name = {{#var:contribname}}&lt;br /&gt;
| image = {{#var:contribname}}.jpg&lt;br /&gt;
| description_image = {{#var:contribname}} logo&lt;br /&gt;
| maintainer = Stefano Zamboni&lt;br /&gt;
| licence = &lt;br /&gt;
| url = https://github.com/trick77/nftables-blacklist.git&lt;br /&gt;
| category = Security&lt;br /&gt;
| tags = iptables, nftables, ipset&lt;br /&gt;
| video = &lt;br /&gt;
| src2 = &lt;br /&gt;
| src3 = &lt;br /&gt;
| src4 = &lt;br /&gt;
| extsrc = &lt;br /&gt;
}}&lt;br /&gt;
=== Version ===&lt;br /&gt;
&amp;lt;!-- keep this first element as is, you can add some if needed --&amp;gt;&lt;br /&gt;
{{#smeversion: {{#var:smecontribname}} }}&lt;br /&gt;
=== Description ===&lt;br /&gt;
A Bash shell script which uses ipset and iptables to ban a large number of IP addresses published in IP blacklists. ipset uses a hashtable to store/fetch IP addresses and thus the IP lookup is a lot (!) faster than thousands of sequentially parsed iptables ban rules.&lt;br /&gt;
&lt;br /&gt;
If will place the block list in your INPUT table before [[xt_geoip]] and [[fail2ban]]. If you also use [[crowdsec]], this one will always take the first rank in the table.&lt;br /&gt;
&lt;br /&gt;
See initial work of Stefano here : https://forums.koozali.org/index.php/topic,55193.msg291088.html#msg291088&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&amp;lt;tabs container=&amp;quot;&amp;quot; style=&amp;quot;display: inline-block;&amp;quot;&amp;gt;&amp;lt;tab name=&amp;quot;For SME 11&amp;quot;&amp;gt;&lt;br /&gt;
 dnf install smeserver-ipset&lt;br /&gt;
&amp;lt;/tab&amp;gt;&amp;lt;/tabs&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
for the moment you can only edit the templates as custom templates to modify the config&lt;br /&gt;
=== Uninstall ===&lt;br /&gt;
 yum remove smeserver-ipset  ipset&lt;br /&gt;
&lt;br /&gt;
=== Bugs ===&lt;br /&gt;
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title= bugzilla}}&lt;br /&gt;
and select the {{#var:smecontribname}} component or use {{BugzillaFileBug|product=SME%20Contribs|component={{#var:smecontribname}}|title=this link}}&lt;br /&gt;
&lt;br /&gt;
Below is an overview of the current issues for this contrib:{{#bugzilla:columns=id,product,version,status,summary|sort=id|order=desc|component={{#var:smecontribname}} |noresultsmessage=No open bugs found.}} &lt;br /&gt;
&lt;br /&gt;
===Changelog===&lt;br /&gt;
Only released version in smecontrib are listed here.&lt;br /&gt;
&lt;br /&gt;
{{ #smechangelog: {{#var:smecontribname}} }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- list of category you want to see this page in --&amp;gt;&lt;br /&gt;
[[Category: Contrib]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Please keep there the template revision  number as is --&amp;gt;&lt;br /&gt;
[[contribtemplate::2| ]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>