06-16-2009 05:52 AM - edited 03-09-2019 10:22 PM
Greetings all,
The company that I work for has purchased another company and we both share common subnets. We are thinking of using NAT in the meantime (instead of re-addressing) during the transition.
We plan on using IOS Nat with a router, probably at the remote facility. I am thinking of implementing the "match-host" functionality of IOS so that the addresses look similiar:
10.1.1.4 = 10.121.120.4 (Then the host part is the same)
The question I have relates to DNS. Is there an easier way to implement DNS than new entries on both sides?
If I set the company B servers to forward, they would see entries for their own devices in company A's servers. Wouldn't they?
OR
Would it run through its local database first and if there is a match....then at last resort it would forward the request?
So could we simply point our DNS servers at each other (would this screw up internet traffic)?
Any help would be much appreciated...
06-17-2009 12:04 AM
Cisco IOS does limited DNS rewrite:
http://www.cisco.com/en/US/tech/tk648/tk361/technologies_q_and_a_item09186a00800e523b.shtml#qa31
On PIX/ASA you could do DNS Doctoring:
http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807968d1.shtml
Regards
Farrukh
06-17-2009 08:04 AM
I saw the DNS rewrite article previously. IOS will do A and PRT record rewrites, but I think that is limted to working with static nat (saw on another forum).
Pix/asa is not an option.
06-17-2009 08:05 AM
Ideally we want to perform NAT dynamically with the "match host" parameter. I guess I will need to test this with some DNS servers.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide