Choose your language

Choose your login

Support

How can we help?

Lightbulb icon
Lightbulb icon

Here’s your answer

Sources:

Lightbulb icon

Oops!

We currently don’t have an answer for this and our teams are working on resolving the issue. If you still need help,
User reading a resource

Popular resources

Conversation bubbles

Contact us

Add zones and deploy print queues to them

This page applies to:

A zone is a location defined by an IPv4 address range, for example, an office, branch, or campus. It also includes user groups to help define who can access the printers in that zone.

By default, Print Deploy has one zone - called Everyone - that deploys print queues to all computers and all groups in the network. You can add as many of your own zones as required.

Step 1: Add a zone

To start, in PaperCut MF go to Print Deploy (Enable Printing > Print Deploy) and click Add zone. The Add zone popup is displayed:

Screenshot of the Add zones page showing fields for the zone nam, display name, and also the Filters area with options for the IP range, User groups and hostnames.
  1. In Zone name, type a name that clearly reflects, from a SysAdmin’s perspective, where the zone is (e.g. Building 1).
  2. In Display name, type a name that makes it easy for the users to know where the zone is (e.g. Main Admin Office).
  3. Select the IP range you require:
    • All IP addresses - don’t restrict access to print queues based on an IP address. Use this option if you want to allow access to all computers.

    • Selected range - specifies one or more IP subnets (CIDR) or IP address ranges. You would use a selected range if, for example, you want to set up a zone for each campus or building, and restrict access to print queues outside of that campus or building.

      If you selected Selected range, enter your IP range in one of the following formats:

      • CIDR, for example, 10.100.10.0/24
      • IP address range, for example, 10.100.10.0-10.100.10.254
  4. If you want to add multiple IP ranges, click Add new and repeat the above steps.
  5. Decide which users to include in the zone. Select:
    • All users - all users in PaperCut NG/MF.

    • Selected user groups - Select which PaperCut NG/MF groups you want to include. If you have a long list of groups, use the filter to fine tune it.

      Screenshot showing the IP range options (all IP addresses or selected range(s), and user groups options (all users or selected user groups)
  6. Decide which computers to include in the zone:
    • All computers - all computers using Print Deploy.

    • Computers matching this regex - Add a customised regex expression and validate it with the test hostname field. (see below for some examples )

      Hostname regex field containing (^office-a1-.*|office-a2-.*), and the Test hostname field showing office-a1-02
  7. Click Save. Your new zone is added to the list of zones on the Print Deploy page.

Step 2: Connect print queues to a zone

  1. Click Zones, then in the Your zones list, select the zone you want to connect printers to.

    If you need to add a new zone first, take a look at how to add zones and user groups to Print Deploy .

  2. In the Print queues list, select which printers you want to be automatically installed on the users’ computers; then click Connect to zone. They are added to the list of print queues for that zone.

  3. If required, add print queues to the zone that you want to make optional for users to install on their computer. They can install them via the Add printers tab in their Print Deploy client.

    a. In the Print queues list, select which printers you want to make optional for users to install.

    b. At the bottom of the list of printers, select the Optional install checkbox.

    c. Click Connect to zone. They are added to the list of print queues for that zone.

What’s next?

(Optional) Deploy print queues to individual clients .

Hostname Regex examples

Regex expressionDescriptionExample MatchesExample Non Matches
.*Default expression that matches all computersAll computersN/A
laptopMatches any hostname with laptop anywhere in itlaptop
laptop-01
staff-laptop
2020laptop02
desktop-01
notebook-01
2020lapt02
^staffMatches any hostname starting with staffstaff-laptop
staff-desktop
staff-johncitizen
laptop-01
john-staff
(^lab-a1|^lab-a2)Matches any hostname starting with lab-a1 OR lab-a2lab-a1-01
lab-a2-25
lab-a1
lab-a3-01
floor-01-lab-a101
lab_a1_01
^laptop-01$Matches one hostnamelaptop-01All other variants
(?i)janescomputerCase insensitive matching allowedJanesComputer
JANESCOMPUTER
janescomputer
BobsComputer
Janes-Computer
^(computer1|computer2|computer3|computer4)$A simple list of computer namescomputer1
computer2
computer3
computer4
J8JBP99
lab_a1_01

Comments