A working guide for IT teams. How to pick the right access mechanism for each user type, what to prepare before you start, and how to roll it out without locking anyone out.
The Two Options
Both protect the same restricted surface — entityos.cloud. They are independent, not sequential. You can run both at once.
The device registers its public IP address. That IP is synced to the restricted firewall's IP Set. Any connection from that IP is admitted — no certificate, no client software.
The device registers a certificate signing request. entityOS CA signs it. The device presents the certificate on every connection. The firewall validates it — the IP can be anything.
Step 1 — Decide
Run these questions per user group — not for the whole organisation at once. Most organisations land on a mix.
Step 2 — Map Your Users
The common patterns IT teams encounter, with the mechanism that fits each. Use it as a starting template, then adjust to your organisation's groups.
| User / device type | Network pattern | Recommended | Why |
|---|---|---|---|
| Office desktops | Fixed corporate LAN, static public IP | IP Restriction | Location never changes. Register the office IP once; no per-device work. |
| Branch / site offices | Each site on its own static range | IP Restriction | Register each site's CIDR range. Adding a site is one IP entry. |
| Remote-work laptops | Home, cafe, client site — dynamic IP | mTLS | IP is unpredictable. A device certificate travels with the laptop. |
| Travelling / field staff | Mobile networks, hotspots, hotels | mTLS | No fixed location at all. Certificate identity is the only workable basis. |
| Servers & service accounts | Fixed data-centre / cloud IP | IP + mTLS | Non-interactive and high-value. Pin both the IP and a service certificate. |
| Admin / privileged access | Any — high sensitivity | IP + mTLS | Require both checks so a single stolen credential cannot grant entry. |
Step 3 — Roll It Out
Pick the playbook that matches your decision. Each is sequenced so no user is locked out mid-rollout — the restricted firewall stays permissive until the last step.
For office and static-IP user groups. No client-side changes — the work is registration and firewall configuration.
For roaming and remote user groups. The work is certificate issuance, distribution, and lifecycle.
For a mixed organisation, or for high-sensitivity groups that need both checks. The two rules are independent — your policy decides whether a connection must pass one, the other, or both.
Before You Start
Confirm each of these is in place before touching the restricted firewall. Missing one is the most common cause of a stalled rollout.
Step 4 — Operate
Access control is not a one-time project. These are the recurring tasks that keep both mechanisms healthy after go-live.
Watch Out For
The mistakes that most often disrupt an IP or mTLS rollout. Each is avoidable with one preventive step.
In Short
IP restriction for fixed locations. mTLS for roaming devices. Both where the data warrants it. Decide per user group, prepare the prerequisites, test before you close the zone.