2. Add the Second A Record
- Click on the option to Add Record or Create Record.
- Choose 'A' as the type of record.
- In the host or name field, enter the host name (e.g lb-myapps.mycompany.com).
- Enter the IP Address of the second server where your application is hosted.
- Optionally set the TTL (Time to Live), which is commonly set to 3600 seconds (1 hour), You will need to change this to as minimum as possible.(1 Min)
- Save the record.
3. Verify the Records
After adding both the records, its important to verify that they are set up correctly. Use DNS lookup tools such as nslookup or dig for verification.
nslookup lb-myapps.mycompany.com
dig lb-myapps.mycompany.com
These commands should return both IP addresses that you configured for the A records.
4. Pointing SiteWALL WAF to send the traffic to new configured hostname pointing to these A records.