1.2. Load BalancingΒΆ

Create a new pool for back end load balancing of DNS queries. The Ubuntu server will be the single pool member.

Navigate to: DNS >> Delivery : Load Balancing : Pools : Pool List

../../_images/class2_dns__pool_create_flyout.png

Create a pool according to the following table:

Setting Value
Name dns_pool
Health Monitors example.com_dns_monitor
Node Name dns01_node
Address 10.1.20.4
Service Port 53
../../_images/create_pool.png

TMSH

tmsh create ltm pool dns_pool members add { dns01_node:53 { address 10.1.20.4 } } monitor example.com_dns_monitor