Files
packages/net/banip/files
Dirk Brenken 98c0a3d00d banip: update 1.8.8-2
- optimized pidfile handling in the init file
- small cornercase fixes & improvements
- drop deprecated 'drop' feed (replaced by 'spamhaus' json feed with the same content)
- LuCI: expose the new JSON Lines Format in the feed editor
- readme update

Signed-off-by: Dirk Brenken <dev@brenken.org>
2026-05-04 19:42:40 +02:00
..
2026-04-16 22:13:33 +02:00
2026-05-04 19:42:40 +02:00
2026-04-16 22:13:33 +02:00
2026-04-16 22:13:33 +02:00
2024-06-22 10:13:22 +02:00
2025-03-07 13:26:12 +01:00
2026-05-04 19:42:40 +02:00
2026-05-04 19:42:40 +02:00
2026-04-16 22:13:33 +02:00
2026-05-04 19:42:40 +02:00

banIP - ban incoming and outgoing IP addresses/subnets via Sets in nftables

Description

IP address blocking is commonly used to protect against brute force attacks, prevent disruptive or unauthorized address(es) from access or it can be used to restrict access to or from a particular geographic area — for example. Further more banIP scans the log file via logread and bans IPs that make too many password failures, e.g. via ssh.

Main Features

  • banIP supports the following fully pre-configured IP blocklist feeds (free for private usage, for commercial use please check their individual licenses). Please note: By default, each feed blocks the packet flow in the chain shown in the table below. Inbound combines the chains WAN-Input and WAN-Forward, Outbound represents the LAN-FWD chain:
    • WAN-INP chain applies to packets from internet to your router
    • WAN-FWD chain applies to packets from internet to other local devices (not your router)
    • LAN-FWD chain applies to local packets going out to the internet (not your router) The listed standard assignments can be changed to your needs under the Feed/Set Settings config tab.
Feed Focus Inbound Outbound Proto/Port Information
asn ASN segments x Link
backscatterer backscatterer IPs x Link
becyber malicious attacker IPs x Link
binarydefense binary defense banlist x Link
bogon bogon prefixes x Link
bruteforceblock bruteforceblocker IPs x Link
country country blocks x Link
cinsscore suspicious attacker IPs x Link
debl fail2ban IP blacklist x Link
dns public DNS-Server x tcp, udp: 53, 853 Link
doh public DoH-Server x tcp, udp: 80, 443 Link
drop spamhaus drop compilation x Link
dshield dshield IP blocklist x Link
etcompromised ET compromised hosts x Link
feodo feodo tracker x Link
firehol1 firehol level 1 compilation x Link
firehol2 firehol level 2 compilation x Link
firehol3 firehol level 3 compilation x Link
firehol4 firehol level 4 compilation x Link
greensnow suspicious server IPs x Link
hagezi Threat IP blocklist x tcp, udp: 80, 443 Link
ipblackhole blackhole IPs x Link
ipexdbl IPEX dynamic blocklists x Link
ipsum malicious IPs x Link
ipthreat hacker and botnet IPs x Link
myip real-time IP blocklist x Link
proxy open proxies x Link
spamhaus Spamhaus DROP x Link
threat emerging threats x Link
threatview malicious IPs x Link
tor tor exit nodes x Link
turris turris sentinel blocklist x Link
uceprotect1 spam protection level 1 x Link
uceprotect2 spam protection level 2 x Link
uceprotect3 spam protection level 3 x Link
urlhaus urlhaus IDS IPs x Link
urlvir malware related IPs x Link
webclient malware related IPs x Link
voip VoIP fraud blocklist x Link
vpn vpn IPs x Link
vpndc vpn datacenter IPs x Link
  • Zero-conf like automatic installation & setup, usually no manual changes needed
  • All Sets are handled in a separate nft table/namespace banIP
  • Full IPv4 and IPv6 support
  • Supports nft atomic Set loading
  • Supports blocking by ASN numbers and by iso country codes
  • Block countries dynamically by Regional Internet Registry (RIR), e.g. all countries related to ARIN. Supported service regions are: AFRINIC, ARIN, APNIC, LACNIC and RIPE
  • Supports local allow- and blocklist with MAC/IPv4/IPv6 addresses or domain names
  • Supports concatenation of local MAC addresses with IPv4/IPv6 addresses, e.g. to enforce dhcp assignments
  • All local input types support ranges in CIDR notation
  • Auto-add the uplink subnet or uplink IP to the local allowlist
  • Prevent common ICMP, UDP and SYN flood attacks and drop spoofed tcp flags & invalid conntrack packets (DoS attacks) in an additional prerouting chain
  • Provides a background log monitor to ban unsuccessful login attempts in real-time (like fail2ban, crowdsec etc.) with three-tier IP deduplication, dynamic cache management and optional RDAP-based subnet blocking
  • Auto-add unsuccessful LuCI, Asterisk or ssh login attempts to the local blocklist
  • Auto-add entire subnets to the blocklist Set based on an additional RDAP request with the monitored suspicious IP
  • Fast feed processing as they are handled in parallel as background jobs (on capable multi-core hardware)
  • Per feed it can be defined whether the inbound chain (wan-input, wan-forward) or the outbound chain (lan-forward) should be blocked
  • Automatic blocklist backup & restore, the backups will be used in case of download errors or during startup
  • Automatically selects one of the following download utilities with ssl support: curl, uclient-fetch or full wget
  • Provides HTTP ETag support to download only ressources that have been updated on the server side, to speed up banIP reloads and to save bandwith
  • Supports an allowlist only mode, this option restricts the internet access only to specific, explicitly allowed IP segments
  • Supports external allowlist URLs to reference additional IPv4/IPv6 feeds
  • Optionally always allow certain protocols/destination ports in the inbound chain
  • Deduplicate IPs accross all Sets (single IPs only, no intervals)
  • Implements BCP38 ingress filtering to prevent IP address spoofing
  • Provides comprehensive runtime information
  • Provides a detailed Set report, incl. a map that shows the geolocation of your own uplink addresses (in green) and the location of potential attackers (in red)
  • Provides a Set search engine for certain IPs
  • Feed parsing by fast & flexible regex rulesets
  • Minimal status & error logging to syslog, enable debug logging to receive more output
  • Procd based init system support (start/stop/restart/reload/status/report/search/content)
  • Procd network interface trigger support
  • Add new or edit existing banIP feeds on your own with the LuCI integrated custom feed editor
  • Supports destination port & protocol limitations for external feeds (see the feed list above). To change the default assignments just use the custom feed editor
  • Supports allowing / blocking of certain VLAN forwards
  • Provides an option to transfer logging events on remote servers via cgi interface

