There is an existing computer network, that has a 10.0.0.0/24 subnet with it's default gateway and DNS server pointing to 10.0.0.1.
I need to physically replace that network with Meraki hardware but do not have access to the DNS server at that address. I must
however replace the router at address 10.0.0.1 with an MX.
Can I port forward or NAT an incoming address at port 53 on IP 10.0.0.1 to say a different DNS server running on IP 10.0.0.2 ?
Or is destination NAT not possible ?
As I don't have access to any of the old equipment, I don't know how many devices have the DNS server for 10.0.0.1 hardcoded. The Destination NAT seemed like the only option...