---
title: "IP Address Condition - EngageBox"
description: "The IP Address Condition lets you display a box to visitors and users whose IP belongs to the IPs or the IP Ranges that you have configured in this"
url: "https://www.tassos.gr/docs/engagebox/conditions/ip"
date: "2026-04-09T09:19:20+00:00"
language: "en-GB"
---

[ Home ](https://www.tassos.gr/index.php?option=com_content&view=category&layout=blog&id=24&Itemid=1088) / [ EngageBox ](https://www.tassos.gr/index.php?option=com_content&view=category&id=35) / [ Display Conditions ](https://www.tassos.gr/index.php?option=com_content&view=category&id=51)

#  IP Address Condition

 The IP Address Condition lets you display a box to visitors and users whose IP belongs to the IPs or the IP Ranges that you have configured in this assignment's options.

 ![IP Address Display Conditions](https://www.tassos.gr/images/display-conditions-ip-address.png)

## [Options](#options)

 In the table below you can see which options are available to setup the IP Address Condition.

 | Name | Description |
|---|---|
| Match | Set whether to match or not the set IP addresses. |
| IP Address | Enter a IP addresses and ranges.  Example:  - 127 (This will catch all IPs starting from 127) - 127.150 (This will catch all IPs starting from 127.150) - 127.150-155 (This will catch all IPs starting from 127.150 up to 127.155) - 127.0.0.1-100 (This will catch all IPs starting from 127.0.0.1 up to 127.0.0.100) |

## [Use Case](#use-case)

 There can be occassions where you can know specific IP Ranges that belong to a company or that you might know the static IP of a user and you want to display to him or to employees of that company a box containing content for exclusive for them.

## [Useful Notes](#useful-notes)

 IP Addresses can be easily spoofed by the visitors just by using a VPN or a Proxy of any kind. It is not 100% guaranteed that the IP your server will see is theirs. Also, the users can also have dynamic IPs which means that their IPs are changed by their ISP at regular intervals.

 Last updated on Nov 26th 2024 12:11

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Home",
            "item": "https://www.tassos.gr/docs"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "EngageBox",
            "item": "https://www.tassos.gr/docs/engagebox"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Display Conditions",
            "item": "https://www.tassos.gr/docs/engagebox/conditions"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "name": "IP Address Condition",
            "item": "https://www.tassos.gr/docs/engagebox/conditions/ip"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/engagebox/conditions/ip"
    },
    "headline": "IP Address Condition",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Tassos",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.tassos.gr/https://www.tassos.gr/media/brand/logo-text.png"
        }
    },
    "author": {
        "@type": "Person",
        "name": "Tassos Marinos",
        "url": "https://www.tassos.gr/docs/engagebox/conditions/ip"
    },
    "datePublished": "2017-12-10T15:50:07+02:00",
    "dateCreated": "2017-12-10T15:50:07+02:00",
    "dateModified": "2024-11-26T12:28:13+02:00"
}
```
