Hi guys,
If someone can point me to the right direction, that would be really appreciated. What I am trying to achieve here is getting my Windows DNS server that is sitting behind Fortigate to perform name resolution for my website.
Registered Website name: For this example I am using - mywebsite.com
This is from Godaddy.
My ISP has given me only 1 Public IP which I use as a VIP for load balancing webservers. i.e. 202.XX.XX.XX > Round robins either 192.168.1.44 or 192.168.1.45
At the moment, At GoDaddy, I have added an A record
@ 202.XX.XX.XX (my Public VIP) so all the http requests come to my webservers and people can reach my website.
However, I do not want to rely on Godaddy' s DNS and would like my own DNS server. For this I went to Godaddy' s panel and added my DNS server' s name under NS records.
i.e. RESOLVE1.mywebsite.com
However, this is not working. When I check this via dnsstuff.com, it reports the following:
ns33.domaincontrol.com [216.69.185.17] 203.XX.XX.XX 30ms
resolve1.mywebsite.com [0.0.0.0] Timeout
If I refresh the page, it shows -
ns33.domaincontrol.com [216.69.185.17] 203.XX.XX.XX 30ms
resolve1.mywebsite.com [192.168.1.52] Timeout
Here are my DNS and webserver settings:
DNS Server IP config settings:
IP 192.168.1.52
Mask 255.255.255.0
Gateway 192.168.1.1 (Fortigate)
DNS 192.168.1.52
Fully qualified name: RESOLVE1.mywebsite.com
WEB Server 1 IP config settings:
IP 192.168.1.44
Mask 255.255.255.0
Gateway 192.168.1.1 (Fortigate)
DNS 192.168.1.52
Fully qualified name: WEBSERVER1.mywebsite.com
WEB Server 2 IP config settings:
IP 192.168.1.45
Mask 255.255.255.0
Gateway 192.168.1.1 (Fortigate)
DNS 192.168.1.52
Fully qualified name: WEBSERVER2.mywebsite.com
Can some one please advise:
Do I have to set up Port Forwarding on Fortigate?
Do I have to configure any policy on Fortigate?
Regards,