Creating forward lookup zone files

Note: Make sure that you have the domain name and IP address of your DNS server.
  1. From the command prompt, navigate to the BIND installation folder. For example, cd C:\dns.
  2. Switch to the etc directory. For example, cd etc.
  3. Type start notepad db.domain , where domain is the domain name of your server, and then press Enter.
  4. When prompted to create a file, click Yes.
  5. In the new zone file, add the following in bold:
    $TTL 3600
    @ IN SOA lpm-airprint.domain.com. unused-email (1 10800 3600 604800 60)
    @ IN NS lpm-airprint.domain.com.
    lpm-airprint.domain.com. IN A 192.168.1.10
    b._dns-sd._udp IN PTR @
    lb._dns-sd._udp IN PTR @
    _services.dns-sd._udp IN PTR _ipp._tcp.domain.com.
    _services.dns-sd._udp IN PTR _ipps._tcp.domain.com.
    _universal._sub._ipp._tcp IN PTR lpm-airprint._ipp._tcp.domain.com.
    _universal._sub._ipps._tcp IN PTR lpm-airprint._ipps._tcp.domain.com.
    
    _ipp._tcp IN PTR lpm-airprint._ipp._tcp.domain.com.
    lpm-airprint._ipp._tcp IN SRV 0 0 631 lpm-airprint.domain.com.
    lpm-airprint._ipp._tcp IN TXT "txtvers=1""qtotal=1""product=Lexmark Print server version 1.0""note=Physical location to advertise""pdl=image/urf,application/pdf,image/jpeg,application/octet-stream""adminurl=http://SERVERIPADDRESS:9780/lpm/config""priority=0""rp=lpm/ipp/print""URF=V1.4,CP1,PQ3-4-5,RS300-600,MT1-2-3-4-5-6-8-10-11-12-13,W8,ADOBERGB24,DEVRGB24,DEVW8,SRGB24,IS1,IFU0,OB10""Color=T""Duplex=T""Scan=F""Fax=F""Binary=T""Transparent=T""Copies=T""Collate=T""ty=Lexmark Print server version 1.0""UUID=b15525c7-8885-4279-a0a2-2ec669b9fbaa""TLS=1.2""kind=document""PaperMax=<legal‑A4""air=none"
    
    _ipps._tcp IN PTR lpm-airprint._ipps._tcp.domain.com.
    lpm-airprint._ipps._tcp IN SRV 0 0 443 lpm-airprint.domain.com.
    lpm-airprint._ipp._tcp IN TXT "txtvers=1""qtotal=1""product=Lexmark Print server version 1.0""note=Physical location to advertise""pdl=image/urf,application/pdf,image/jpeg,application/octet-stream""adminurl=http://SERVERIPADDRESS:9780/lpm/config""priority=0""rp=lpm/ipp/print""URF=V1.4,CP1,PQ3-4-5,RS300-600,MT1-2-3-4-5-6-8-10-11-12-13,W8,ADOBERGB24,DEVRGB24,DEVW8,SRGB24,IS1,IFU0,OB10""Color=T""Duplex=T""Scan=F""Fax=F""Binary=T""Transparent=T""Copies=T""Collate=T""ty=Lexmark Print server version 1.0""UUID=b15525c7-8885-4279-a0a2-2ec669b9fbaa""TLS=1.2""kind=document""PaperMax=<legal‑A4""air=username,password""printer‑type=0x4C0901C"

    Where:

    • lpm‑airprint.domain.com is the fully qualified domain name of your server.

    • 192.168.1.10 is the IP address of your server.

    • lpm‑airprint is the host name of your server.

    Note: The key and value pairs are listed in the DNS Record window on the configuration portal of your server (http:// serverIPaddress :9780/lpm/config). Make sure that the extra parenthesis for the product= key and value pairs are removed.
  6. Save the file.