If only one Wide Area Mobile Print sub domain has been created (recommended) the configuration needed to instruct Apple iOS devices to query the domain is simple.

Single sub domain configuration on Windows DNS

In addition to a delegation DNS record for the single “mobileprint.company.com” sub domain as outlined in the previous section, create DNS-SD discovery record in Windows DNS.

  1. Under the domain (in this case company.com) right-click on _udp and select Other new records.
    DNS Manager - Add Other New Records.
  1. Select to insert a Service Location (SRV) record
  2. In the Service field, type in “Anything”, and in Protocol enter _dns-sd
    New Resource Record - Service & Protocol entry
  1. There should now be an _dns-sd folder under _udp. Delete the “Anything” SRV record from within the _dns-sd folder that was created.
    Delete the
  1. Right-click the _dns-sd folder and select Other new records… and select to insert a Pointer (PTR) record.
  2. In Host IP Address enter the letter b and in Host Name enter the Wide Area sub domain such as mobileprint.company.com
    New Resource Record - Pointer (PTR) b
  1. Create an additional Pointer (PTR) record with letters lb also pointing to the same sub domain

The final structure should look like below.
DNS-SD final structure - b and lb PTR records

Now any Apple iOS device with the search domain set to just “company.com”, will discover the “mobileprint” sub domain and query SAFEQ Cloud for printers.

Single sub domain configuration on BIND

In addition to a delegation DNS record for the single “mobileprint.company.com” sub domain as outlined in section 3.18.4.2 Configure BIND , create DNS-SD discovery record in BIND.

  1. In the domains master zone file, insert the following two DND-SD records:
b._dns-sd._udp IN PTR mobileprint.company.com.
lb._dns-sd._udp IN PTR mobileprint.company.com.

(replace “mobileprint.company.com.” with the actual sub domain as created in SAFEQ Cloud)

sub domain configuration on BINDSample BIND zone configuration file for the domain “company.com” with a single “mobileprint.company.com” Wide Area Mobile Print sub domain.

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment