Creating Redundant DNS en...
Creating Redundant DNS entry for A record
- Accueil
- Espace Client
- Community Forum
- Services
- Dynamic DNS Service
- Creating Redundant DNS entry for A record
- Community Forum
- Creating Redundant DNS entry for A record
Topic: Creating Redundant DNS entry for A record
We are an IT service provider, and we have a client that hosts a web application from their internal network, but it is accessible from outside their network over the Internet. They have a primary and redundant Internet connection connected to a SonicWALL TZ600 firewall, which supports redundant outbound connections but not inbound. Both Internet connections have static IP addresses.
How do we use Dynu DDNS to create primary and backup DNS A records for www.hoffmancabinets.net?
How do we use Dynu DDNS to create primary and backup DNS A records for www.hoffmancabinets.net?
Reply with quote |Report
[quote=David Johnson]We are an IT service provider, and we have a client that hosts a web application from their internal network, but it is accessible from outside their network over the Internet. They have a primary and redundant Internet connection connected to a SonicWALL TZ600 firewall, which supports redundant outbound connections but not inbound. Both Internet connections have static IP addresses.
How do we use Dynu DDNS to create primary and backup DNS A records for www.hoffmancabinets.net?[/quote]Creating two A records will cause a round robin scenario which means either of those A records will be used to access the website. This will help with load balancing but not failure.
You will need a monitoring system which switches the A record's IP address in case the primary IP address is down. You can write a script which uses the API to update the A record when the IP address is not usable.
You can also update the IP address for the A record using a simple URL such as https://api.dynu.com/nic/update?hostname=somedomain.com&alias=somealias.
How do we use Dynu DDNS to create primary and backup DNS A records for www.hoffmancabinets.net?[/quote]Creating two A records will cause a round robin scenario which means either of those A records will be used to access the website. This will help with load balancing but not failure.
You will need a monitoring system which switches the A record's IP address in case the primary IP address is down. You can write a script which uses the API to update the A record when the IP address is not usable.
You can also update the IP address for the A record using a simple URL such as https://api.dynu.com/nic/update?hostname=somedomain.com&alias=somealias.
Reply with quote |Report
| Author | Topic: Creating Redundant DNS entry for A record |
|---|---|
|
David Johnson Joined: 01/06/2017 |
lundi 12 juin 2017 23:03
We are an IT service provider, and we have a client that hosts a web application from their internal network, but it is accessible from outside their network over the Internet. They have a primary and redundant Internet connection connected to a SonicWALL TZ600 firewall, which supports redundant outbound connections but not inbound. Both Internet connections have static IP addresses.
How do we use Dynu DDNS to create primary and backup DNS A records for www.hoffmancabinets.net? |
|
rahsharma Joined: 25/11/2010 |
mardi 13 juin 2017 12:40
[quote=David Johnson]We are an IT service provider, and we have a client that hosts a web application from their internal network, but it is accessible from outside their network over the Internet. They have a primary and redundant Internet connection connected to a SonicWALL TZ600 firewall, which supports redundant outbound connections but not inbound. Both Internet connections have static IP addresses.
How do we use Dynu DDNS to create primary and backup DNS A records for www.hoffmancabinets.net?[/quote]Creating two A records will cause a round robin scenario which means either of those A records will be used to access the website. This will help with load balancing but not failure. You will need a monitoring system which switches the A record's IP address in case the primary IP address is down. You can write a script which uses the API to update the A record when the IP address is not usable. You can also update the IP address for the A record using a simple URL such as https://api.dynu.com/nic/update?hostname=somedomain.com&alias=somealias. |
samedi 13 juin 2026 12:10