Prerequisites

  • OpenWrt, latest stable release or a development snapshot with nft/firewall 4 support
  • A download utility with SSL support: curl, full wget or uclient-fetch with one of the libustream-* SSL libraries, the latter one doesn't provide support for ETag HTTP header
  • A certificate store like ca-bundle, as banIP checks the validity of the SSL certificates of all download sites by default
  • For E-Mail notifications you need to install and setup the additional msmtp package

Please note:

  • Devices with less than 256MB of RAM are not supported
  • After system upgrades it's recommended to start with a fresh banIP default config

Installation and Usage

  • Update your router's apk repository (apk update)
  • Install the LuCI companion package luci-app-banip which also installs the main banIP package as a dependency
  • Enable the banIP system service (System -> Startup) and enable banIP itself (banIP -> General Settings)
  • It's strongly recommended to use the LuCI frontend to easily configure all aspects of banIP, the application is located in LuCI under the Services menu
  • It's also recommended to configure a Startup Trigger Interface to depend on your WAN ifup events during boot or restart of your router. Avoid IPv6 (wan6) interfaces here, as IPv6/netifd is chatty and would trigger frequent unnecessary banIP restarts
  • To be able to use banIP in a meaningful way, you must activate the service and possibly also activate a few blocklist feeds
  • If you're using a complex network setup, e.g. special tunnel interfaces, than untick the Auto Detection option under the General Settings tab and set the required options manually
  • Start the service with /etc/init.d/banip start and check everything is working by running /etc/init.d/banip status, also check the Processing Log tab

banIP CLI interface

  • All important banIP functions are accessible via CLI, too. If you're going to configure banIP via CLI, edit the config file /etc/config/banip and enable the service, add pre-configured feeds and add/change other options to your needs, see the options reference table below.
~# /etc/init.d/banip
Syntax: /etc/init.d/banip [command]

Available commands:
	start           Start the service
	stop            Stop the service
	restart         Restart the service
	reload          Reload configuration files (or restart if service does not implement reload)
	enable          Enable service autostart
	disable         Disable service autostart
	enabled         Check if service is started on boot
	report          [text|json|mail|gen] Print banIP related Set statistics
	search          [<IPv4 address>|<IPv6 address>] Check if an element exists in a banIP Set
	content         [<Set name>] [true|false] Listing of all or only elements with hits of a given banIP Set
	running         Check if service is running
	status          Service status
	trace           Start with syscall trace
	info            Dump procd service info

