I've recently configured 2 servers in AD on the same domain level. They are physically separated and permanently connected through a site-to-site vpn for dfs replication.

All well, but when users connect to either site through vpn (from home e.g.) they can't use the domain level method: \\domain.com\data Internally this works perfectly, resolving domain.com when connected through vpn gets the correct IP.

I've tried Google to figure things out. What I was able to find was that more people have this issue, no real solution found though.

Can anyone explain why this is happening? Especially a solution would be really helpful!

Thanks in advance.

link|improve this question

57% accept rate
Out of interest, are you also running WINS on your network and are you handing WINS addresses to the VPN clients? In addition to this, even though there is address resolution, are you able to reach both DFS servers in question from the VPN? Are there appropriate routes from the VPN subnet to both sites? – Quincey Adams Apr 30 '10 at 4:27
We have WINS server on our AD server. No specific handling for as far as I know. Both DFS servers are reachable. – cpf Apr 30 '10 at 15:13
feedback

1 Answer

The DFS topology is stored in AD. This means that non-AD joined computers (probably the home computer) won't be have access this information. Non-domain joined users will have to either connect via \\explicitServerName\share or will have to be joined to the domain.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.