This documentation is for HAProxy ALOHA 12.0, if you are looking for the latest version see here.
Searching ALOHA 12.0
Configuring DNS on ALOHA
Configuring DNS on ALOHA
For certain features such as the single sign-on (SSO) using kerberos SSO, it is mandatory to allow the system to resolve hostnames on an external DNS server.
Define DNS servers
In the WUI, select the Services tab.
Browse to the line system and click on
to display a configuration page.
Specify the DNS servers to use with the keyword
dns_servers
.Specify the domain used as suffix with the keyword
dns_domain
.-
Specify the name of the local machine using the keyword
hostname
.service system ########## Global system parameters # hostname <hostname> : set hostname # rtc <utc|local> : set hardware clock # [no] nv_auto_mount : enable auto-mounting of /nv # [no] nv_auto_format : enable auto-formating of /nv #------------ hostname ALOHA1 rtc utc dns_servers 192.168.0.1 192.168.0.2 dns_domain mydomain
Click OK and Close to return to the Services tab.
On the line system, click
to restart.