📎 AI Summary:
The thread discusses configuring DNS settings within a network involving a domain server and multiple proxy servers acting as DNS/firewall servers. The original poster seeks guidance on ensuring all gateways and DNS servers point correctly to the domain server (192.168.1.1) and shares a setup involving multiple ISP proxy servers. Respondents offer advice on DNS configurations, pointing out potential issues with multiple proxies and suggesting that careful setup is needed to avoid routing conflicts; overall, the sentiment indicates a desire for proper DNS configuration to support multi-server and multi-ISP environments.

ratchet

New Member
Joined
May 13, 2014
Messages
3
Thread Author #1
Hi ive installed 1 domain server with 3 proxy servers acting as dns/firewall servers. How can i configure my dns servers properly


Sent from my iPhone using WindowsForum
 

Solution
Assuming that the dns is in fact installed on the domain server then the dns points to itself;

1. Example, 192.168.0.2 Domain server with dns = point to 192.168.0.2* but internet options in the "control panel" points to the 1st proxy server address which I'll say is called proxy1 and resides at 192.168.0.3 just for example.

* You could of course also point it to the local loop address of 127.0.0.1 if for some reason you didn't want anyone but the domain to be able to reach any address outside of the domain… presumably there would not be any dhcp in this case or there could be conflicts.

2. 192.168.0.3 address of 1st proxy server and this could | should have a dhcp entry in whatever location runs the primary dhcp… ie, proxy1 =...

ussnorway

Windows Forum Team
Staff member
Joined
May 22, 2012
Messages
4,597
Assuming that the dns is in fact installed on the domain server then the dns points to itself;

1. Example, 192.168.0.2 Domain server with dns = point to 192.168.0.2* but internet options in the "control panel" points to the 1st proxy server address which I'll say is called proxy1 and resides at 192.168.0.3 just for example.

* You could of course also point it to the local loop address of 127.0.0.1 if for some reason you didn't want anyone but the domain to be able to reach any address outside of the domain… presumably there would not be any dhcp in this case or there could be conflicts.

2. 192.168.0.3 address of 1st proxy server and this could | should have a dhcp entry in whatever location runs the primary dhcp… ie, proxy1 = 198.168.0.3 so if we have this entry then we can just say "proxy1" and the system will (in theory) find its way out.

Imo both dhcp and especially proxy servers are old protocols which are showing their age now days.

I have to ask… Why on earth would you want 3 proxy servers… I assume they are not trying to connect them in series but as separate exit ports or you will have a routing nightmare.

Are you sure they are proxy servers and not just routers or firewalls?
 

Solution

ratchet

New Member
Joined
May 13, 2014
Messages
3
Thread Author #3
Thanks for the reply.. I used my proxy servers acting as internet servers.. I want my domain server to act as dns server to
Domain server(192.168.1.1)
Proxy server/ISP (192.168.1.2)
Proxy/ISP 2 (192.168.1.3)

I want all my gateway and dns servers to point to address 192.168.1.1

I dont have a problem resolving them when i have just only 1 ISP server on which i just use my gateway as 192.168.1.2 and my dns servers to 192.168.1.1 secondary 192.168.1.2 (primary dns is for domain configuration and secondary for ISP)


Sent from my iPhone using WindowsForum