I have an environment where I install a bunch of servers before I ship them out to a customer. At the customer site I have a DNS server of 10.10.10.10. And a subnet of 10.10.10.0/24
In my environment here, I have a corporate DNS server at 172.16.0.10.
All of the servers that I install here are plugged into a Cisco 3750 that has a route to our corporate network. I have VLAN2 on my 3750 configured with the customer subnet of 10.10.10.0/24. I would like to configure all of my servers wtih the DNS ip address that they will have in production. This means I would need the 3750 to act sort of as a proxy DNS. The servers would send DNS to the 3750 who would then forward it on to the corporate DNS server.
Is this something that is possible on 3750s?