This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

VPN between 2 Windoze networks

Hello, 

I have successfully configured a VPN between 2 networks. Both ends have ASL 5.015. Machines on one network can ping machines on the other, and we can access HTTP servers on one network from the other. HOWEVER, we would like that users in one network are able to see Windows directory shares on the other network, through Network Neighborhood. This is not possible, although we have opened "any" services from one subnet to the other, and vice-versa.

Any suggestions?

Thanks!


This thread was automatically locked due to age.
Parents
  • You need WINS installed on both networks.
    Each WINS server should have a DOMAIN entry added for the other network.

    ie If your friendly name for the domain is BLAH and the AD server for BLAH is 192.168.1.10 then add BLAH 192.168.1.10 to each WINS server, ditto for the domain on the other end of the VPN.  This should help names resolve so they show in Network Neighborhood.

    You should probably also setup some AD trusts between the two domains but you need WINS first.

    Some people have said they can do this with just AD DNS but I've not been able to get it to work without WINS.

    Whole thing basically boils down to name resolution issues.

    MS say you don't need WINS anymore but I think thats a lie [;)]
Reply
  • You need WINS installed on both networks.
    Each WINS server should have a DOMAIN entry added for the other network.

    ie If your friendly name for the domain is BLAH and the AD server for BLAH is 192.168.1.10 then add BLAH 192.168.1.10 to each WINS server, ditto for the domain on the other end of the VPN.  This should help names resolve so they show in Network Neighborhood.

    You should probably also setup some AD trusts between the two domains but you need WINS first.

    Some people have said they can do this with just AD DNS but I've not been able to get it to work without WINS.

    Whole thing basically boils down to name resolution issues.

    MS say you don't need WINS anymore but I think thats a lie [;)]
Children
  • Thanks Simon for your note.

    Will it matter that we do not have domain controllers on neither network?  We just have a bunch of W2K and XP boxes on both sides --- wouldn't like to mess with WINS (to be honest, I have never used it, nor do I know how it works). No other alternatives?

    Thanks
  • You will need some sort of name resolution in order to browse Network Neighborhood.  Since you're not using domain controllers your best bet is to use WINS.  It's really not that difficult to set up.  Do some research on NetBIOS names and name resolution.  Also, how many PCs and servers are on the networks?  You might be able to use LMHOSTS files.  LMHOSTS files allow the same thing as a WINS server.  The only downside to LMHOSTS files is you have to update and maintain the files on each and every pc you want to be able to browse the network.  Do a little research or PM me and I can help you out with this, I think.
  • You can always set up a Samba box. That works like a champ to solve this problem and it's a really cheap solution.  [;)]
  • WINS is *easy* to setup.  Pretty much automatically updates itself as well as long as you point clients/servers to the WINS servers in TCP/IP properties.
  • If AD is installed - all clients will register there names in the DNS by default - so you realy "shold" not need a WINS server!

    But its important to point all clients to the internal DNS as primary!

    So im also able to browse my Network over a VPN connectioin!

    Medic