IP restriction

Plans supporting access to IP restriction settings in Knowledge base site

Free
Professional
Business
Enterprise








IP restriction provides additional security for the knowledge base by restricting or allowing access to user-designated IP addresses.

NOTE

This is a project-level setting. When a specific IP restriction is enabled, it applies across all the workspaces and languages available in that project.

Document360 supports both IPv4 and IPv6 (Unicast addresses) IP addresses.


IP restriction page

  1. From the Knowledge base portal, navigate to Settings () > User & Security > IP restriction.

    The IP restriction overview page will appear.

  2. The following information about IP restrictions will be displayed

    • Friendly name - A name with which you can identify the IP restriction. This field does not have any character limit.

    • IP address - The individual IP address or an IP range added for restriction. (Supports IPv4 and IPv6)

    • Allow/Block IP - The restriction applied to the respective IP address or range to allow or block the IP restrictions.

    • Remove - You can delete the IP restriction by using the Remove () icon.

    • Save - You can save the IP restriction using the Save () icon.

    Image showing IP restriction overview page

Adding IP restriction

  1. Click Add IP address on the IP restriction overview page.

  2. Add a name for the IP restriction in the Friendly name field (mandatory).

  3. Add an individual IP address or an IP address range in the IP address field.

    IP address range would involve the start-to-end range.
    For example, 79.15.135.189 - 79.15.135.229

  4. Click the Save () icon.

  5. To reset the details entered, click on the Reset () icon.

    Image showing options and fields on IP restriction page

The newly added IP restriction will be added to the list and will be available on the IP restriction overview page.

(or)

  1. Click Add my current IP address to add saved IP restrictions.

Supported IPv6 formats:

Here are some examples of IPv6 formats that are supported

  • 2001:0db8:85a3:0000:0000:8a2e:0370:7334  ✅

  • 2001:0db8:85a3::8a2e:0370:7334  ❌

  • 2001:db8:85a3:0:0:8a2e:370:7334  ✅

Allow/Block IP address

You can find two options, Allow and Block on the IP restriction overview page.

  1. Select Allow for the required IP addresses you wish to permit to access the Knowledge base site.

  2. Select Block for the required IP address you wish to restrict the access to the Knowledge base site.

NOTE

If you enter the same IP address for both the permissions, Allow and Block, or if you try to add the same IP more than once, you will get a warning popup saying ‘A restriction with this IP address already exists’.

Delete an IP restriction

The IP restrictions can be deleted by clicking on the Delete () icon to the right of the IP address field.

A popup saying IP restriction deleted will appear.

NOTE

You must be very careful when performing the delete action. The IP restriction record, once deleted, cannot be recovered.


FAQ(s)

What is an IP address?

IP address stands for Internet protocol address. It is an identifying number associated with a specific computer or computer network. The IP address allows the computers to send and receive information when connected to the internet.

What is an IPv4 format?

An IPv4 address consists of four numbers, each containing one to three digits, with a single dot (.) separating each number or set of digits. The four numbers can range from 0 to 255.

For example, 49.206.113.170

What is an IPv6 format?

An IPv6 offers a vastly expanded address space, using 128-bit addresses compared to IPv4's 32-bit, which means it can support an almost unlimited number of unique IP addresses. Usually shown as sequences of hexadecimal digits, separated by a colon ( : ). Each group is up to four hexadecimal digits long, and each address comprises up to eight groups (octet).

For example, FE38:DCE3:124C:C1A2:BA03:6745:EF1C:683D

  • Starting IPv6 Address: The lowest possible IPv6 address is 0000:0000:0000:0000:0000:0000:0000:0000

  • Ending IPv6 Address: The highest possible IPv6 address is ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff

What is an IPv6 unicast address?

A unicast address in IPv6 identifies a single network interface among a group of devices. When data is sent to a unicast address, it is explicitly delivered to that intended recipient, ensuring direct point-to-point communication on the network. This contrasts with multicast and anycast addresses, which serve different communication purposes in IPv6.