Skip to content

How do I add an IP address?

Requires Basic

Open the Network module, stay on the IP Addresses tab, and click “Add IP Address”. Only the address itself is required — all other fields (subnet mask, gateway, DNS name, VLAN, status, assigned asset) are optional. If left blank, the status defaults to Available.

The Network module is part of the core and available in all plans from Basic onward; there is no separate quantity limit for IP addresses.

  1. Open the “Network” module. Choose Network in the left-hand navigation. The IP Addresses tab is already active. At the top is the “Add IP Address” button.

    The 'IP Addresses' tab with the 'Add IP Address' button.
  2. Fill in the form. Enter at least the address (e.g. 10.0.0.1). Optional but recommended:

    • Subnet mask — e.g. 255.255.255.0
    • Gateway — e.g. 10.0.0.254
    • DNS name — e.g. srv-fileserver.intern
    • VLAN ID — chosen from your VLANs
    • StatusAvailable (default), Assigned, Reserved, or Deprecated
    • Assigned asset — the device using the address
    • Description
    The form for a new IP address. Only the address is required.
  3. Save. The address appears in the list immediately, sorted by address. Use the row menu to edit or delete it later.

  • Tenant assignment: The address is assigned to your current tenant (tenant_id) and is invisible to other tenants.
  • Audit trail: Notory internally records the creator and last editor (created_by/updated_by) along with timestamps — the IP address is the only network object that keeps this user trail.
  • Default status: Without input, status = Available applies. The status is purely documentation and controls how the address appears in lists and in the search for free IPs.
  • No uniqueness check: Notory does not enforce a unique rule on the address and does not automatically detect duplicate assignments. The same IP can technically be entered more than once — use the status field (Available/Assigned/Reserved) consistently to keep occupancy under control.
  • Links stay stable: If the assigned asset or the linked VLAN is later deleted, Notory sets the link to null (SET NULL) — the IP address itself is retained.