Where do my DHCP clients pick up the gate way to point to the 192.168.2.5? Is the default gateway that is configure in the IP address of the DNS server passed on to the DHCP clients? I have 3 router on a network some clients have configured different IP address for their Default gateway. Scenario: Subnet 1: 192.168.1.x has DHCP server and clients subnet 2: 192.168.2.x has DNS server Two routers on subnet two 192.168.2.5 and 192.168.2.10. The DHCP clients on subnet 1 can attach to shared resource of those clients on subnet 2 that have been configured with a default gateway of 192.168.2.5 but the DHCP clients can not access client on subnet 2 with default gateway of 192.168.2.10. If the clients with Gateways of 192.168.2.10 are reconfigured with a GW of 192.168.2.5 the DHCP clients can access the resources. If the clients with a GW of 192.168.2.10 have a "Route add" pointing to the gate way ( not shown in this scenario) to get to the 192.168.1.x network. Than the DHCP clients on 192.168.1.x can access the resources. My question than is it looks like my DHCP clients are picking up a preferred gateway of 192.168.2.5 where is this value coming from, if my DHCP clients are on a subnet 192.168.1.X?