banIP config options

Option Type Default Description
ban_enabled option 0 enable the banIP service
ban_nicelimit option 0 ulimit nice level of the banIP service (range 0-19)
ban_filelimit option 1024 ulimit max open/number of files (range 1024-4096)
ban_loglimit option 100 scan only the last n log entries permanently. A value of 0 disables the monitor
ban_logcount option 1 how many times the IP must appear in the log per blocking cycle to trigger auto-blocking
ban_logterm list regex various regex for logfile parsing (default: dropbear, sshd, luci, asterisk and cgi-remote events)
ban_logreadfile option /var/log/messages alternative location for parsing a log file via tail, to deactivate the standard parsing via logread
ban_autodetect option 1 auto-detect wan interfaces, devices and subnets
ban_debug option 0 enable banIP related debug logging
ban_icmplimit option 25 threshold in number of packets to detect icmp DoS in prerouting chain. A value of 0 disables this safeguard
ban_synlimit option 10 threshold in number of packets to detect syn DoS in prerouting chain. A value of 0 disables this safeguard
ban_udplimit option 100 threshold in number of packets to detect udp DoS in prerouting chain. A value of 0 disables this safeguard
ban_logprerouting option 0 log suspicious packets in the prerouting chain
ban_loginbound option 0 log suspicious packets in the inbound chain (wan-input and wan-forward)
ban_logoutbound option 0 log suspicious packets in the outbound chain (lan-forward)
ban_logratelimit option 10 rate (per second) for the shared nft log limit, applied globally across all logged rules
ban_logburstlimit option 5 burst size in packets for the shared nft log limit
ban_autoallowlist option 1 add wan IPs/subnets and resolved domains automatically to the local allowlist (not only to the Sets)
ban_autoblocklist option 1 add suspicious attacker IPs and resolved domains automatically to the local blocklist (not only to the Sets)
ban_autoblocksubnet option 0 add entire subnets to the blocklist Sets based on a rate-limited, non-blocking RDAP lookup for the suspicious IP
ban_autoallowuplink option subnet limit the uplink autoallow function to: subnet, ip or disable it at all
ban_allowlistonly option 0 restrict the internet access only to specific, explicitly allowed IP segments
ban_allowflag option - always allow certain protocols(tcp or udp) plus destination ports or port ranges, e.g.: tcp 80 443-44
ban_allowurl list - external allowlist feed URLs, one or more references to simple remote IP lists
ban_basedir option /tmp base working directory while banIP processing
ban_reportdir option /tmp/banIP-report directory where banIP stores report files
ban_backupdir option /tmp/banIP-backup directory where banIP stores compressed backup files
ban_errordir option /tmp/banIP-error directory where banIP stores processing error files
ban_protov4 option - / autodetect enable IPv4 support
ban_protov6 option - / autodetect enable IPv6 support
ban_ifv4 list - / autodetect logical wan IPv4 interfaces, e.g. wan
ban_ifv6 list - / autodetect logical wan IPv6 interfaces, e.g. wan6
ban_dev list - / autodetect wan device(s), e.g. eth2
ban_vlanallow list - always allow certain VLAN forwards, e.g. br-lan.20
ban_vlanblock list - always block certain VLAN forwards, e.g. br-lan.10
ban_trigger list - logical reload trigger interface(s), e.g. wan (avoid IPv6 interfaces)
ban_triggerdelay option 20 trigger timeout during interface reload and boot
ban_deduplicate option 1 deduplicate IP addresses across all active Sets (see optional feed flag dup below)
ban_splitsize option 0 split the processing/loading of Sets in chunks of n lines/members (saves RAM)
ban_cores option - / autodetect limit the cpu cores used by banIP (saves RAM)
ban_nftloglevel option warn nft loglevel, values: emerg, alert, crit, err, warn, notice, info, debug
ban_nftpriority option -100 nft priority for the banIP table (the prerouting table is fixed to priority -150)
ban_nftpolicy option memory nft policy for banIP-related Sets, values: memory, performance
ban_nftexpiry option - expiry time (ms
ban_nftretry option 3 number of Set load attempts in case of an error
ban_nftcount option 0 enable nft counter for every Set element
ban_bcp38 option 0 block packets with spoofed source IP addresses in all supported chains
ban_map option 0 enable a GeoIP Map with suspicious Set elements
ban_feed list - external download feeds, e.g. yoyo, doh, country or talos (see feed table)
ban_asn list - ASNs for the asn feed, e.g.32934
ban_asnsplit option - the selected ASNs are stored in separate Sets
ban_region list - Regional Internet Registry (RIR) country selection. Supported regions are: AFRINIC, ARIN, APNIC, LACNIC and RIPE
ban_country list - country iso codes for the country feed, e.g. ru
ban_countrysplit option - the selected countries are stored in separate Sets
ban_blockpolicy option drop drop packets silently on input and forwardwan chains or actively reject the traffic
ban_feedin list - limit the selected feeds to the inbound chain (wan-input and wan-forward)
ban_feedout list - limit the selected feeds to the outbound chain (lan-forward)
ban_feedinout list - set the selected feeds to the inbound and outbound chain (lan-forward)
ban_feedreset list - override the default feed configuration and remove existing port/protocol limitations
ban_feedcomplete list - opt out the selected feeds from the deduplication process
ban_fetchcmd option - / autodetect uclient-fetch, wget or curl
ban_fetchparm option - / autodetect set the config options for the selected download utility
ban_fetchretry option 5 number of download attempts in case of an error (not supported by uclient-fetch)
ban_fetchinsecure option 0 don't check SSL server certificates during download
ban_mailreceiver option - receiver address for banIP related notification E-Mails
ban_mailsender option no-reply@banIP sender address for banIP related notification E-Mails
ban_mailtopic option banIP notification topic for banIP related notification E-Mails
ban_mailprofile option ban_notify mail profile used in msmtp for banIP related notification E-Mails
ban_mailnotification option 0 receive E-Mail notifications with every banIP run
ban_resolver option - external resolver used for DNS lookups, by default the local resolver/forwarder will be used
ban_remotelog option 0 enable the cgi interface to receive remote logging events
ban_remotetoken option - unique token to communicate with the cgi interface

Examples

banIP report information

~# /etc/init.d/banip report
:::
::: banIP Set Statistics
:::
    Timestamp: 2026-01-12 19:33:11
    ------------------------------
    blocked syn-flood packets  : 0
    blocked udp-flood packets  : 10
    blocked icmp-flood packets : 11480
    blocked invalid ct packets : 1653
    blocked invalid tcp packets: 0
    blocked bcp38 packets      : 0
    ---
    auto-added IPs to allowlist: 0
    auto-added IPs to blocklist: 0

    Set                  | Count        | Inbound (packets)     | Outbound (packets)    | Port/Protocol         | Elements (max. 50)
    ---------------------+--------------+-----------------------+-----------------------+-----------------------+------------------------
    allowlist.v4         | 1            | ON: 0                 | ON: 0                 | -                     |
    allowlist.v4MAC      | 0            | -                     | ON: 0                 | -                     |
    allowlist.v6         | 1            | ON: 0                 | ON: 0                 | -                     |
    allowlist.v6MAC      | 0            | -                     | ON: 0                 | -                     |
    blocklist.v4         | 7            | ON: 358               | ON: 812               | -                     | 5.187.35.0, 20.160.0.0,
                         |              |                       |                       |                       | 45.135.232.0, 91.202.233
                         |              |                       |                       |                       | .0
    blocklist.v4MAC      | 0            | -                     | ON: 0                 | -                     |
    blocklist.v6         | 0            | ON: 4                 | ON: 0                 | -                     |
    blocklist.v6MAC      | 0            | -                     | ON: 0                 | -                     |
    dns.v4               | 95493        | -                     | ON: 2039              | tcp, udp: 53, 853     | 8.8.8.8
    dns.v6               | 251          | -                     | ON: 0                 | tcp, udp: 53, 853     |
    doh.v4               | 1663         | -                     | ON: 0                 | tcp, udp: 80, 443     |
    doh.v6               | 1204         | -                     | ON: 0                 | tcp, udp: 80, 443     |
    hagezi.v4            | 39535        | -                     | ON: 0                 | tcp, udp: 80, 443     |
    ---------------------+--------------+-----------------------+-----------------------+-----------------------+------------------------
    13                   | 138155       | 4 (362)               | 13 (2851)             | 10                    | 5

banIP runtime information

~# /etc/init.d/banip status
::: banIP runtime information
  + status            : active (nft: ✔, monitor: ✔)
  + frontend_ver      : 1.8.0-r1
  + backend_ver       : 1.8.0-r1
  + element_count     : 138 148 (chains: 7, sets: 13, rules: 50)
  + active_feeds      : allowlist.v4MAC, allowlist.v6MAC, allowlist.v4, allowlist.v6, dns.v4, blocklist.v4MAC, blocklist.v6MAC, doh.v6, blocklist.v4, doh.v4, blocklist.v6, dns.v6, hagezi.v4
  + active_devices    : wan: pppoe-wan / wan-if: wan, wan_6 / vlan-allow: - / vlan-block: -
  + active_uplink     : 5.73.162.23, 2a13:4800:204:319e:b26d:238b:d7fe:8213
  + nft_info          : ver: 1.1.6-r1, priority: -100, policy: performance, loglevel: warn, expiry: 2h, limit (icmp/syn/udp): 25/10/100
  + run_info          : base: /mnt/data/banIP, backup: /mnt/data/banIP/backup, report: /mnt/data/banIP/report, error: /mnt/data/banIP/error
  + run_flags         : auto: ✔, proto (4/6): ✔/✔, bcp38: ✔, log (pre/in/out): ✘/✘/✔, count: ✔, dedup: ✔, split: ✘, custom feed: ✘, allowed only: ✘
  + last_run          : mode: restart, 2026-01-12 06:16:19, duration: 0m 36s, memory: 1446.84 MB available
  + system_info       : cores: 4, log: logread, fetch: curl, Bananapi BPI-R3, mediatek/filogic, OpenWrt SNAPSHOT (r32542-bf46d119a2)

banIP search information

~# /etc/init.d/banip search 8.8.8.8
:::
::: banIP Search
:::
    Looking for IP '8.8.8.8' on 2025-01-13 22:13:36
    ---
    IP found in Set 'country.v4'
    IP found in Set 'doh.v4'

banIP Set content information
List all elements of a given Set with hit counters, e.g.:

~# /etc/init.d/banip content turris.v4
:::
::: banIP Set Content
:::
    List elements of the Set 'turris.v4' on 2025-06-08 23:28:55
    ---
1.4.228.135, packets:  0
1.23.16.3, packets:  0
1.33.35.42, packets:  0
1.33.231.132, packets:  0
1.34.29.158, packets:  0
1.34.231.106, packets:  0
1.52.91.174, packets:  0
1.64.149.142, packets:  0
1.69.243.13, packets:  0
1.70.139.250, packets:  0
1.70.171.246, packets:  0
1.82.191.114, packets:  0
[...]

List only elements with hits of a given Set with hit counters, e.g.:

~# /etc/init.d/banip content turris.v4 true
:::
::: banIP Set Content
:::
    List elements of the Set 'turris.v4' on 2025-06-08 23:30:59
    ---
74.50.211.178, packets:  1
109.205.213.115, packets:  18
109.205.213.123, packets:  35
109.205.213.248, packets:  29
109.205.213.250, packets:  20
109.205.213.252, packets:  30
122.222.152.65, packets:  1
186.91.25.141, packets:  2
190.203.106.113, packets:  2
200.123.238.20, packets:  1

Best practise and tweaks

Recommendation for low memory systems nftables supports the atomic loading of firewall rules (incl. elements), which is cool but unfortunately is also very memory intensive. To reduce the memory pressure on low memory systems (i.e. those with 256-512MB RAM), you should optimize your configuration with the following options:

  • point ban_basedir, ban_reportdir, ban_backupdir and ban_errordir to an external usb drive or ssd
  • set ban_cores to 1 (only useful on a multicore system) to force sequential feed processing
  • set ban_splitsize e.g. to 1024 to split the load of an external Set after every 1024 lines/elements
  • set ban_nftcount to 0 to deactivate the CPU- and memory-intensive creation of counter elements at chain / Set level. With this setting, all packet counters are disabled, the Set Reporting will show zero values for these even when the protection rules are actively dropping traffic. Only the DoS protection counters (syn-flood, udp-flood, icmp-flood, etc.) are always enabled.

Sensible choice of blocklists
The following feeds are just my personal recommendation as an initial setup:

  • cinsscore, debl, turris and doh in their default chains

In total, this feed selection blocks about 20K IP addresses. It may also be useful to include some countries to the country feed. Please note: don't just blindly activate (too) many feeds at once, sooner or later this will lead to OOM conditions.

Log Terms for logfile parsing
Like fail2ban and crowdsec, banIP supports logfile scanning and automatic blocking of suspicious attacker IPs. In the default config only the log terms to detect failed login attempts via dropbear and LuCI are in place. The following search pattern has been tested as well:

dropbear : 'Exit before auth from'
LuCI     : 'luci: failed login'
sshd1    : 'error: maximum authentication attempts exceeded'
sshd2    : 'sshd.*Connection closed by.*\[preauth\]'
asterisk : 'SecurityEvent=\"InvalidAccountID\".*RemoteAddress='
openvpn  : 'TLS Error: could not determine wrapping from \[AF_INET\]'
AdGuard  : 'AdGuardHome.*\[error\].*/control/login: from ip'
Remote   : 'received a suspicious remote IP'

You find the Log Terms option in LuCI under the Log Settings tab. Feel free to add more log terms to meet your needs and protect additional services.

Allow-/Blocklist handling
banIP supports local allow- and block-lists, MAC/IPv4/IPv6 addresses (incl. ranges in CIDR notation) or domain names. These files are located in /etc/banip/banip.allowlist and /etc/banip/banip.blocklist. Unsuccessful login attempts or suspicious requests will be tracked and added to the local blocklist (see the ban_autoblocklist option). The blocklist behaviour can be further tweaked with the ban_nftexpiry option. Depending on the options ban_autoallowlist and ban_autoallowuplink the uplink subnet or the uplink IP will be added automatically to local allowlist. Furthermore, you can reference external Allowlist URLs with additional IPv4 and IPv6 feeds (see ban_allowurl). Both local lists also accept domain names as input to allow IP filtering based on these names. The corresponding IPs (IPv4 & IPv6) will be extracted and added to the Sets.

Allowlist-only mode
banIP supports an "allowlist only" mode. This option restricts Internet access only to certain, explicitly permitted IP segments - and blocks access to the rest of the Internet. All IPs that are not listed in the allowlist or in the external allowlist URLs are blocked. In this mode it might be useful to limit the allowlist feed to the inbound chain, to still allow outbound communication to the rest of the world.

MAC/IP-binding
banIP supports concatenation of local MAC addresses/ranges with IPv4/IPv6 addresses, e.g. to enforce dhcp assignments or to free connected clients from outbound blocking. The following notations in the local allow- and block-list are supported:

MAC-address only:
C8:C2:9B:F7:80:12                                  => this will be populated to the v4MAC- and v6MAC-Sets with the IP-wildcards 0.0.0.0/0 and ::/0

MAC-address range:
C8:C2:9B:F7:80:12/24                               => this populate the MAC-range C8:C2:9B:00:00:00", "C8:C2:9B:FF:FF:FF to the v4MAC- and v6MAC-Sets with the IP-wildcards 0.0.0.0/0 and ::/0

MAC-address with IPv4 concatenation:
C8:C2:9B:F7:80:12 192.168.1.10                     => this will be populated only to v4MAC-Set with the certain IP, no entry in the v6MAC-Set

MAC-address with IPv6 concatenation:
C8:C2:9B:F7:80:12 2a02:810c:0:80:a10e:62c3:5af:f3f => this will be populated only to v6MAC-Set with the certain IP, no entry in the v4MAC-Set

MAC-address with IPv4 and IPv6 concatenation:
C8:C2:9B:F7:80:12 192.168.1.10                     => this will be populated to v4MAC-Set with the certain IP
C8:C2:9B:F7:80:12 2a02:810c:0:80:a10e:62c3:5af:f3f => this will be populated to v6MAC-Set with the certain IP

MAC-address with IPv4 and IPv6 wildcard concatenation:
C8:C2:9B:F7:80:12 192.168.1.10                     => this will be populated to v4MAC-Set with the certain IP
C8:C2:9B:F7:80:12                                  => this will be populated to v6MAC-Set with the IP-wildcard ::/0

MAC-address logging in nftables
The MAC-address logging format in nftables is a little bit unusual. It is generated by the kernel's NF_LOG module and places all MAC-related data into one flat field, without separators or labels. For example, the field MAC=7e:1a:2f:fc:ee:29:68:34:21:1f:a7:b1:08:00 is actually a concatenation of the following:

[Source MAC (6 bytes)] + [Destination MAC (6 bytes)] + [EtherType (2 bytes)]
7e:1a:2f:fc:ee:29 → the source MAC address
68:34:21:1f:a7:b1 → the destination MAC address
08:00 → the EtherType for IPv4 (0x0800)

BCP38
BCP38 (Best Current Practice, RFC 2827) defines ingress filtering to prevent IP address spoofing. In practice, this means:

  • dropping packets arriving on the WAN whose source address is not valid or routable via that interface
  • dropping packets leaving LAN => WAN whose source address does not belong to the local/internal prefixes

In banIP, the BCP38 implementation uses nftables FIB lookup to enforce this. It checks whether the packets source address is not valid for the incoming interface or whether the routing table reports no route for this source on this interface. Packets that fail this check are dropped.

Reporting Counter behavior
The ban_nftcount option globally controls all Reporting counters in the banIP table — both per-Set element counters and chain rule counters. Default is 0 (disabled) to keep memory usage and CPU overhead low on constrained devices. Only the DoS protection counters (cnt_synflood, cnt_udpflood, cnt_icmpflood, cnt_tcpinvalid, cnt_ctinvalid, cnt_bcp38) become always populated and visible in /etc/init.d/banip report.

When enabled (ban_nftcount=1):

  • every Set element gets its own packet/byte counter (memory cost: ~16 bytes per element, so ~1.6 MB for a 100k-element feed)
  • all chain rules count packets and bytes
  • the GeoIP Map (ban_map=1) becomes available, as it requires per-element counters to identify hit IPs

When disabled (ban_nftcount=0):

  • memory footprint is minimal, suitable for low memory routers
  • the Set Reporting still works structurally, but packet counts will all read as zero
  • the GeoIP Map cannot be enabled

For most modern routers with ≥512 MB RAM, enabling ban_nftcount is recommended for full visibility into what banIP is actually blocking.

Log Limit / Options
All log rules (prerouting flood protection, inbound and outbound feeds) share a single nft limit named loglimit. The default of 10/second with burst 5 is intentionally aligned with typical kernel printk rate limits, so banIP log messages are not dropped by the kernel. Tune via ban_logratelimit and ban_logburstlimit accordingly if you have adjusted the kernel defaults. Set the ban_logratelimit to 0 to disable rate limiting entirely, e.g. when using ulogd or other userspace log handlers without printk constraints.

Set reporting, enable the GeoIP Map
banIP includes a powerful reporting tool on the Set Reporting tab which shows the latest NFT banIP Set statistics. To get the latest statistics always press the "Refresh" button. In addition to a tabular overview banIP reporting includes a GeoIP map in a modal popup window/iframe that shows the geolocation of your own uplink addresses (in green) and the locations of potential attackers (in red). To enable the GeoIP Map set the following options (in "Feed/Set Settings" config tab):

* set `ban_nftcount` to `1` to enable the nft counter for every Set element
* set `ban_map` to `1` to include the external components listed below and activate the GeoIP map

To make this work, banIP uses the following external components:

CGI interface to receive remote logging events
banIP ships a basic cgi interface in /www/cgi-bin/banip to receive remote logging events (disabled by default). The cgi interface evaluates logging events via GET or POST request (see examples below). To enable the cgi interface set the following options:

* set `ban_remotelog` to `1` to enable the cgi interface
* set `ban_remotetoken` to a secret transfer token, allowed token characters consist of '[A-Za-z]', '[0-9]', '.' and ':'
* add the remote logging event to the logterm

Examples to transfer remote logging events from an internal server to banIP via cgi interface:

* POST request: curl --insecure --data "<ban_remotetoken>=<suspicious IP>" https://192.168.1.1/cgi-bin/banip
* GET request: wget --no-check-certificate https://192.168.1.1/cgi-bin/banip?<ban_remotetoken>=<suspicious IP>

Please note: for security reasons use this cgi interface only internally and only encrypted via https transfer protocol.

Download options
By default banIP uses the following pre-configured download options:

    * curl: --connect-timeout 20 --retry-delay 10 --retry 4 --retry-all-errors --fail --silent --show-error --location -o
    * wget: --no-cache --no-cookies --timeout=20 --waitretry=10 --tries=5 --retry-connrefused --max-redirect=0 -O
    * uclient-fetch: --timeout=20 -O

To override the default set ban_fetchretry, ban_fetchinsecure or globally ban_fetchparm to your needs.

Configure E-Mail notifications via msmtp
To use the email notification you must install and configure the package msmtp. Modify the file /etc/msmtprc, e.g.:

[...]
defaults
auth            on
tls             on
tls_certcheck   off
timeout         5
syslog          LOG_MAIL
[...]
account         ban_notify
host            smtp.gmail.com
port            587
from            <address>@gmail.com
user            <gmail-user>
password        <password>

Finally add a valid E-Mail receiver address in banIP.

Send status E-Mails and update the banIP lists via cron job
For a regular, automatic status mailing and update of the used lists on a daily basis set up a cron job, e.g.

55 03 * * * /etc/init.d/banip report mail
00 04 * * * /etc/init.d/banip reload

Redirect asterisk security logs to syslog/logread
By default banIP scans the logfile via logread, so to monitor attacks on asterisk, its security log must be available via logread. To do this, edit /etc/asterisk/logger.conf and add the line syslog.local0 = security, then run asterisk -rx reload logger to update the running asterisk configuration.

Change/add banIP feeds and set optional feed flags
The banIP default blocklist feeds are stored in an external JSON file /etc/banip/banip.feeds. All custom changes should be stored in an external JSON file /etc/banip/banip.custom.feeds (empty by default). It's recommended to use the LuCI based Custom Feed Editor to make changes to this file. A valid JSON source object contains the following information, e.g.:

	[...]
	"doh":{
		"url_4": "https://raw.githubusercontent.com/dibdot/DoH-IP-blocklists/master/doh-ipv4.txt",
		"url_6": "https://raw.githubusercontent.com/dibdot/DoH-IP-blocklists/master/doh-ipv6.txt",
		"rule": "feed 1",
		"chain": "out",
		"descr": "public DoH-Server",
		"flag": "tcp udp 80 443"
	},
	[...]

Add an unique feed name (no spaces, no special chars) and make the required changes: adapt at least the URL, check/change the rule, the size and the description for a new feed. The rule consist of max. 4 individual, space separated parameters:

  1. type: feed or suricata (required)
  2. prefix: an optional search term (a string literal, no regex) to identify valid IP list entries
  3. column: the IP column within the feed file, e.g. 1 (required)
  4. separator: an optional field separator, default is the character class [[:space:]]

Please note: the flag field is optional, it's a space separated list of options: supported are gz as an archive format and protocols tcp or udp with port numbers/port ranges for destination port limitations.

Debug options
banIP provides an optional debug mode that writes diagnostic information to the system log and captures internal error output in a dedicated error logfile - by default located in the banIP base directory as /tmp/ban_error.log. The log file is automatically cleared at the beginning of each run. Under normal conditions, all error messages are discarded to keep regular runs clean and silent.

Whenever you encounter banIP related processing problems, please enable Verbose Debug Logging, restart banIP and check the Processing Log tab. Typical symptoms:

  • The nftables initialization failed: untick the Auto Detection option in the General Settings config section and set the required device and tools options manually
  • A blocklist feed does not work: maybe a temporary server problem or the download URL has been changed. In the latter case, just use the Custom Feed Editor to point this feed to a new URL

In case of a nft processing error, banIP creates an error directory (by default /tmp/banIP-error) with the faulty nft load files. For further troubleshooting, you can try to load such an error file manually to determine the exact cause of the error, e.g.: nft -f error.file.nft.

Whenever you encounter firewall problems, enable the logging of certain chains in the Log Settings config section, restart banIP and check the Firewall Log tab. Typical symptoms:

  • A feed blocks a legit IP: disable the entire feed or add this IP to your local allowlist and reload banIP
  • A feed (e.g. doh) interrupts almost all client connections: check the feed table above for reference and reset the feed to the defaults in the "Feed/Set Settings" config tab section
  • The allowlist doesn't free a certain IP/MAC address: check the current content of the allowlist with the "Set Content" under the "Set Reporting" tab to make sure that the desired IP/MAC is listed - if not, reload banIP

Support

Please join the banIP discussion in this forum thread or contact me by mail dev@brenken.org If you want to report an error, please describe it in as much detail as possible - with (debug) logs, the current banIP status, your banIP configuration, etc.

Removal

Stop all banIP related services with /etc/init.d/banip stop and remove the banip package if necessary.

Donations

You like this project - is there a way to donate? Generally speaking "No" - I have a well-paying full-time job and my OpenWrt projects are just a hobby of mine in my spare time.

If you still insist to donate some bucks ...

  • I would be happy if you put your money in kind into other, social projects in your area, e.g. a children's hospice
  • Let's meet and invite me for a coffee if you are in my area, the “Markgräfler Land” in southern Germany or in Switzerland (Basel)
  • Send your money to my PayPal account and I will collect your donations over the year to support various social projects in my area

No matter what you decide - thank you very much for your support!

Have fun! Dirk