There is a Windows server 2008 in my company LAN, that acts as a DNS server. In thesame LAN there is a linux server running redmine website (192.168.1.85). I want it to be reachable directly from the LAN and from INTERNET, simply using this address project.xxx.com.
My problem is that I often have project.xxx.com unreachable from local network, for maybe 10 mn where I will be redirected to the company public IP xxx.xxx.121.254. See wireshark scan below.
And then after some times, I will finally be able to reach the server local address (192.168.1.85) using project.xxx.com. See below wireshark scan when everything is OK:
On the windows DNS server, I added a forward lookup zone as shown below:
And here are the forwarders and Root hints:
and finally, all the windows clients are using the windows DNS server as shown below:
- Is the problem coming from the configuration of the DNS server?
- Even after flushing the windows DNS cache (#ipconfig /flushdns) same problem.
I'd be grateful to have some advices on this problem, thank you.
ps : my computer ip is 192.168.1.62