Tswirka
25 pts. | Oct 6 2009 7:05PM GMT
My internal DNS domain name is xxxxxx.MSFT, (the xxxxxx is not the same as my external domain name.
I thought I might have to add something in DNS, but I wasn’t sure how to add it. Can you elaborate on that if you think that’s the answer?
mrdenny
46810 pts. | Oct 6 2009 8:23PM GMT
The problem is that the way NAT works traffic can’t go out a network port then back in the same network port.
The easiest solution would be to add a DNS zone to your internal DNS servers called <a href="http://ftp.zevcohen.com" title="http://ftp.zevcohen. " target="_blank">ftp.zevcohen.com</a> (not <a href="http://zevcohen.com" title="http://zevcohen. " target="_blank">zevcohen.com</a> with a record called ftp) and setup a CNAME for the name “.” pointing to the internal DNS record for the FTP server. This way internal users can hit the FTP server via the name but without going out to the public net.
mrdenny
46810 pts. | Oct 6 2009 8:24PM GMT
Man the forum mangled that comment I just name.
If you have questions as to what that’s supposed to be let me know.
Troy Tate
0 pts. | Oct 7 2009 1:10PM GMT
MrDenny’s answer is the best approach with setting up the internal DNS zone with the same name as the external domain name. Then create the appropriate records for internal resources using internal addresses. This is called split-horizon (or split) DNS. See this article about split DNS for additional information.
Tswirka
25 pts. | Oct 7 2009 4:01PM GMT
I added the DNS zone as instructed by mrdenny and everything works perfectly. Thanks to everyone for their help and input.
NetSupport
430 pts. | Oct 7 2009 4:02PM GMT
Or Just add an entry to the clients hosts file. xxx.xxx.xxx.xxx <a href="http://ftp.zevcohen.com" title="http://ftp.zevcohen. " target="_blank">ftp.zevcohen.com</a>
This would have to be done on each Client PC.






