Creating Redundant DNS en...
Creating Redundant DNS entry for A record
- Casa
- Pannello di controllo
- Forum della Comunità
- Services
- Dynamic DNS Service
- Creating Redundant DNS entry for A record
- Forum della Comunità
- Creating Redundant DNS entry for A record
Argomento: 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?
Rispondi con citazione |Segnalare
[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.
Rispondi con citazione |Segnalare
| Autore | Argomento: Creating Redundant DNS entry for A record |
|---|---|
|
David Johnson Iscritto: 01/06/2017 |
lunedì 12 giugno 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 Iscritto: 25/11/2010 |
martedì 13 giugno 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. |
sabato 13 giugno 2026 12:09
