You are here: Configuring Remote Ink software > Configuring base address and DNS values for Remote Ink service

Configuring base address and DNS values for Remote Ink service

Use the following procedure to configure a base address and DNS value for Remote Ink service.

To configure the base address and DNS value

  1. Go to C:\Program Files\SMART Technologies\Remote Ink Service.

  2. Open Remoteinkservice.exe.config with a text editor.

  3. Scroll to and change the base address to the following:

    <add baseAddress="net.tcp://[myhost.example.com]:35706/RemoteInk"/>

    Where

    • [myhost.example.com] is the fully qualified domain name (FQDN) of the computer hosting Remote Ink service software.

    • The port number 35706 is configurable.

    Example 

    <add baseAddress="net.tcp://1.2.3.4:35706/RemoteInk"/>

  4. Scroll to and change the dns value to the following:

    <dns value="[Domain name]"/>

    Where [Domain name] is the domain name of the computer hosting Remote Ink service.

    Example 

    <dns value="example.inc"/>

  5. Save the file.