Specifications
Licensing and Configuring Envoy
Equalizer Installation and Administration Guide 153
Figure 72 Two-site DNS example 
An example of a DNS zone file for this configuration is shown below. In this example, the systems 
ns1 and ns2 are assumed to be the authoritative name servers (master and slave) for the 
coyotepoint.com domain.
Figure 73 Example DNS Zone File
 $TTL 86400
 coyotepoint.com. IN SOA ns1.coyotepoint.com. hostmaster.coyotepoint.com. (
  0000000000
  00000
  0000
  000000
  00000 )
 coyotepoint.com. IN NS ns1.coyotepoint.com.
 coyotepoint.com. IN NS ns2.coyotepoint.com.
 www.coyotepoint.com. IN NS east.coyotepoint.com.
 www.coyotepoint.com. IN NS west.coyotepoint.com.
 ns1 IN A ns1-IP-address
 ns2 IN A ns2-IP-address
 east IN A 192.168.2.44
 west IN A 10.0.0.5
Internet
west.coyotepoint.com
10.0.0.5
east.coyotepoint.com
192.168.2.44
Authoritative DNS for 
www.coyotepoint.com
www.coyotepoint.com IN A 192.168.2.44
www.coyotepoint.com IN A 10.0.0.5










