Fortidirector setting with GoDaddy
cf. https://www.youtube.com/watch?v=HjHGsqyawqQ&feature=youtu.be
< Fortidirector Service cases >
- Real serivce domain: http://topzone.biz
1. http redirection (Herp)
curl -v http://chart.topzone.biz
=>
< HTTP/1.1 302 Found
< Location: http://topzone.biz/
2. dns redirection (Derp)
dig +trace map.topzone.biz
=>
map.topzone.biz. 1 IN CNAME topzone.biz.
;; Received 58 bytes from 23.249.53.30#53(r0.r1cd.com) in 51 ms
- supported by health check (http, tcp, ping etc)
< Fortidirector Settings >
[Herp Setting]
1. add Records in godaddy
https://dcc.godaddy.com/manage/topzone.biz/dns
Type Name Value TTL
CNAME chart cnames.r1cd.com 600 seconds
2. add http resource in fortidirector
https://www.fortidirector.com/fd/app/traffic_manager/network_resources
- from url
dewey_from_http http://chart.topzone.biz/
- to url
dewey_to_http http://topzone.biz/
3. Configure Health Check
- dewey_from_http
- Host: chart.topzone.biz
- Port Number: 80 port
- dewey_to_http
- Host: topzone.biz
- Port Number: 80 port
4. make HTTP Rule Sets
- CNAME Hostname: chart.topzone.biz
- default action:
- primary action: dewey_to_http
- failover action: google.com
[Derp Setting]
1. add Records in godaddy
https://dcc.godaddy.com/manage/topzone.biz/dns
Type Name Value TTL
NS map r0.r1cd.com 600 seconds
2. add dns resource in fortidirector
https://www.fortidirector.com/fd/app/traffic_manager/network_resources
- from domain
dewey_from_dns map.topzone.biz
- to domain
dewey_to_dns topzone.biz
3. Configure Health Check (Simply test with http)
- dewey_from_dns
- Host: map.topzone.biz
- Port Number: 80 port
- dewey_to_dns
- Host: topzone.biz
- Port Number: 80 port
4. make DNS Rule Sets
- CNAME Hostname: chart.topzone.biz
- default action:
- primary action: dewey_to_dns
- failover action: google.com
cf. https://www.youtube.com/watch?v=HjHGsqyawqQ&feature=youtu.be
< Fortidirector Service cases >
- Real serivce domain: http://topzone.biz
1. http redirection (Herp)
curl -v http://chart.topzone.biz
=>
< HTTP/1.1 302 Found
< Location: http://topzone.biz/
2. dns redirection (Derp)
dig +trace map.topzone.biz
=>
map.topzone.biz. 1 IN CNAME topzone.biz.
;; Received 58 bytes from 23.249.53.30#53(r0.r1cd.com) in 51 ms
- supported by health check (http, tcp, ping etc)
< Fortidirector Settings >
[Herp Setting]
1. add Records in godaddy
https://dcc.godaddy.com/manage/topzone.biz/dns
Type Name Value TTL
CNAME chart cnames.r1cd.com 600 seconds
2. add http resource in fortidirector
https://www.fortidirector.com/fd/app/traffic_manager/network_resources
- from url
dewey_from_http http://chart.topzone.biz/
- to url
dewey_to_http http://topzone.biz/
3. Configure Health Check
- dewey_from_http
- Host: chart.topzone.biz
- Port Number: 80 port
- dewey_to_http
- Host: topzone.biz
- Port Number: 80 port
4. make HTTP Rule Sets
- CNAME Hostname: chart.topzone.biz
- default action:
- primary action: dewey_to_http
- failover action: google.com
[Derp Setting]
1. add Records in godaddy
https://dcc.godaddy.com/manage/topzone.biz/dns
Type Name Value TTL
NS map r0.r1cd.com 600 seconds
2. add dns resource in fortidirector
https://www.fortidirector.com/fd/app/traffic_manager/network_resources
- from domain
dewey_from_dns map.topzone.biz
- to domain
dewey_to_dns topzone.biz
3. Configure Health Check (Simply test with http)
- dewey_from_dns
- Host: map.topzone.biz
- Port Number: 80 port
- dewey_to_dns
- Host: topzone.biz
- Port Number: 80 port
4. make DNS Rule Sets
- CNAME Hostname: chart.topzone.biz
- default action:
- primary action: dewey_to_dns
- failover action: google.com
Comments
Post a Comment