This error often appears during the installation/configuration/uninstallation of printers via the portal. Error says:
Cannot get terminal information for 10.10.10.10 from 11.11.11.11
Where 10.10.10.10 is a printer address and 11.11.11.11 is the server address.
The root cause is usually a blocked port 8700.
Execute the following command to verify connectivity, it should return a JSON response with the printer details.
$ curl -k https://11.11.11.11:8700/terminal?address=10.10.10.10
{"name":"Miniraw","address":"10.10.10.10","vendor":"HP","active":true,...}}
If there's an error, configure your firewall accordingly.
Other common mistake is using the Primary server instead of the gateway to deploy the embedded, so ensure that the Terminal Service in the Printer Setup is set to the local gateway.
Finally, check that the gateway is mapped to the IP/DNS correctly.
Comments
0 comments
Article is closed for comments.