2
0
mirror of https://github.com/opnsense/docs synced 2024-11-09 01:10:33 +00:00
opensense-docs/source/manual/how-tos/ips-geoip.rst

112 lines
2.7 KiB
ReStructuredText
Raw Normal View History

==================
IPS GeoIP Blocking
==================
This tutorial explains how to setup the IPS system to block ip's based on their
geographic location. This option is made possible by the integration of the
Maxmind GeoLite2 Country database. More information can be found here: http://dev.maxmind.com/geoip/geoip2/geolite2/
-------------
Prerequisites
-------------
* Always upgrade to latest release first.
See :doc:`/manual/install` and/or upgrade to latest release:
**System->Firmware: Fetch updates**
.. image:: images/firmware.png
2018-07-31 14:51:11 +00:00
:width: 100%
* Minimum Advisable Memory is 2 Gigabyte and sufficient free disk space for
logging (>10GB advisable).
* Disable all Hardware Offloading
Under **Interface-Settings**
.. image:: images/disable_offloading.png
2018-07-31 14:51:11 +00:00
:width: 100%
.. warning::
After applying you need to reboot OPNsense otherwise offloading may not
completely be disabled and IPS mode will not function.
To start go to **Services->Intrusion Detection**
|ids_menu|
------------
User defined
------------
Select the tab **User defined**.
|ids_tabs_user|
-----------------
Create a new Rule
-----------------
Select |add| to add a new rule.
Select Country:
.. image:: images/ips_rule_add_geoip.png
2018-07-31 14:51:11 +00:00
:width: 100%
We selected **Netherlands(not)** as this server needs to be accessible within
The Netherlands, this will drop all other traffic in both directions.
Select the Action (Alert or Drop):
.. image:: images/ips_action.png
2018-07-31 14:51:11 +00:00
:width: 100%
Add a description:
.. image:: images/ips_description_country.png
2018-07-31 14:51:11 +00:00
:width: 100%
And click **Save changes** |save|
---------------------------------------
Enable Intrusion Detection & Prevention
---------------------------------------
To enable IDS/IPS just go to Services->Intrusion Detection and select **enabled
& IPS mode**. Make sure you have selected the right interface for the intrusion
detection system too run on. For our example we will use the WAN interface, as
that will most likely be you connection with the public Internet.
.. image:: images/idps.png
2018-07-31 14:51:11 +00:00
:width: 100%
-------------------
Apply configuration
-------------------
If this is the first GeoIP rule you add then you need to **Download & Update Rules**
.. image:: images/downloadbtn.png
2018-07-31 14:51:11 +00:00
:width: 100%
Then apply the configuration by pressing the **Apply** button at the bottom of
the form.
.. image:: images/applybtn.png
2018-07-31 14:51:11 +00:00
:width: 100%
------------
Sample Alert
------------
See a sample of an alert message below.
.. image:: images/ips_geoip_alert.png
2018-07-31 14:51:11 +00:00
:width: 100%
.. |save| image:: images/ips_save.png
.. |ids_menu| image:: images/ids_menu.png
.. |ids_tabs_user| image:: images/ids_tabs_user.png
.. |add| image:: images/ids_tabs_user_add.png