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
-
Go to C:\Program Files\SMART Technologies\Remote Ink Service.
-
Open Remoteinkservice.exe.config with a text editor.
-
Scroll to and change the base address to the following:
<add baseAddress="net.tcp://[myhost.example.com]:35706/RemoteInk"/>
Where
Example
<add baseAddress="net.tcp://1.2.3.4:35706/RemoteInk"/>
-
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"/>
-
Save the file.