Install Guide

Figure 47. tcmc2 Properties
10. The fourth and nal record is a reverse PTR record for the management host.
Figure 48. PTR Record
11. The zone must match the subnet that the host is in, and the record is the IP address assigned to the Teradici Device Proxy
(HAProxy).
GUID-398EA939-B93D-40D4-B8AC-5D2714138169
Installing and conguring HAProxy
HAProxy which is the load balancer for ThreadX 5x devices is congured on Ubuntu Linux version 16.04.1 with HAproxy version 1.6.
Follow the steps to install and congure HAproxy on Ubuntu Linux machine:
Reference link: https://haproxy.debian.net/#?distribution=Ubuntu&release=precise&version=1.6
1. Log in to Ubuntu machine by providing the user credentials used during the installation of Ubuntu operating system.
2. Open the terminal and execute the following commands to install HAProxy:
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:vbernat/haproxy-1.6
sudo apt-get update
sudo apt-get install haproxy
86